From 0485dee8a2aa5b35ee430d40e0d95ab5385dce20 Mon Sep 17 00:00:00 2001 From: Lajnux <68188574+Lajnux@users.noreply.github.com> Date: Tue, 20 Feb 2024 14:40:53 +0100 Subject: [PATCH 1/3] Blood reaver (#355) --- src/data/monsters_data.json | 160 +++++++++++------- .../monsters/low/a-f/BloodReaver.ts | 63 +++++++ src/simulation/monsters/low/index.ts | 2 + 3 files changed, 165 insertions(+), 60 deletions(-) create mode 100644 src/simulation/monsters/low/a-f/BloodReaver.ts diff --git a/src/data/monsters_data.json b/src/data/monsters_data.json index d55a20d9b..c61d3f00f 100644 --- a/src/data/monsters_data.json +++ b/src/data/monsters_data.json @@ -2781,8 +2781,8 @@ "attributes": [], "category": ["suqahs"], "examineText": "A strange creature unique to Lunar Isle.", - "wikiName": "Suqah", - "wikiURL": "https://oldschool.runescape.wiki/w/Suqah", + "wikiName": "Suqah (1)", + "wikiURL": "https://oldschool.runescape.wiki/w/Suqah#1", "attackLevel": 95, "strengthLevel": 95, "defenceLevel": 95, @@ -2858,7 +2858,7 @@ "poisonous": false, "immuneToPoison": false, "immuneToVenom": false, - "attributes": [], + "attributes": ["kalphite"], "category": ["scabarites"], "examineText": "A mounted lancer.", "wikiName": "Locust rider (Lancer)", @@ -5450,7 +5450,7 @@ "maxHit": 3, "attackType": ["stab"], "attackSpeed": 4, - "aggressive": false, + "aggressive": true, "poisonous": false, "immuneToPoison": false, "immuneToVenom": false, @@ -9838,7 +9838,7 @@ "poisonous": false, "immuneToPoison": false, "immuneToVenom": false, - "attributes": [], + "attributes": ["demon"], "category": [], "examineText": "This creature has been dragged back from the grave.", "wikiName": "Reanimated imp", @@ -10318,7 +10318,7 @@ "poisonous": true, "immuneToPoison": false, "immuneToVenom": false, - "attributes": [], + "attributes": ["kalphite"], "category": ["kalphite"], "examineText": "This creature has been dragged back from the grave.", "wikiName": "Reanimated kalphite", @@ -11996,7 +11996,7 @@ "attackSpeed": 4, "aggressive": false, "poisonous": false, - "immuneToPoison": false, + "immuneToPoison": true, "immuneToVenom": true, "attributes": ["demon"], "category": ["nechryael"], @@ -13080,7 +13080,7 @@ "immuneToVenom": true, "attributes": ["dragon", "fiery", "undead"], "category": ["blue dragons", "zombies", "bosses"], - "examineText": "Let sleeping dragons lie.", + "examineText": "This won't be fun.", "wikiName": "Vorkath (Post-quest)", "wikiURL": "https://oldschool.runescape.wiki/w/Vorkath#Post-quest", "attackLevel": 560, @@ -13716,8 +13716,8 @@ "attackSpeed": 4, "aggressive": false, "poisonous": false, - "immuneToPoison": false, - "immuneToVenom": false, + "immuneToPoison": true, + "immuneToVenom": true, "attributes": ["leafy"], "category": ["turoth"], "examineText": "He's one huge leg short!", @@ -14067,6 +14067,46 @@ "slayerXP": 0, "assignableSlayerMasters": [] }, + "11293": { + "members": true, + "combatLevel": 174, + "hitpoints": 125, + "maxHit": 20, + "attackType": ["magic"], + "attackSpeed": 5, + "aggressive": true, + "poisonous": false, + "immuneToPoison": false, + "immuneToVenom": false, + "attributes": ["demon"], + "category": [], + "examineText": "A strange and twisted demon.", + "wikiName": "Blood Reaver (Ancient Prison)", + "wikiURL": "https://oldschool.runescape.wiki/w/Blood_Reaver#Ancient_Prison", + "attackLevel": 1, + "strengthLevel": 1, + "defenceLevel": 100, + "magicLevel": 190, + "rangedLevel": 1, + "attackStab": 0, + "attackSlash": 0, + "attackCrush": 0, + "attackMagic": 0, + "attackRanged": 0, + "defenceStab": 20, + "defenceSlash": 80, + "defenceCrush": 120, + "defenceMagic": 300, + "defenceRanged": 55, + "attackAccuracy": 0, + "meleeStrength": 0, + "rangedStrength": 0, + "magicDamage": 0, + "isSlayerMonster": false, + "slayerLevelRequired": 0, + "slayerXP": 0, + "assignableSlayerMasters": [] + }, "11463": { "members": true, "combatLevel": 0, @@ -14366,8 +14406,8 @@ "12204": { "members": true, "combatLevel": 791, - "hitpoints": 900, - "maxHit": 42, + "hitpoints": 2700, + "maxHit": 57, "attackType": [], "attackSpeed": 10, "aggressive": true, @@ -14377,13 +14417,13 @@ "attributes": [], "category": ["bosses"], "examineText": "Dare you face the shadows?", - "wikiName": "The Whisperer (Post-Quest)", - "wikiURL": "https://oldschool.runescape.wiki/w/The_Whisperer#Post-Quest", - "attackLevel": 280, - "strengthLevel": 280, - "defenceLevel": 250, - "magicLevel": 180, - "rangedLevel": 180, + "wikiName": "The Whisperer (Awakened)", + "wikiURL": "https://oldschool.runescape.wiki/w/The_Whisperer#Awakened", + "attackLevel": 378, + "strengthLevel": 378, + "defenceLevel": 300, + "magicLevel": 225, + "rangedLevel": 243, "attackStab": 0, "attackSlash": 0, "attackCrush": 0, @@ -14400,14 +14440,14 @@ "magicDamage": 0, "isSlayerMonster": true, "slayerLevelRequired": 1, - "slayerXP": 900, + "slayerXP": 2700, "assignableSlayerMasters": ["konar", "nieve", "duradel"] }, "12205": { "members": true, "combatLevel": 791, - "hitpoints": 900, - "maxHit": 42, + "hitpoints": 2700, + "maxHit": 57, "attackType": [], "attackSpeed": 10, "aggressive": true, @@ -14417,13 +14457,13 @@ "attributes": [], "category": ["bosses"], "examineText": "Dare you face the shadows?", - "wikiName": "The Whisperer (Post-Quest)", - "wikiURL": "https://oldschool.runescape.wiki/w/The_Whisperer#Post-Quest", - "attackLevel": 280, - "strengthLevel": 280, - "defenceLevel": 250, - "magicLevel": 180, - "rangedLevel": 180, + "wikiName": "The Whisperer (Awakened)", + "wikiURL": "https://oldschool.runescape.wiki/w/The_Whisperer#Awakened", + "attackLevel": 378, + "strengthLevel": 378, + "defenceLevel": 300, + "magicLevel": 225, + "rangedLevel": 243, "attackStab": 0, "attackSlash": 0, "attackCrush": 0, @@ -14440,14 +14480,14 @@ "magicDamage": 0, "isSlayerMonster": true, "slayerLevelRequired": 1, - "slayerXP": 900, + "slayerXP": 2700, "assignableSlayerMasters": ["konar", "nieve", "duradel"] }, "12214": { "members": true, "combatLevel": 798, - "hitpoints": 900, - "maxHit": 87, + "hitpoints": 2700, + "maxHit": 86, "attackType": ["melee", "magic"], "attackSpeed": null, "aggressive": true, @@ -14457,13 +14497,13 @@ "attributes": [], "category": ["bosses"], "examineText": "An unfathomably huge sea creature.", - "wikiName": "The Leviathan (Post-Quest)", - "wikiURL": "https://oldschool.runescape.wiki/w/The_Leviathan#Post-Quest", - "attackLevel": 300, - "strengthLevel": 360, - "defenceLevel": 250, - "magicLevel": 160, - "rangedLevel": 160, + "wikiName": "The Leviathan (Awakened)", + "wikiURL": "https://oldschool.runescape.wiki/w/The_Leviathan#Awakened", + "attackLevel": 525, + "strengthLevel": 630, + "defenceLevel": 287, + "magicLevel": 280, + "rangedLevel": 280, "attackStab": 0, "attackSlash": 0, "attackCrush": 0, @@ -14480,14 +14520,14 @@ "magicDamage": 0, "isSlayerMonster": true, "slayerLevelRequired": 1, - "slayerXP": 1777.4, + "slayerXP": 2700, "assignableSlayerMasters": ["konar", "nieve", "duradel"] }, "12215": { "members": true, "combatLevel": 798, - "hitpoints": 900, - "maxHit": 87, + "hitpoints": 2700, + "maxHit": 86, "attackType": ["melee", "magic"], "attackSpeed": null, "aggressive": true, @@ -14497,13 +14537,13 @@ "attributes": [], "category": ["bosses"], "examineText": "An unfathomably huge sea creature.", - "wikiName": "The Leviathan (Post-Quest)", - "wikiURL": "https://oldschool.runescape.wiki/w/The_Leviathan#Post-Quest", - "attackLevel": 300, - "strengthLevel": 360, - "defenceLevel": 250, - "magicLevel": 160, - "rangedLevel": 160, + "wikiName": "The Leviathan (Awakened)", + "wikiURL": "https://oldschool.runescape.wiki/w/The_Leviathan#Awakened", + "attackLevel": 525, + "strengthLevel": 630, + "defenceLevel": 287, + "magicLevel": 280, + "rangedLevel": 280, "attackStab": 0, "attackSlash": 0, "attackCrush": 0, @@ -14520,13 +14560,13 @@ "magicDamage": 0, "isSlayerMonster": true, "slayerLevelRequired": 1, - "slayerXP": 1777.4, + "slayerXP": 2700, "assignableSlayerMasters": ["konar", "nieve", "duradel"] }, "12223": { "members": true, "combatLevel": 784, - "hitpoints": 700, + "hitpoints": 1400, "maxHit": null, "attackType": ["slash"], "attackSpeed": 5, @@ -14537,9 +14577,9 @@ "attributes": [], "category": ["bosses"], "examineText": "How does he suck blood now?", - "wikiName": "Vardorvis (Post-Quest)", - "wikiURL": "https://oldschool.runescape.wiki/w/Vardorvis#Post-Quest", - "attackLevel": 280, + "wikiName": "Vardorvis (Awakened)", + "wikiURL": "https://oldschool.runescape.wiki/w/Vardorvis#Awakened", + "attackLevel": 420, "strengthLevel": 0, "defenceLevel": 0, "magicLevel": 215, @@ -14560,13 +14600,13 @@ "magicDamage": 0, "isSlayerMonster": true, "slayerLevelRequired": 1, - "slayerXP": 1085, + "slayerXP": 1400, "assignableSlayerMasters": ["konar", "nieve", "duradel"] }, "12224": { "members": true, "combatLevel": 784, - "hitpoints": 700, + "hitpoints": 1400, "maxHit": null, "attackType": ["slash"], "attackSpeed": 5, @@ -14577,9 +14617,9 @@ "attributes": [], "category": ["bosses"], "examineText": "How does he suck blood now?", - "wikiName": "Vardorvis (Post-Quest)", - "wikiURL": "https://oldschool.runescape.wiki/w/Vardorvis#Post-Quest", - "attackLevel": 280, + "wikiName": "Vardorvis (Awakened)", + "wikiURL": "https://oldschool.runescape.wiki/w/Vardorvis#Awakened", + "attackLevel": 420, "strengthLevel": 0, "defenceLevel": 0, "magicLevel": 215, @@ -14600,7 +14640,7 @@ "magicDamage": 0, "isSlayerMonster": true, "slayerLevelRequired": 1, - "slayerXP": 1085, + "slayerXP": 1400, "assignableSlayerMasters": ["konar", "nieve", "duradel"] } } diff --git a/src/simulation/monsters/low/a-f/BloodReaver.ts b/src/simulation/monsters/low/a-f/BloodReaver.ts new file mode 100644 index 000000000..0b1e98a04 --- /dev/null +++ b/src/simulation/monsters/low/a-f/BloodReaver.ts @@ -0,0 +1,63 @@ +import LootTable from '../../../../structures/LootTable'; +import SimpleMonster from '../../../../structures/SimpleMonster'; +import { GemTable } from '../../../subtables/RareDropTable'; + +const HerbTable = new LootTable() + .add('Grimy avantoe', 1, 5) + .add('Grimy ranarr weed', 1, 4) + .add('Grimy snapdragon', 1, 4) + .add('Grimy torstol', 1, 3); + +const BloodReaverTable = new LootTable() + .every('Malicious ashes') + + /* Ancient ceremonial robes */ + .add('Ancient ceremonial mask', 1, 1) + .add('Ancient ceremonial top', 1, 1) + .add('Ancient ceremonial legs', 1, 1) + .add('Ancient ceremonial gloves', 1, 1) + .add('Ancient ceremonial boots', 1, 1) + + /* Runes */ + .add('Astral rune', 25, 75) + .add('Air rune', 250, 35) + .add('Mud rune', 15, 35) + .add('Mind rune', 20, 20) + .add('Nature rune', 15, 20) + .add('Chaos rune', 15, 15) + .add('Air rune', 150, 10) + .add('Blood rune', 15, 10) + + /* Herbs */ + .add(HerbTable, 1, 50) + + /* Coins */ + .add('Coins', 500, 45) + .add('Coins', [1300, 1337], 30) + .add('Coins', 1, 10) + + /* Potions */ + .add('Magic potion(1)', 1, 55) + .add('Prayer potion(2)', 1, 45) + .add('Super defence(1)', 1, 10) + + /* Other */ + .add('Adamantite bar', [1, 4], 40) + .add('Coal', [1, 10], 40) + .add('Pure essence', 23, 40) + .add('Potato cactus', 1, 35) + .add('Blood essence', 1, 5) + .add('Nihil shard', [2, 7], 5) + + /* RDT */ + .add(GemTable, 1, 5) + + /* Tertiary */ + .tertiary(112, 'Clue scroll (hard)'); + +export default new SimpleMonster({ + id: 11_293, + name: 'Blood Reaver', + table: BloodReaverTable, + aliases: ['blood reaver'] +}); diff --git a/src/simulation/monsters/low/index.ts b/src/simulation/monsters/low/index.ts index 6eabfa334..a2dd9b35e 100644 --- a/src/simulation/monsters/low/index.ts +++ b/src/simulation/monsters/low/index.ts @@ -26,6 +26,7 @@ import BlackDemon from './a-f/BlackDemon'; import BlackDragon from './a-f/BlackDragon'; import BlackGuard from './a-f/BlackGuard'; import BlackKnight from './a-f/BlackKnight'; +import BloodReaver from './a-f/BloodReaver'; import Bloodveld from './a-f/Bloodveld'; import BlueDragon from './a-f/BlueDragon'; import BrineRat from './a-f/BrineRat'; @@ -264,6 +265,7 @@ import ZombieRat from './t-z/ZombieRat'; import Zygomite from './t-z/Zygomite'; export const allLowMonsters = { + BloodReaver, BrutalBlackDragon, BabyBlackDragon, Bandit, From f49a098dc125b4b65513f4584b54ffd83cb42d41 Mon Sep 17 00:00:00 2001 From: gc <30398469+gc@users.noreply.github.com> Date: Wed, 21 Feb 2024 00:43:01 +1100 Subject: [PATCH 2/3] 2.3.8 --- package.json | 2 +- src/data/items/item_data.json | 9255 ++++++++++++++++++++----------- src/data/news/news_archive.json | 391 ++ 3 files changed, 6353 insertions(+), 3295 deletions(-) diff --git a/package.json b/package.json index ac8aa2d8e..694f9bb5f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "oldschooljs", - "version": "2.3.64", + "version": "2.3.8", "description": "Allows you to interact with the OSRS Hiscores, Wiki, Worlds, Items, News & more.", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/src/data/items/item_data.json b/src/data/items/item_data.json index e50c14ac1..09fe3bd87 100644 --- a/src/data/items/item_data.json +++ b/src/data/items/item_data.json @@ -98,7 +98,7 @@ "examine": "The cannon is built on this.", "wiki_name": "Cannon base", "wiki_url": "https://oldschool.runescape.wiki/w/Cannon_base", - "price": 196748 + "price": 185991.5 }, "8": { "id": 8, @@ -134,7 +134,7 @@ "examine": "The barrels of the multicannon.", "wiki_name": "Cannon barrels", "wiki_url": "https://oldschool.runescape.wiki/w/Cannon_barrels", - "price": 220388 + "price": 185901 }, "12": { "id": 12, @@ -152,7 +152,7 @@ "examine": "This powers the multicannon.", "wiki_name": "Cannon furnace", "wiki_url": "https://oldschool.runescape.wiki/w/Cannon_furnace", - "price": 193277.5 + "price": 186501.5 }, "14": { "id": 14, @@ -364,7 +364,7 @@ "examine": "Drives away all known 6 legged creatures.", "wiki_name": "Insect repellent", "wiki_url": "https://oldschool.runescape.wiki/w/Insect_repellent", - "price": 1050 + "price": 450 }, "30": { "id": 30, @@ -382,7 +382,7 @@ "examine": "It's a bucket of wax.", "wiki_name": "Bucket of wax", "wiki_url": "https://oldschool.runescape.wiki/w/Bucket_of_wax", - "price": 1044.5 + "price": 694.5 }, "32": { "id": 32, @@ -499,7 +499,7 @@ "examine": "A candle.", "wiki_name": "Candle (Unlit)", "wiki_url": "https://oldschool.runescape.wiki/w/Candle#Unlit", - "price": 250 + "price": 162.5 }, "38": { "id": 38, @@ -547,7 +547,7 @@ "examine": "I can make some arrows with these.", "wiki_name": "Iron arrowtips", "wiki_url": "https://oldschool.runescape.wiki/w/Iron_arrowtips", - "price": 31 + "price": 13 }, "41": { "id": 41, @@ -564,7 +564,7 @@ "examine": "I can make some arrows with these.", "wiki_name": "Steel arrowtips", "wiki_url": "https://oldschool.runescape.wiki/w/Steel_arrowtips", - "price": 35 + "price": 25 }, "42": { "id": 42, @@ -581,7 +581,7 @@ "examine": "I can make some arrows with these.", "wiki_name": "Mithril arrowtips", "wiki_url": "https://oldschool.runescape.wiki/w/Mithril_arrowtips", - "price": 30 + "price": 37.5 }, "43": { "id": 43, @@ -598,7 +598,7 @@ "examine": "I can make some arrows with these.", "wiki_name": "Adamant arrowtips", "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_arrowtips", - "price": 78 + "price": 92 }, "44": { "id": 44, @@ -632,7 +632,7 @@ "examine": "Opal bolt tips.", "wiki_name": "Opal bolt tips", "wiki_url": "https://oldschool.runescape.wiki/w/Opal_bolt_tips", - "price": 65.5 + "price": 75 }, "46": { "id": 46, @@ -649,7 +649,7 @@ "examine": "Pearl bolt tips.", "wiki_name": "Pearl bolt tips", "wiki_url": "https://oldschool.runescape.wiki/w/Pearl_bolt_tips", - "price": 49 + "price": 38 }, "47": { "id": 47, @@ -666,7 +666,7 @@ "examine": "I can make bolts with these.", "wiki_name": "Barb bolttips", "wiki_url": "https://oldschool.runescape.wiki/w/Barb_bolttips", - "price": 120 + "price": 61 }, "48": { "id": 48, @@ -684,7 +684,7 @@ "examine": "I need to find a string for this.", "wiki_name": "Longbow (u)", "wiki_url": "https://oldschool.runescape.wiki/w/Longbow_(u)", - "price": 12.5 + "price": 10.5 }, "50": { "id": 50, @@ -736,7 +736,7 @@ "examine": "A wooden arrow shaft with flights attached.", "wiki_name": "Headless arrow", "wiki_url": "https://oldschool.runescape.wiki/w/Headless_arrow", - "price": 7.5 + "price": 10 }, "54": { "id": 54, @@ -754,7 +754,7 @@ "examine": "An unstrung oak shortbow; I need a bowstring for this.", "wiki_name": "Oak shortbow (u)", "wiki_url": "https://oldschool.runescape.wiki/w/Oak_shortbow_(u)", - "price": 11 + "price": 35.5 }, "56": { "id": 56, @@ -772,7 +772,7 @@ "examine": "An unstrung oak longbow; I need a bowstring for this.", "wiki_name": "Oak longbow (u)", "wiki_url": "https://oldschool.runescape.wiki/w/Oak_longbow_(u)", - "price": 13 + "price": 21 }, "58": { "id": 58, @@ -808,7 +808,7 @@ "examine": "An unstrung willow shortbow; I need a bowstring for this.", "wiki_name": "Willow shortbow (u)", "wiki_url": "https://oldschool.runescape.wiki/w/Willow_shortbow_(u)", - "price": 25.5 + "price": 44.5 }, "62": { "id": 62, @@ -826,7 +826,7 @@ "examine": "An unstrung maple longbow; I need a bowstring for this.", "wiki_name": "Maple longbow (u)", "wiki_url": "https://oldschool.runescape.wiki/w/Maple_longbow_(u)", - "price": 105 + "price": 87 }, "64": { "id": 64, @@ -844,7 +844,7 @@ "examine": "An unstrung maple shortbow; I need a bowstring for this.", "wiki_name": "Maple shortbow (u)", "wiki_url": "https://oldschool.runescape.wiki/w/Maple_shortbow_(u)", - "price": 76 + "price": 91 }, "66": { "id": 66, @@ -862,7 +862,7 @@ "examine": "An unstrung yew longbow; I need a bowstring for this.", "wiki_name": "Yew longbow (u)", "wiki_url": "https://oldschool.runescape.wiki/w/Yew_longbow_(u)", - "price": 321.5 + "price": 389.5 }, "68": { "id": 68, @@ -1222,7 +1222,7 @@ "examine": "I need another ingredient to finish this Guam potion.", "wiki_name": "Guam potion (unf)", "wiki_url": "https://oldschool.runescape.wiki/w/Guam_potion_(unf)", - "price": 122.5 + "price": 185 }, "93": { "id": 93, @@ -1240,7 +1240,7 @@ "examine": "I need another ingredient to finish this Marrentill potion.", "wiki_name": "Marrentill potion (unf)", "wiki_url": "https://oldschool.runescape.wiki/w/Marrentill_potion_(unf)", - "price": 61.5 + "price": 116 }, "95": { "id": 95, @@ -1258,7 +1258,7 @@ "examine": "I need another ingredient to finish this Tarromin potion.", "wiki_name": "Tarromin potion (unf)", "wiki_url": "https://oldschool.runescape.wiki/w/Tarromin_potion_(unf)", - "price": 675 + "price": 221 }, "97": { "id": 97, @@ -1276,7 +1276,7 @@ "examine": "I need another ingredient to finish this Harralander potion.", "wiki_name": "Harralander potion (unf)", "wiki_url": "https://oldschool.runescape.wiki/w/Harralander_potion_(unf)", - "price": 1046 + "price": 702 }, "99": { "id": 99, @@ -1294,7 +1294,7 @@ "examine": "I need another ingredient to finish this Ranarr potion.", "wiki_name": "Ranarr potion (unf)", "wiki_url": "https://oldschool.runescape.wiki/w/Ranarr_potion_(unf)", - "price": 8887.5 + "price": 6111 }, "101": { "id": 101, @@ -1312,7 +1312,7 @@ "examine": "I need another ingredient to finish this Irit potion.", "wiki_name": "Irit potion (unf)", "wiki_url": "https://oldschool.runescape.wiki/w/Irit_potion_(unf)", - "price": 912.5 + "price": 1639 }, "103": { "id": 103, @@ -1330,7 +1330,7 @@ "examine": "I need another ingredient to finish this Avantoe potion.", "wiki_name": "Avantoe potion (unf)", "wiki_url": "https://oldschool.runescape.wiki/w/Avantoe_potion_(unf)", - "price": 1964 + "price": 4319.5 }, "105": { "id": 105, @@ -1348,7 +1348,7 @@ "examine": "I need another ingredient to finish this Kwuarm potion.", "wiki_name": "Kwuarm potion (unf)", "wiki_url": "https://oldschool.runescape.wiki/w/Kwuarm_potion_(unf)", - "price": 1817 + "price": 3881 }, "107": { "id": 107, @@ -1366,7 +1366,7 @@ "examine": "I need another ingredient to finish this Cadantine potion.", "wiki_name": "Cadantine potion (unf)", "wiki_url": "https://oldschool.runescape.wiki/w/Cadantine_potion_(unf)", - "price": 1835.5 + "price": 4062.5 }, "109": { "id": 109, @@ -1384,7 +1384,7 @@ "examine": "I need another ingredient to finish this Dwarf Weed potion.", "wiki_name": "Dwarf weed potion (unf)", "wiki_url": "https://oldschool.runescape.wiki/w/Dwarf_weed_potion_(unf)", - "price": 978.5 + "price": 2800 }, "111": { "id": 111, @@ -1402,7 +1402,7 @@ "examine": "I need another ingredient to finish this Torstol potion.", "wiki_name": "Torstol potion (unf)", "wiki_url": "https://oldschool.runescape.wiki/w/Torstol_potion_(unf)", - "price": 8578 + "price": 3384.5 }, "113": { "id": 113, @@ -1419,7 +1419,7 @@ "examine": "4 doses of Strength potion.", "wiki_name": "Strength potion (4 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Strength_potion#4_dose", - "price": 527 + "price": 177 }, "115": { "id": 115, @@ -1436,7 +1436,7 @@ "examine": "3 doses of Strength potion.", "wiki_name": "Strength potion (3 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Strength_potion#3_dose", - "price": 216 + "price": 72 }, "117": { "id": 117, @@ -1453,7 +1453,7 @@ "examine": "2 doses of Strength potion.", "wiki_name": "Strength potion (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Strength_potion#2_dose", - "price": 143.5 + "price": 57 }, "119": { "id": 119, @@ -1470,7 +1470,7 @@ "examine": "1 dose of Strength potion.", "wiki_name": "Strength potion (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Strength_potion#1_dose", - "price": 77 + "price": 36 }, "121": { "id": 121, @@ -1506,7 +1506,7 @@ "examine": "2 doses of Attack potion.", "wiki_name": "Attack potion (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Attack_potion#2_dose", - "price": 4 + "price": 6.5 }, "125": { "id": 125, @@ -1524,7 +1524,7 @@ "examine": "1 dose of Attack potion.", "wiki_name": "Attack potion (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Attack_potion#1_dose", - "price": 3 + "price": 1 }, "127": { "id": 127, @@ -1542,7 +1542,7 @@ "examine": "3 doses of restore potion.", "wiki_name": "Restore potion (3 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Restore_potion#3_dose", - "price": 61 + "price": 47 }, "129": { "id": 129, @@ -1560,7 +1560,7 @@ "examine": "2 doses of restore potion.", "wiki_name": "Restore potion (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Restore_potion#2_dose", - "price": 36.5 + "price": 14 }, "131": { "id": 131, @@ -1578,7 +1578,7 @@ "examine": "1 dose of restore potion.", "wiki_name": "Restore potion (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Restore_potion#1_dose", - "price": 450 + "price": 19 }, "133": { "id": 133, @@ -1596,7 +1596,7 @@ "examine": "3 doses of Defence potion.", "wiki_name": "Defence potion (3 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Defence_potion#3_dose", - "price": 1000 + "price": 2649 }, "135": { "id": 135, @@ -1614,7 +1614,7 @@ "examine": "2 doses of Defence potion.", "wiki_name": "Defence potion (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Defence_potion#2_dose", - "price": 2600 + "price": 142 }, "137": { "id": 137, @@ -1632,7 +1632,7 @@ "examine": "1 dose of Defence potion.", "wiki_name": "Defence potion (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Defence_potion#1_dose", - "price": 379.5 + "price": 34 }, "139": { "id": 139, @@ -1650,7 +1650,7 @@ "examine": "3 doses of Prayer restore potion.", "wiki_name": "Prayer potion (3 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Prayer_potion#3_dose", - "price": 9501 + "price": 6009.5 }, "141": { "id": 141, @@ -1668,7 +1668,7 @@ "examine": "2 doses of Prayer restore potion.", "wiki_name": "Prayer potion (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Prayer_potion#2_dose", - "price": 6426 + "price": 3969 }, "143": { "id": 143, @@ -1686,7 +1686,7 @@ "examine": "1 dose of Prayer restore potion.", "wiki_name": "Prayer potion (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Prayer_potion#1_dose", - "price": 3167.5 + "price": 2007 }, "145": { "id": 145, @@ -1704,7 +1704,7 @@ "examine": "3 doses of super Attack potion.", "wiki_name": "Super attack (3 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Super_attack#3_dose", - "price": 157.5 + "price": 1176 }, "147": { "id": 147, @@ -1722,7 +1722,7 @@ "examine": "2 doses of super Attack potion.", "wiki_name": "Super attack (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Super_attack#2_dose", - "price": 194.5 + "price": 610.5 }, "149": { "id": 149, @@ -1740,7 +1740,7 @@ "examine": "1 dose of super Attack potion.", "wiki_name": "Super attack (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Super_attack#1_dose", - "price": 38 + "price": 417.5 }, "151": { "id": 151, @@ -1758,7 +1758,7 @@ "examine": "3 doses of Fishing potion.", "wiki_name": "Fishing potion (3 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Fishing_potion#3_dose", - "price": 65.5 + "price": 50 }, "153": { "id": 153, @@ -1776,7 +1776,7 @@ "examine": "2 doses of Fishing potion.", "wiki_name": "Fishing potion (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Fishing_potion#2_dose", - "price": 58 + "price": 47.5 }, "155": { "id": 155, @@ -1794,7 +1794,7 @@ "examine": "1 dose of Fishing potion.", "wiki_name": "Fishing potion (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Fishing_potion#1_dose", - "price": 100 + "price": 1 }, "157": { "id": 157, @@ -1812,7 +1812,7 @@ "examine": "3 doses of super Strength potion.", "wiki_name": "Super strength (3 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Super_strength#3_dose", - "price": 1440.5 + "price": 3554 }, "159": { "id": 159, @@ -1830,7 +1830,7 @@ "examine": "2 doses of super Strength potion.", "wiki_name": "Super strength (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Super_strength#2_dose", - "price": 748 + "price": 2266 }, "161": { "id": 161, @@ -1848,7 +1848,7 @@ "examine": "1 dose of super Strength potion.", "wiki_name": "Super strength (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Super_strength#1_dose", - "price": 466 + "price": 1215.5 }, "163": { "id": 163, @@ -1866,7 +1866,7 @@ "examine": "3 doses of super Defence potion.", "wiki_name": "Super defence (3 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Super_defence#3_dose", - "price": 707 + "price": 3565.5 }, "165": { "id": 165, @@ -1884,7 +1884,7 @@ "examine": "2 doses of super Defence potion.", "wiki_name": "Super defence (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Super_defence#2_dose", - "price": 531.5 + "price": 2420 }, "167": { "id": 167, @@ -1902,7 +1902,7 @@ "examine": "1 dose of super Defence potion.", "wiki_name": "Super defence (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Super_defence#1_dose", - "price": 234.5 + "price": 1215.5 }, "169": { "id": 169, @@ -1920,7 +1920,7 @@ "examine": "3 doses of ranging potion.", "wiki_name": "Ranging potion (3 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Ranging_potion#3_dose", - "price": 406.5 + "price": 2437 }, "171": { "id": 171, @@ -1938,7 +1938,7 @@ "examine": "2 doses of ranging potion.", "wiki_name": "Ranging potion (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Ranging_potion#2_dose", - "price": 301.5 + "price": 1798.5 }, "173": { "id": 173, @@ -1956,7 +1956,7 @@ "examine": "1 dose of ranging potion.", "wiki_name": "Ranging potion (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Ranging_potion#1_dose", - "price": 150 + "price": 705.5 }, "175": { "id": 175, @@ -1973,7 +1973,7 @@ "examine": "3 doses of antipoison potion.", "wiki_name": "Antipoison (3 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Antipoison#3_dose", - "price": 172.5 + "price": 81 }, "177": { "id": 177, @@ -2007,7 +2007,7 @@ "examine": "1 dose of antipoison potion.", "wiki_name": "Antipoison (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Antipoison#1_dose", - "price": 50 + "price": 108 }, "181": { "id": 181, @@ -2025,7 +2025,7 @@ "examine": "3 doses of super antipoison potion.", "wiki_name": "Superantipoison (3 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Superantipoison#3_dose", - "price": 292.5 + "price": 601 }, "183": { "id": 183, @@ -2043,7 +2043,7 @@ "examine": "2 doses of super antipoison potion.", "wiki_name": "Superantipoison (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Superantipoison#2_dose", - "price": 80 + "price": 394 }, "185": { "id": 185, @@ -2079,7 +2079,7 @@ "examine": "For use on daggers and projectiles.", "wiki_name": "Weapon poison", "wiki_url": "https://oldschool.runescape.wiki/w/Weapon_poison", - "price": 390 + "price": 140.5 }, "189": { "id": 189, @@ -2097,7 +2097,7 @@ "examine": "3 doses of Zamorak brew.", "wiki_name": "Zamorak brew (3 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Zamorak_brew#3_dose", - "price": 2252.5 + "price": 514.5 }, "191": { "id": 191, @@ -2115,7 +2115,7 @@ "examine": "2 doses of Zamorak brew.", "wiki_name": "Zamorak brew (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Zamorak_brew#2_dose", - "price": 4144.5 + "price": 54.5 }, "193": { "id": 193, @@ -2133,7 +2133,7 @@ "examine": "1 dose of Zamorak brew.", "wiki_name": "Zamorak brew (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Zamorak_brew#1_dose", - "price": 1969 + "price": 187.5 }, "195": { "id": 195, @@ -2166,7 +2166,7 @@ "examine": "A cup of a strange brew...", "wiki_name": "Poison chalice", "wiki_url": "https://oldschool.runescape.wiki/w/Poison_chalice", - "price": 2885.5 + "price": 1873 }, "199": { "id": 199, @@ -2184,7 +2184,7 @@ "examine": "It needs cleaning.", "wiki_name": "Grimy guam leaf", "wiki_url": "https://oldschool.runescape.wiki/w/Grimy_guam_leaf", - "price": 57 + "price": 169 }, "201": { "id": 201, @@ -2202,7 +2202,7 @@ "examine": "It needs cleaning.", "wiki_name": "Grimy marrentill", "wiki_url": "https://oldschool.runescape.wiki/w/Grimy_marrentill", - "price": 21 + "price": 76 }, "203": { "id": 203, @@ -2256,7 +2256,7 @@ "examine": "It needs cleaning.", "wiki_name": "Grimy ranarr weed", "wiki_url": "https://oldschool.runescape.wiki/w/Grimy_ranarr_weed", - "price": 8573.5 + "price": 5934.5 }, "209": { "id": 209, @@ -2274,7 +2274,7 @@ "examine": "It needs cleaning.", "wiki_name": "Grimy irit leaf", "wiki_url": "https://oldschool.runescape.wiki/w/Grimy_irit_leaf", - "price": 733.5 + "price": 1532 }, "211": { "id": 211, @@ -2292,7 +2292,7 @@ "examine": "It needs cleaning.", "wiki_name": "Grimy avantoe", "wiki_url": "https://oldschool.runescape.wiki/w/Grimy_avantoe", - "price": 1730.5 + "price": 4197 }, "213": { "id": 213, @@ -2310,7 +2310,7 @@ "examine": "It needs cleaning.", "wiki_name": "Grimy kwuarm", "wiki_url": "https://oldschool.runescape.wiki/w/Grimy_kwuarm", - "price": 1678 + "price": 3662.5 }, "215": { "id": 215, @@ -2328,7 +2328,7 @@ "examine": "It needs cleaning.", "wiki_name": "Grimy cadantine", "wiki_url": "https://oldschool.runescape.wiki/w/Grimy_cadantine", - "price": 1618 + "price": 3873.5 }, "217": { "id": 217, @@ -2346,7 +2346,7 @@ "examine": "It needs cleaning.", "wiki_name": "Grimy dwarf weed", "wiki_url": "https://oldschool.runescape.wiki/w/Grimy_dwarf_weed", - "price": 904 + "price": 2708.5 }, "219": { "id": 219, @@ -2364,7 +2364,7 @@ "examine": "It needs cleaning.", "wiki_name": "Grimy torstol", "wiki_url": "https://oldschool.runescape.wiki/w/Grimy_torstol", - "price": 8648 + "price": 3303.5 }, "221": { "id": 221, @@ -2398,7 +2398,7 @@ "examine": "Ewww!", "wiki_name": "Red spiders' eggs", "wiki_url": "https://oldschool.runescape.wiki/w/Red_spiders'_eggs", - "price": 514.5 + "price": 632 }, "225": { "id": 225, @@ -2415,7 +2415,7 @@ "examine": "The root of a limpwurt plant.", "wiki_name": "Limpwurt root", "wiki_url": "https://oldschool.runescape.wiki/w/Limpwurt_root", - "price": 716 + "price": 284.5 }, "227": { "id": 227, @@ -2432,7 +2432,7 @@ "examine": "A glass vial containing water.", "wiki_name": "Vial of water", "wiki_url": "https://oldschool.runescape.wiki/w/Vial_of_water", - "price": 4 + "price": 3.5 }, "229": { "id": 229, @@ -2449,7 +2449,7 @@ "examine": "An empty glass vial.", "wiki_name": "Vial", "wiki_url": "https://oldschool.runescape.wiki/w/Vial", - "price": 3.5 + "price": 2 }, "231": { "id": 231, @@ -2467,7 +2467,7 @@ "examine": "Strange spiky grass.", "wiki_name": "Snape grass", "wiki_url": "https://oldschool.runescape.wiki/w/Snape_grass", - "price": 331 + "price": 241.5 }, "233": { "id": 233, @@ -2485,7 +2485,7 @@ "examine": "I can grind things for potions in this.", "wiki_name": "Pestle and mortar", "wiki_url": "https://oldschool.runescape.wiki/w/Pestle_and_mortar", - "price": 641.5 + "price": 198.5 }, "235": { "id": 235, @@ -2503,7 +2503,7 @@ "examine": "Finely ground horn of Unicorn.", "wiki_name": "Unicorn horn dust", "wiki_url": "https://oldschool.runescape.wiki/w/Unicorn_horn_dust", - "price": 218 + "price": 139 }, "237": { "id": 237, @@ -2521,7 +2521,7 @@ "examine": "This horn has restorative properties.", "wiki_name": "Unicorn horn", "wiki_url": "https://oldschool.runescape.wiki/w/Unicorn_horn", - "price": 221.5 + "price": 84 }, "239": { "id": 239, @@ -2539,7 +2539,7 @@ "examine": "Sour berries, used in potions.", "wiki_name": "White berries", "wiki_url": "https://oldschool.runescape.wiki/w/White_berries", - "price": 379.5 + "price": 304 }, "241": { "id": 241, @@ -2557,7 +2557,7 @@ "examine": "Finely ground scale of Dragon.", "wiki_name": "Dragon scale dust", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_scale_dust", - "price": 172 + "price": 66 }, "243": { "id": 243, @@ -2575,7 +2575,7 @@ "examine": "A large shiny scale.", "wiki_name": "Blue dragon scale", "wiki_url": "https://oldschool.runescape.wiki/w/Blue_dragon_scale", - "price": 834.5 + "price": 18 }, "245": { "id": 245, @@ -2592,7 +2592,7 @@ "examine": "An evil wine for an evil god.", "wiki_name": "Wine of zamorak", "wiki_url": "https://oldschool.runescape.wiki/w/Wine_of_zamorak", - "price": 1053 + "price": 845 }, "247": { "id": 247, @@ -2610,7 +2610,7 @@ "examine": "They don't look very ripe.", "wiki_name": "Jangerberries", "wiki_url": "https://oldschool.runescape.wiki/w/Jangerberries", - "price": 404 + "price": 261 }, "249": { "id": 249, @@ -2628,7 +2628,7 @@ "examine": "A bitter green herb.", "wiki_name": "Guam leaf", "wiki_url": "https://oldschool.runescape.wiki/w/Guam_leaf", - "price": 55 + "price": 110.5 }, "251": { "id": 251, @@ -2646,7 +2646,7 @@ "examine": "A herb used in poison cures.", "wiki_name": "Marrentill", "wiki_url": "https://oldschool.runescape.wiki/w/Marrentill", - "price": 33 + "price": 100.5 }, "253": { "id": 253, @@ -2664,7 +2664,7 @@ "examine": "A useful herb.", "wiki_name": "Tarromin", "wiki_url": "https://oldschool.runescape.wiki/w/Tarromin", - "price": 277 + "price": 133 }, "255": { "id": 255, @@ -2682,7 +2682,7 @@ "examine": "A useful herb.", "wiki_name": "Harralander", "wiki_url": "https://oldschool.runescape.wiki/w/Harralander", - "price": 818 + "price": 546 }, "257": { "id": 257, @@ -2700,7 +2700,7 @@ "examine": "A useful herb.", "wiki_name": "Ranarr weed", "wiki_url": "https://oldschool.runescape.wiki/w/Ranarr_weed", - "price": 8557.5 + "price": 5852.5 }, "259": { "id": 259, @@ -2718,7 +2718,7 @@ "examine": "A useful herb.", "wiki_name": "Irit leaf", "wiki_url": "https://oldschool.runescape.wiki/w/Irit_leaf", - "price": 742.5 + "price": 1442.5 }, "261": { "id": 261, @@ -2736,7 +2736,7 @@ "examine": "A useful herb.", "wiki_name": "Avantoe", "wiki_url": "https://oldschool.runescape.wiki/w/Avantoe", - "price": 1740 + "price": 4210.5 }, "263": { "id": 263, @@ -2754,7 +2754,7 @@ "examine": "A powerful herb.", "wiki_name": "Kwuarm", "wiki_url": "https://oldschool.runescape.wiki/w/Kwuarm", - "price": 1541 + "price": 3390.5 }, "265": { "id": 265, @@ -2772,7 +2772,7 @@ "examine": "A powerful herb.", "wiki_name": "Cadantine", "wiki_url": "https://oldschool.runescape.wiki/w/Cadantine", - "price": 1650 + "price": 3909 }, "267": { "id": 267, @@ -2790,7 +2790,7 @@ "examine": "A powerful herb.", "wiki_name": "Dwarf weed", "wiki_url": "https://oldschool.runescape.wiki/w/Dwarf_weed", - "price": 980 + "price": 2682.5 }, "269": { "id": 269, @@ -2808,7 +2808,7 @@ "examine": "A powerful herb.", "wiki_name": "Torstol", "wiki_url": "https://oldschool.runescape.wiki/w/Torstol", - "price": 8642.5 + "price": 3323 }, "271": { "id": 271, @@ -2855,7 +2855,7 @@ "examine": "This stuff looks nasty.", "wiki_name": "Poison (item)", "wiki_url": "https://oldschool.runescape.wiki/w/Poison_(item)", - "price": 862 + "price": 575.5 }, "274": { "id": 274, @@ -3157,7 +3157,7 @@ "examine": "Some brown armour designed to fit goblins.", "wiki_name": "Goblin mail", "wiki_url": "https://oldschool.runescape.wiki/w/Goblin_mail", - "price": 787.5 + "price": 336 }, "290": { "id": 290, @@ -3318,7 +3318,7 @@ "examine": "Magical seeds in a mithril case.", "wiki_name": "Mithril seeds", "wiki_url": "https://oldschool.runescape.wiki/w/Mithril_seeds", - "price": 775.5 + "price": 653 }, "300": { "id": 300, @@ -3348,7 +3348,7 @@ "examine": "Useful for catching lobsters.", "wiki_name": "Lobster pot", "wiki_url": "https://oldschool.runescape.wiki/w/Lobster_pot", - "price": 137 + "price": 697.5 }, "303": { "id": 303, @@ -3383,7 +3383,7 @@ "examine": "Useful for catching lots of fish.", "wiki_name": "Big fishing net", "wiki_url": "https://oldschool.runescape.wiki/w/Big_fishing_net", - "price": 2211 + "price": 800 }, "307": { "id": 307, @@ -3400,7 +3400,7 @@ "examine": "Useful for catching sardine or herring.", "wiki_name": "Fishing rod", "wiki_url": "https://oldschool.runescape.wiki/w/Fishing_rod", - "price": 35.5 + "price": 81.5 }, "309": { "id": 309, @@ -3417,7 +3417,7 @@ "examine": "Useful for catching salmon or trout.", "wiki_name": "Fly fishing rod", "wiki_url": "https://oldschool.runescape.wiki/w/Fly_fishing_rod", - "price": 48.5 + "price": 65 }, "311": { "id": 311, @@ -3434,7 +3434,7 @@ "examine": "Useful for catching really big fish.", "wiki_name": "Harpoon", "wiki_url": "https://oldschool.runescape.wiki/w/Harpoon", - "price": 46 + "price": 27.5 }, "313": { "id": 313, @@ -3450,7 +3450,7 @@ "examine": "For use with a fishing rod.", "wiki_name": "Fishing bait", "wiki_url": "https://oldschool.runescape.wiki/w/Fishing_bait", - "price": 4.5 + "price": 3.5 }, "314": { "id": 314, @@ -3466,7 +3466,7 @@ "examine": "Used for fly fishing.", "wiki_name": "Feather", "wiki_url": "https://oldschool.runescape.wiki/w/Feather", - "price": 2 + "price": 2.5 }, "315": { "id": 315, @@ -3483,7 +3483,7 @@ "examine": "Some nicely cooked shrimp.", "wiki_name": "Shrimps", "wiki_url": "https://oldschool.runescape.wiki/w/Shrimps", - "price": 31.5 + "price": 24.5 }, "317": { "id": 317, @@ -3500,7 +3500,7 @@ "examine": "I should try cooking this.", "wiki_name": "Raw shrimps", "wiki_url": "https://oldschool.runescape.wiki/w/Raw_shrimps", - "price": 70 + "price": 96.5 }, "319": { "id": 319, @@ -3517,7 +3517,7 @@ "examine": "Some nicely cooked anchovies.", "wiki_name": "Anchovies", "wiki_url": "https://oldschool.runescape.wiki/w/Anchovies", - "price": 75 + "price": 59 }, "321": { "id": 321, @@ -3534,7 +3534,7 @@ "examine": "I should try cooking this.", "wiki_name": "Raw anchovies", "wiki_url": "https://oldschool.runescape.wiki/w/Raw_anchovies", - "price": 68 + "price": 75 }, "323": { "id": 323, @@ -3566,7 +3566,7 @@ "examine": "Some nicely cooked sardines.", "wiki_name": "Sardine", "wiki_url": "https://oldschool.runescape.wiki/w/Sardine", - "price": 7.5 + "price": 23.5 }, "327": { "id": 327, @@ -3583,7 +3583,7 @@ "examine": "I should try cooking this.", "wiki_name": "Raw sardine", "wiki_url": "https://oldschool.runescape.wiki/w/Raw_sardine", - "price": 37 + "price": 67.5 }, "329": { "id": 329, @@ -3600,7 +3600,7 @@ "examine": "Some nicely cooked salmon.", "wiki_name": "Salmon", "wiki_url": "https://oldschool.runescape.wiki/w/Salmon", - "price": 88 + "price": 99 }, "331": { "id": 331, @@ -3617,7 +3617,7 @@ "examine": "I should try cooking this.", "wiki_name": "Raw salmon", "wiki_url": "https://oldschool.runescape.wiki/w/Raw_salmon", - "price": 42 + "price": 55 }, "333": { "id": 333, @@ -3634,7 +3634,7 @@ "examine": "Some nicely cooked trout.", "wiki_name": "Trout", "wiki_url": "https://oldschool.runescape.wiki/w/Trout", - "price": 40 + "price": 57.5 }, "335": { "id": 335, @@ -3651,7 +3651,7 @@ "examine": "I should try cooking this.", "wiki_name": "Raw trout", "wiki_url": "https://oldschool.runescape.wiki/w/Raw_trout", - "price": 114.5 + "price": 88 }, "337": { "id": 337, @@ -3697,7 +3697,7 @@ "examine": "Some nicely cooked cod.", "wiki_name": "Cod", "wiki_url": "https://oldschool.runescape.wiki/w/Cod", - "price": 6.5 + "price": 12 }, "341": { "id": 341, @@ -3715,7 +3715,7 @@ "examine": "I should try cooking this.", "wiki_name": "Raw cod", "wiki_url": "https://oldschool.runescape.wiki/w/Raw_cod", - "price": 33.5 + "price": 19.5 }, "343": { "id": 343, @@ -3747,7 +3747,7 @@ "examine": "I should try cooking this.", "wiki_name": "Raw herring", "wiki_url": "https://oldschool.runescape.wiki/w/Raw_herring", - "price": 136 + "price": 160 }, "347": { "id": 347, @@ -3764,7 +3764,7 @@ "examine": "Some nicely cooked herring.", "wiki_name": "Herring", "wiki_url": "https://oldschool.runescape.wiki/w/Herring", - "price": 9.5 + "price": 18 }, "349": { "id": 349, @@ -3781,7 +3781,7 @@ "examine": "I should try cooking this.", "wiki_name": "Raw pike", "wiki_url": "https://oldschool.runescape.wiki/w/Raw_pike", - "price": 247.5 + "price": 66.5 }, "351": { "id": 351, @@ -3798,7 +3798,7 @@ "examine": "Some nicely cooked pike.", "wiki_name": "Pike", "wiki_url": "https://oldschool.runescape.wiki/w/Pike", - "price": 39.5 + "price": 54 }, "353": { "id": 353, @@ -3816,7 +3816,7 @@ "examine": "I should try cooking this.", "wiki_name": "Raw mackerel", "wiki_url": "https://oldschool.runescape.wiki/w/Raw_mackerel", - "price": 30 + "price": 20 }, "355": { "id": 355, @@ -3834,7 +3834,7 @@ "examine": "Some nicely cooked mackerel.", "wiki_name": "Mackerel", "wiki_url": "https://oldschool.runescape.wiki/w/Mackerel", - "price": 10 + "price": 13.5 }, "357": { "id": 357, @@ -3866,7 +3866,7 @@ "examine": "I should try cooking this.", "wiki_name": "Raw tuna", "wiki_url": "https://oldschool.runescape.wiki/w/Raw_tuna", - "price": 46 + "price": 123.5 }, "361": { "id": 361, @@ -3883,7 +3883,7 @@ "examine": "Wow, this is a big fish.", "wiki_name": "Tuna", "wiki_url": "https://oldschool.runescape.wiki/w/Tuna", - "price": 75.5 + "price": 171 }, "363": { "id": 363, @@ -3901,7 +3901,7 @@ "examine": "I should try cooking this.", "wiki_name": "Raw bass", "wiki_url": "https://oldschool.runescape.wiki/w/Raw_bass", - "price": 21 + "price": 9 }, "365": { "id": 365, @@ -3919,7 +3919,7 @@ "examine": "Wow, this is a big fish.", "wiki_name": "Bass", "wiki_url": "https://oldschool.runescape.wiki/w/Bass", - "price": 89 + "price": 107 }, "367": { "id": 367, @@ -3966,7 +3966,7 @@ "examine": "I should try cooking this.", "wiki_name": "Raw swordfish", "wiki_url": "https://oldschool.runescape.wiki/w/Raw_swordfish", - "price": 317 + "price": 140 }, "373": { "id": 373, @@ -3983,7 +3983,7 @@ "examine": "I'd better be careful eating this!", "wiki_name": "Swordfish", "wiki_url": "https://oldschool.runescape.wiki/w/Swordfish", - "price": 360.5 + "price": 199.5 }, "375": { "id": 375, @@ -4015,7 +4015,7 @@ "examine": "I should try cooking this.", "wiki_name": "Raw lobster", "wiki_url": "https://oldschool.runescape.wiki/w/Raw_lobster", - "price": 148.5 + "price": 109 }, "379": { "id": 379, @@ -4065,7 +4065,7 @@ "examine": "I should try cooking this.", "wiki_name": "Raw shark", "wiki_url": "https://oldschool.runescape.wiki/w/Raw_shark", - "price": 778.5 + "price": 311.5 }, "385": { "id": 385, @@ -4083,7 +4083,7 @@ "examine": "I'd better be careful eating this.", "wiki_name": "Shark", "wiki_url": "https://oldschool.runescape.wiki/w/Shark", - "price": 911.5 + "price": 544 }, "387": { "id": 387, @@ -4117,7 +4117,7 @@ "examine": "A rare catch.", "wiki_name": "Raw manta ray", "wiki_url": "https://oldschool.runescape.wiki/w/Raw_manta_ray", - "price": 1355 + "price": 676 }, "391": { "id": 391, @@ -4135,7 +4135,7 @@ "examine": "A rare catch.", "wiki_name": "Manta ray", "wiki_url": "https://oldschool.runescape.wiki/w/Manta_ray", - "price": 1576.5 + "price": 884.5 }, "393": { "id": 393, @@ -4169,7 +4169,7 @@ "examine": "A rare catch.", "wiki_name": "Raw sea turtle", "wiki_url": "https://oldschool.runescape.wiki/w/Raw_sea_turtle", - "price": 847 + "price": 331.5 }, "397": { "id": 397, @@ -4187,7 +4187,7 @@ "examine": "Tasty!", "wiki_name": "Sea turtle", "wiki_url": "https://oldschool.runescape.wiki/w/Sea_turtle", - "price": 997.5 + "price": 556 }, "399": { "id": 399, @@ -4221,7 +4221,7 @@ "examine": "Slightly damp seaweed.", "wiki_name": "Seaweed", "wiki_url": "https://oldschool.runescape.wiki/w/Seaweed", - "price": 26 + "price": 19 }, "403": { "id": 403, @@ -4239,7 +4239,7 @@ "examine": "Slightly damp seaweed.", "wiki_name": "Edible seaweed", "wiki_url": "https://oldschool.runescape.wiki/w/Edible_seaweed", - "price": 114 + "price": 75.5 }, "405": { "id": 405, @@ -4257,7 +4257,7 @@ "examine": "I hope there's treasure in it.", "wiki_name": "Casket", "wiki_url": "https://oldschool.runescape.wiki/w/Casket", - "price": 967.5 + "price": 722.5 }, "407": { "id": 407, @@ -4275,7 +4275,7 @@ "examine": "Maybe there are pearls inside?", "wiki_name": "Oyster", "wiki_url": "https://oldschool.runescape.wiki/w/Oyster", - "price": 18 + "price": 59 }, "409": { "id": 409, @@ -4309,7 +4309,7 @@ "examine": "I could work wonders with a chisel on this pearl.", "wiki_name": "Oyster pearl", "wiki_url": "https://oldschool.runescape.wiki/w/Oyster_pearl", - "price": 83 + "price": 100.5 }, "413": { "id": 413, @@ -4327,7 +4327,7 @@ "examine": "I could work wonders with a chisel on these pearls.", "wiki_name": "Oyster pearls", "wiki_url": "https://oldschool.runescape.wiki/w/Oyster_pearls", - "price": 500 + "price": 1060 }, "415": { "id": 415, @@ -4573,7 +4573,7 @@ "slot": "legs", "requirements": null }, - "price": 7 + "price": 112.5 }, "430": { "id": 430, @@ -4663,7 +4663,7 @@ "examine": "Some hard dry clay.", "wiki_name": "Clay", "wiki_url": "https://oldschool.runescape.wiki/w/Clay", - "price": 114.5 + "price": 84.5 }, "436": { "id": 436, @@ -4680,7 +4680,7 @@ "examine": "This needs refining.", "wiki_name": "Copper ore", "wiki_url": "https://oldschool.runescape.wiki/w/Copper_ore", - "price": 71 + "price": 63 }, "438": { "id": 438, @@ -4697,7 +4697,7 @@ "examine": "This needs refining.", "wiki_name": "Tin ore", "wiki_url": "https://oldschool.runescape.wiki/w/Tin_ore", - "price": 72.5 + "price": 99.5 }, "440": { "id": 440, @@ -4714,7 +4714,7 @@ "examine": "This needs refining.", "wiki_name": "Iron ore", "wiki_url": "https://oldschool.runescape.wiki/w/Iron_ore", - "price": 135.5 + "price": 99 }, "442": { "id": 442, @@ -4731,7 +4731,7 @@ "examine": "This needs refining.", "wiki_name": "Silver ore", "wiki_url": "https://oldschool.runescape.wiki/w/Silver_ore", - "price": 49 + "price": 62 }, "444": { "id": 444, @@ -4748,7 +4748,7 @@ "examine": "This needs refining.", "wiki_name": "Gold ore", "wiki_url": "https://oldschool.runescape.wiki/w/Gold_ore", - "price": 259.5 + "price": 188 }, "446": { "id": 446, @@ -4779,7 +4779,7 @@ "examine": "This needs refining.", "wiki_name": "Mithril ore", "wiki_url": "https://oldschool.runescape.wiki/w/Mithril_ore", - "price": 124 + "price": 137 }, "449": { "id": 449, @@ -4796,7 +4796,7 @@ "examine": "This needs refining.", "wiki_name": "Adamantite ore", "wiki_url": "https://oldschool.runescape.wiki/w/Adamantite_ore", - "price": 1131.5 + "price": 915.5 }, "451": { "id": 451, @@ -4830,7 +4830,7 @@ "examine": "Hmm a non-renewable energy source!", "wiki_name": "Coal", "wiki_url": "https://oldschool.runescape.wiki/w/Coal", - "price": 159.5 + "price": 186.5 }, "455": { "id": 455, @@ -4974,7 +4974,7 @@ "examine": "I wonder what this tastes like?", "wiki_name": "Strange fruit", "wiki_url": "https://oldschool.runescape.wiki/w/Strange_fruit", - "price": 224 + "price": 531 }, "466": { "id": 466, @@ -5482,7 +5482,7 @@ "examine": "Bones are for burying!", "wiki_name": "Burnt bones", "wiki_url": "https://oldschool.runescape.wiki/w/Burnt_bones", - "price": 175 + "price": 400 }, "530": { "id": 530, @@ -5500,7 +5500,7 @@ "examine": "Ew it's a pile of bones.", "wiki_name": "Bat bones", "wiki_url": "https://oldschool.runescape.wiki/w/Bat_bones", - "price": 342.5 + "price": 464 }, "532": { "id": 532, @@ -5517,7 +5517,7 @@ "examine": "Ew it's a pile of bones.", "wiki_name": "Big bones", "wiki_url": "https://oldschool.runescape.wiki/w/Big_bones", - "price": 215 + "price": 264 }, "534": { "id": 534, @@ -5666,7 +5666,7 @@ "slot": "legs", "requirements": null }, - "price": 407 + "price": 293 }, "544": { "id": 544, @@ -5740,7 +5740,7 @@ "slot": "body", "requirements": null }, - "price": 757 + "price": 1850 }, "548": { "id": 548, @@ -5777,7 +5777,7 @@ "slot": "legs", "requirements": null }, - "price": 2750.5 + "price": 557 }, "550": { "id": 550, @@ -5852,7 +5852,7 @@ "examine": "One of the 4 basic elemental Runes.", "wiki_name": "Fire rune", "wiki_url": "https://oldschool.runescape.wiki/w/Fire_rune", - "price": 4.5 + "price": 5.5 }, "555": { "id": 555, @@ -5868,7 +5868,7 @@ "examine": "One of the 4 basic elemental Runes.", "wiki_name": "Water rune", "wiki_url": "https://oldschool.runescape.wiki/w/Water_rune", - "price": 4 + "price": 4.5 }, "556": { "id": 556, @@ -5884,7 +5884,7 @@ "examine": "One of the 4 basic elemental Runes.", "wiki_name": "Air rune", "wiki_url": "https://oldschool.runescape.wiki/w/Air_rune", - "price": 4 + "price": 5.5 }, "557": { "id": 557, @@ -5916,7 +5916,7 @@ "examine": "Used for basic level missile spells.", "wiki_name": "Mind rune", "wiki_url": "https://oldschool.runescape.wiki/w/Mind_rune", - "price": 2.5 + "price": 2 }, "559": { "id": 559, @@ -5948,7 +5948,7 @@ "examine": "Used for medium level missile spells.", "wiki_name": "Death rune", "wiki_url": "https://oldschool.runescape.wiki/w/Death_rune", - "price": 184.5 + "price": 156 }, "561": { "id": 561, @@ -5964,7 +5964,7 @@ "examine": "Used for alchemy spells.", "wiki_name": "Nature rune", "wiki_url": "https://oldschool.runescape.wiki/w/Nature_rune", - "price": 196 + "price": 119 }, "562": { "id": 562, @@ -5980,7 +5980,7 @@ "examine": "Used for low level missile spells.", "wiki_name": "Chaos rune", "wiki_url": "https://oldschool.runescape.wiki/w/Chaos_rune", - "price": 70.5 + "price": 91.5 }, "563": { "id": 563, @@ -6012,7 +6012,7 @@ "examine": "Used for enchant spells.", "wiki_name": "Cosmic rune", "wiki_url": "https://oldschool.runescape.wiki/w/Cosmic_rune", - "price": 144 + "price": 84.5 }, "565": { "id": 565, @@ -6029,7 +6029,7 @@ "examine": "Used for high level missile spells.", "wiki_name": "Blood rune", "wiki_url": "https://oldschool.runescape.wiki/w/Blood_rune", - "price": 352 + "price": 197 }, "566": { "id": 566, @@ -6046,7 +6046,7 @@ "examine": "Used for high level curse spells.", "wiki_name": "Soul rune", "wiki_url": "https://oldschool.runescape.wiki/w/Soul_rune", - "price": 155.5 + "price": 228.5 }, "567": { "id": 567, @@ -6064,7 +6064,7 @@ "examine": "I'd prefer it if it was powered.", "wiki_name": "Unpowered orb", "wiki_url": "https://oldschool.runescape.wiki/w/Unpowered_orb", - "price": 150 + "price": 94.5 }, "569": { "id": 569, @@ -6082,7 +6082,7 @@ "examine": "A magic glowing orb.", "wiki_name": "Fire orb", "wiki_url": "https://oldschool.runescape.wiki/w/Fire_orb", - "price": 1317.5 + "price": 1129 }, "571": { "id": 571, @@ -6100,7 +6100,7 @@ "examine": "A magic glowing orb.", "wiki_name": "Water orb", "wiki_url": "https://oldschool.runescape.wiki/w/Water_orb", - "price": 1667.5 + "price": 955 }, "573": { "id": 573, @@ -6136,7 +6136,7 @@ "examine": "A magic glowing orb.", "wiki_name": "Earth orb", "wiki_url": "https://oldschool.runescape.wiki/w/Earth_orb", - "price": 1160 + "price": 985 }, "577": { "id": 577, @@ -6173,7 +6173,7 @@ "slot": "body", "requirements": null }, - "price": 1071 + "price": 2471.5 }, "579": { "id": 579, @@ -6210,7 +6210,7 @@ "slot": "head", "requirements": null }, - "price": 412 + "price": 619.5 }, "581": { "id": 581, @@ -6247,7 +6247,7 @@ "slot": "body", "requirements": null }, - "price": 956 + "price": 552 }, "583": { "id": 583, @@ -6375,7 +6375,7 @@ "examine": "A heap of ashes.", "wiki_name": "Ashes", "wiki_url": "https://oldschool.runescape.wiki/w/Ashes", - "price": 89 + "price": 102.5 }, "594": { "id": 594, @@ -6420,7 +6420,7 @@ "examine": "An unlit home-made torch.", "wiki_name": "Torch (Unlit)", "wiki_url": "https://oldschool.runescape.wiki/w/Torch#Unlit", - "price": 31 + "price": 1 }, "598": { "id": 598, @@ -6777,7 +6777,7 @@ "examine": "Allows you passage on the 'Lady of the waves' ship.", "wiki_name": "Ship ticket", "wiki_url": "https://oldschool.runescape.wiki/w/Ship_ticket", - "price": 593 + "price": 725 }, "623": { "id": 623, @@ -6857,7 +6857,7 @@ "slot": "feet", "requirements": null }, - "price": 1303.5 + "price": 297 }, "628": { "id": 628, @@ -6895,7 +6895,7 @@ "slot": "feet", "requirements": null }, - "price": 1519 + "price": 206.5 }, "630": { "id": 630, @@ -6933,7 +6933,7 @@ "slot": "feet", "requirements": null }, - "price": 1765 + "price": 3456.5 }, "632": { "id": 632, @@ -7009,7 +7009,7 @@ "slot": "feet", "requirements": null }, - "price": 1919 + "price": 112.5 }, "636": { "id": 636, @@ -7047,7 +7047,7 @@ "slot": "body", "requirements": null }, - "price": 352 + "price": 829 }, "638": { "id": 638, @@ -7085,7 +7085,7 @@ "slot": "body", "requirements": null }, - "price": 512.5 + "price": 962 }, "640": { "id": 640, @@ -7123,7 +7123,7 @@ "slot": "body", "requirements": null }, - "price": 1811.5 + "price": 1424.5 }, "642": { "id": 642, @@ -7161,7 +7161,7 @@ "slot": "body", "requirements": null }, - "price": 277.5 + "price": 955 }, "644": { "id": 644, @@ -7199,7 +7199,7 @@ "slot": "body", "requirements": null }, - "price": 1051.5 + "price": 111.5 }, "646": { "id": 646, @@ -7237,7 +7237,7 @@ "slot": "legs", "requirements": null }, - "price": 1691.5 + "price": 2614.5 }, "648": { "id": 648, @@ -7313,7 +7313,7 @@ "slot": "legs", "requirements": null }, - "price": 373 + "price": 218.5 }, "652": { "id": 652, @@ -7389,7 +7389,7 @@ "slot": "legs", "requirements": null }, - "price": 5000 + "price": 2351.5 }, "656": { "id": 656, @@ -7427,7 +7427,7 @@ "slot": "head", "requirements": null }, - "price": 948 + "price": 1216 }, "658": { "id": 658, @@ -7465,7 +7465,7 @@ "slot": "head", "requirements": null }, - "price": 400.5 + "price": 1348 }, "660": { "id": 660, @@ -7503,7 +7503,7 @@ "slot": "head", "requirements": null }, - "price": 1103.5 + "price": 1556.5 }, "662": { "id": 662, @@ -7541,7 +7541,7 @@ "slot": "head", "requirements": null }, - "price": 257 + "price": 536 }, "664": { "id": 664, @@ -8978,7 +8978,7 @@ "examine": "A ball used in Gnomeball.", "wiki_name": "Gnomeball", "wiki_url": "https://oldschool.runescape.wiki/w/Gnomeball", - "price": 14089.5 + "price": 12156 }, "753": { "id": 753, @@ -9866,7 +9866,7 @@ } ] }, - "price": 25 + "price": 17 }, "802": { "id": 802, @@ -10000,7 +10000,7 @@ } ] }, - "price": 111.5 + "price": 143.5 }, "804": { "id": 804, @@ -10067,7 +10067,7 @@ } ] }, - "price": 169 + "price": 410.5 }, "805": { "id": 805, @@ -10201,7 +10201,7 @@ } ] }, - "price": 23.5 + "price": 28 }, "807": { "id": 807, @@ -10268,7 +10268,7 @@ } ] }, - "price": 14.5 + "price": 23 }, "808": { "id": 808, @@ -10335,7 +10335,7 @@ } ] }, - "price": 4 + "price": 4.5 }, "809": { "id": 809, @@ -10402,7 +10402,7 @@ } ] }, - "price": 3.5 + "price": 6 }, "810": { "id": 810, @@ -10469,7 +10469,7 @@ } ] }, - "price": 27.5 + "price": 18.5 }, "811": { "id": 811, @@ -10536,7 +10536,7 @@ } ] }, - "price": 349 + "price": 172 }, "812": { "id": 812, @@ -10603,7 +10603,7 @@ } ] }, - "price": 9999 + "price": 5014.5 }, "813": { "id": 813, @@ -10804,7 +10804,7 @@ } ] }, - "price": 68.5 + "price": 77.5 }, "816": { "id": 816, @@ -10871,7 +10871,7 @@ } ] }, - "price": 37 + "price": 22 }, "817": { "id": 817, @@ -10938,7 +10938,7 @@ } ] }, - "price": 329.5 + "price": 166 }, "818": { "id": 818, @@ -10969,7 +10969,7 @@ "examine": "A deadly looking dart tip made of bronze - needs feathers for flight.", "wiki_name": "Bronze dart tip", "wiki_url": "https://oldschool.runescape.wiki/w/Bronze_dart_tip", - "price": 59 + "price": 38 }, "820": { "id": 820, @@ -10986,7 +10986,7 @@ "examine": "A deadly looking dart tip made of iron - needs feathers for flight.", "wiki_name": "Iron dart tip", "wiki_url": "https://oldschool.runescape.wiki/w/Iron_dart_tip", - "price": 46.5 + "price": 34.5 }, "821": { "id": 821, @@ -11003,7 +11003,7 @@ "examine": "A deadly-looking dart tip made of steel - needs feathers for flight.", "wiki_name": "Steel dart tip", "wiki_url": "https://oldschool.runescape.wiki/w/Steel_dart_tip", - "price": 59.5 + "price": 47.5 }, "822": { "id": 822, @@ -11037,7 +11037,7 @@ "examine": "A deadly-looking dart tip made of adamant - needs feathers for flight.", "wiki_name": "Adamant dart tip", "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_dart_tip", - "price": 226 + "price": 189.5 }, "824": { "id": 824, @@ -11093,7 +11093,7 @@ "ranged": 1 } }, - "price": 1.5 + "price": 5 }, "826": { "id": 826, @@ -11132,7 +11132,7 @@ "ranged": 1 } }, - "price": 1 + "price": 2 }, "827": { "id": 827, @@ -11171,7 +11171,7 @@ "ranged": 5 } }, - "price": 4 + "price": 52.5 }, "828": { "id": 828, @@ -11210,7 +11210,7 @@ "ranged": 20 } }, - "price": 10 + "price": 9 }, "829": { "id": 829, @@ -11249,7 +11249,7 @@ "ranged": 30 } }, - "price": 83 + "price": 58 }, "830": { "id": 830, @@ -11327,7 +11327,7 @@ "ranged": 1 } }, - "price": 5000 + "price": 25010 }, "832": { "id": 832, @@ -11405,7 +11405,7 @@ "ranged": 5 } }, - "price": 93 + "price": 712.5 }, "834": { "id": 834, @@ -11444,7 +11444,7 @@ "ranged": 20 } }, - "price": 368 + "price": 669 }, "835": { "id": 835, @@ -11483,7 +11483,7 @@ "ranged": 30 } }, - "price": 181 + "price": 98 }, "836": { "id": 836, @@ -11522,7 +11522,7 @@ "ranged": 40 } }, - "price": 1406.5 + "price": 436 }, "837": { "id": 837, @@ -11589,7 +11589,7 @@ } ] }, - "price": 615 + "price": 55 }, "839": { "id": 839, @@ -11656,7 +11656,7 @@ } ] }, - "price": 21 + "price": 33.5 }, "841": { "id": 841, @@ -11723,7 +11723,7 @@ } ] }, - "price": 51 + "price": 25 }, "843": { "id": 843, @@ -11857,7 +11857,7 @@ } ] }, - "price": 63 + "price": 51.5 }, "847": { "id": 847, @@ -11924,7 +11924,7 @@ } ] }, - "price": 152.5 + "price": 135 }, "849": { "id": 849, @@ -11991,7 +11991,7 @@ } ] }, - "price": 80.5 + "price": 68 }, "851": { "id": 851, @@ -12193,7 +12193,7 @@ } ] }, - "price": 549.5 + "price": 649.5 }, "857": { "id": 857, @@ -12464,7 +12464,7 @@ } ] }, - "price": 39.5 + "price": 48.5 }, "864": { "id": 864, @@ -12531,7 +12531,7 @@ } ] }, - "price": 35.5 + "price": 42 }, "865": { "id": 865, @@ -12665,7 +12665,7 @@ } ] }, - "price": 141.5 + "price": 123 }, "867": { "id": 867, @@ -12732,7 +12732,7 @@ } ] }, - "price": 279 + "price": 314 }, "868": { "id": 868, @@ -12799,7 +12799,7 @@ } ] }, - "price": 380.5 + "price": 142.5 }, "869": { "id": 869, @@ -12866,7 +12866,7 @@ } ] }, - "price": 48.5 + "price": 63 }, "870": { "id": 870, @@ -13067,7 +13067,7 @@ } ] }, - "price": 350 + "price": 3414 }, "873": { "id": 873, @@ -13201,7 +13201,7 @@ } ] }, - "price": 5000.5 + "price": 578.5 }, "875": { "id": 875, @@ -13268,7 +13268,7 @@ } ] }, - "price": 774.5 + "price": 2800 }, "876": { "id": 876, @@ -13335,7 +13335,7 @@ } ] }, - "price": 373 + "price": 228.5 }, "877": { "id": 877, @@ -13373,7 +13373,7 @@ "ranged": 1 } }, - "price": 1.5 + "price": 2.5 }, "878": { "id": 878, @@ -13412,7 +13412,7 @@ "ranged": 1 } }, - "price": 21 + "price": 51 }, "879": { "id": 879, @@ -13451,7 +13451,7 @@ "ranged": 1 } }, - "price": 87.5 + "price": 68 }, "880": { "id": 880, @@ -13490,7 +13490,7 @@ "ranged": 1 } }, - "price": 62 + "price": 1.5 }, "881": { "id": 881, @@ -13529,7 +13529,7 @@ "ranged": 1 } }, - "price": 91 + "price": 65 }, "882": { "id": 882, @@ -13567,7 +13567,7 @@ "ranged": 1 } }, - "price": 2.5 + "price": 3 }, "883": { "id": 883, @@ -13606,7 +13606,7 @@ "ranged": 1 } }, - "price": 58.5 + "price": 33 }, "884": { "id": 884, @@ -13644,7 +13644,7 @@ "ranged": 1 } }, - "price": 2 + "price": 6 }, "885": { "id": 885, @@ -13721,7 +13721,7 @@ "ranged": 5 } }, - "price": 9.5 + "price": 27.5 }, "887": { "id": 887, @@ -13760,7 +13760,7 @@ "ranged": 5 } }, - "price": 80.5 + "price": 100.5 }, "888": { "id": 888, @@ -13798,7 +13798,7 @@ "ranged": 20 } }, - "price": 3 + "price": 4 }, "889": { "id": 889, @@ -13837,7 +13837,7 @@ "ranged": 20 } }, - "price": 116 + "price": 49.5 }, "890": { "id": 890, @@ -13875,7 +13875,7 @@ "ranged": 30 } }, - "price": 24 + "price": 15.5 }, "891": { "id": 891, @@ -13914,7 +13914,7 @@ "ranged": 30 } }, - "price": 148 + "price": 166 }, "892": { "id": 892, @@ -13953,7 +13953,7 @@ "ranged": 40 } }, - "price": 66 + "price": 97 }, "893": { "id": 893, @@ -13992,7 +13992,7 @@ "ranged": 40 } }, - "price": 173 + "price": 213.5 }, "942": { "id": 942, @@ -14074,7 +14074,7 @@ "examine": "A dangerous looking knife.", "wiki_name": "Knife", "wiki_url": "https://oldschool.runescape.wiki/w/Knife", - "price": 56 + "price": 48 }, "948": { "id": 948, @@ -14108,7 +14108,7 @@ "examine": "It's a sheet of silk.", "wiki_name": "Silk", "wiki_url": "https://oldschool.runescape.wiki/w/Silk", - "price": 30 + "price": 139 }, "952": { "id": 952, @@ -14125,7 +14125,7 @@ "examine": "A slightly muddy spade.", "wiki_name": "Spade", "wiki_url": "https://oldschool.runescape.wiki/w/Spade", - "price": 107 + "price": 162.5 }, "954": { "id": 954, @@ -14175,7 +14175,7 @@ "examine": "This would make warm clothing.", "wiki_name": "Grey wolf fur", "wiki_url": "https://oldschool.runescape.wiki/w/Grey_wolf_fur", - "price": 87 + "price": 103 }, "960": { "id": 960, @@ -14192,7 +14192,7 @@ "examine": "A plank of wood!", "wiki_name": "Plank", "wiki_url": "https://oldschool.runescape.wiki/w/Plank", - "price": 281 + "price": 336.5 }, "962": { "id": 962, @@ -14209,7 +14209,7 @@ "examine": "I need to pull this.", "wiki_name": "Christmas cracker", "wiki_url": "https://oldschool.runescape.wiki/w/Christmas_cracker", - "price": 86984.5 + "price": 171211 }, "964": { "id": 964, @@ -14315,7 +14315,7 @@ "examine": "A lump of charcoal.", "wiki_name": "Charcoal", "wiki_url": "https://oldschool.runescape.wiki/w/Charcoal", - "price": 185.5 + "price": 429.5 }, "975": { "id": 975, @@ -14388,7 +14388,7 @@ } ] }, - "price": 1183.5 + "price": 586.5 }, "977": { "id": 977, @@ -14419,7 +14419,7 @@ "examine": "Used to get out of Thordur's blackhole.", "wiki_name": "Disk of returning", "wiki_url": "https://oldschool.runescape.wiki/w/Disk_of_returning", - "price": 26449.5 + "price": 16775 }, "983": { "id": 983, @@ -14436,7 +14436,7 @@ "examine": "Opens a door that leads into a dungeon.", "wiki_name": "Brass key", "wiki_url": "https://oldschool.runescape.wiki/w/Brass_key", - "price": 400.5 + "price": 278 }, "985": { "id": 985, @@ -14454,7 +14454,7 @@ "examine": "The tooth end of the mysterious Crystal Key. Can you find the other half?", "wiki_name": "Tooth half of key", "wiki_url": "https://oldschool.runescape.wiki/w/Tooth_half_of_key", - "price": 11500 + "price": 9825 }, "987": { "id": 987, @@ -14507,7 +14507,7 @@ "examine": "It looks like the key to a chest.", "wiki_name": "Muddy key", "wiki_url": "https://oldschool.runescape.wiki/w/Muddy_key", - "price": 3123 + "price": 18753.5 }, "993": { "id": 993, @@ -14525,7 +14525,7 @@ "examine": "You get a sense of dread from this key.", "wiki_name": "Sinister key", "wiki_url": "https://oldschool.runescape.wiki/w/Sinister_key", - "price": 38901.5 + "price": 29112 }, "995": { "id": 995, @@ -14574,7 +14574,7 @@ "slot": "body", "requirements": null }, - "price": 62 + "price": 102.5 }, "1007": { "id": 1007, @@ -14611,7 +14611,7 @@ "slot": "cape", "requirements": null }, - "price": 119.5 + "price": 135.5 }, "1009": { "id": 1009, @@ -14648,7 +14648,7 @@ "slot": "neck", "requirements": null }, - "price": 190 + "price": 245 }, "1011": { "id": 1011, @@ -14685,7 +14685,7 @@ "slot": "legs", "requirements": null }, - "price": 52.5 + "price": 87 }, "1013": { "id": 1013, @@ -14759,7 +14759,7 @@ "slot": "legs", "requirements": null }, - "price": 22 + "price": 75 }, "1017": { "id": 1017, @@ -14796,7 +14796,7 @@ "slot": "head", "requirements": null }, - "price": 424 + "price": 321 }, "1019": { "id": 1019, @@ -14833,7 +14833,7 @@ "slot": "cape", "requirements": null }, - "price": 567.5 + "price": 441.5 }, "1021": { "id": 1021, @@ -14870,7 +14870,7 @@ "slot": "cape", "requirements": null }, - "price": 453 + "price": 210 }, "1023": { "id": 1023, @@ -14945,7 +14945,7 @@ "slot": "head", "requirements": null }, - "price": 52 + "price": 200 }, "1027": { "id": 1027, @@ -14982,7 +14982,7 @@ "slot": "cape", "requirements": null }, - "price": 693.5 + "price": 550 }, "1029": { "id": 1029, @@ -15019,7 +15019,7 @@ "slot": "cape", "requirements": null }, - "price": 907 + "price": 801 }, "1031": { "id": 1031, @@ -15056,7 +15056,7 @@ "slot": "cape", "requirements": null }, - "price": 1150.5 + "price": 1500 }, "1033": { "id": 1033, @@ -15093,7 +15093,7 @@ "slot": "legs", "requirements": null }, - "price": 2978.5 + "price": 3584 }, "1035": { "id": 1035, @@ -15130,7 +15130,7 @@ "slot": "body", "requirements": null }, - "price": 1013.5 + "price": 545.5 }, "1037": { "id": 1037, @@ -15200,7 +15200,7 @@ "slot": "head", "requirements": null }, - "price": 4250.5 + "price": 3140.5 }, "1040": { "id": 1040, @@ -15237,7 +15237,7 @@ "slot": "head", "requirements": null }, - "price": 6179.5 + "price": 2397.5 }, "1042": { "id": 1042, @@ -15311,7 +15311,7 @@ "slot": "head", "requirements": null }, - "price": 7549.5 + "price": 4061.5 }, "1046": { "id": 1046, @@ -15348,7 +15348,7 @@ "slot": "head", "requirements": null }, - "price": 5431 + "price": 4139.5 }, "1048": { "id": 1048, @@ -15385,7 +15385,7 @@ "slot": "head", "requirements": null }, - "price": 5258.5 + "price": 4577.5 }, "1050": { "id": 1050, @@ -15493,7 +15493,7 @@ "slot": "head", "requirements": null }, - "price": 6277 + "price": 8172 }, "1055": { "id": 1055, @@ -15530,7 +15530,7 @@ "slot": "head", "requirements": null }, - "price": 19365.5 + "price": 5805.5 }, "1057": { "id": 1057, @@ -15567,7 +15567,7 @@ "slot": "head", "requirements": null }, - "price": 5748.5 + "price": 8228 }, "1059": { "id": 1059, @@ -15606,7 +15606,7 @@ "defence": 1 } }, - "price": 41 + "price": 17.5 }, "1061": { "id": 1061, @@ -15645,7 +15645,7 @@ "defence": 1 } }, - "price": 33 + "price": 58.5 }, "1063": { "id": 1063, @@ -15684,7 +15684,7 @@ "defence": 1 } }, - "price": 107.5 + "price": 22.5 }, "1065": { "id": 1065, @@ -15762,7 +15762,7 @@ "defence": 1 } }, - "price": 143.5 + "price": 47 }, "1069": { "id": 1069, @@ -15801,7 +15801,7 @@ "defence": 5 } }, - "price": 373.5 + "price": 517 }, "1071": { "id": 1071, @@ -15840,7 +15840,7 @@ "defence": 20 } }, - "price": 1396 + "price": 1180.5 }, "1073": { "id": 1073, @@ -15918,7 +15918,7 @@ "defence": 1 } }, - "price": 421.5 + "price": 127 }, "1077": { "id": 1077, @@ -16035,7 +16035,7 @@ "defence": 1 } }, - "price": 179.5 + "price": 91 }, "1083": { "id": 1083, @@ -16074,7 +16074,7 @@ "defence": 5 } }, - "price": 412 + "price": 331.5 }, "1085": { "id": 1085, @@ -16191,7 +16191,7 @@ "defence": 10 } }, - "price": 1180 + "price": 2266.5 }, "1091": { "id": 1091, @@ -16309,7 +16309,7 @@ "defence": 1 } }, - "price": 3 + "price": 32 }, "1097": { "id": 1097, @@ -16349,7 +16349,7 @@ "defence": 1 } }, - "price": 256.5 + "price": 370 }, "1099": { "id": 1099, @@ -16427,7 +16427,7 @@ "defence": 1 } }, - "price": 167 + "price": 125 }, "1103": { "id": 1103, @@ -16466,7 +16466,7 @@ "defence": 1 } }, - "price": 255 + "price": 91.5 }, "1105": { "id": 1105, @@ -16505,7 +16505,7 @@ "defence": 5 } }, - "price": 253.5 + "price": 395.5 }, "1107": { "id": 1107, @@ -16583,7 +16583,7 @@ "defence": 20 } }, - "price": 943.5 + "price": 1077.5 }, "1111": { "id": 1111, @@ -16622,7 +16622,7 @@ "defence": 30 } }, - "price": 3421.5 + "price": 2534.5 }, "1113": { "id": 1113, @@ -16700,7 +16700,7 @@ "defence": 1 } }, - "price": 245 + "price": 166 }, "1117": { "id": 1117, @@ -16739,7 +16739,7 @@ "defence": 1 } }, - "price": 106.5 + "price": 42.5 }, "1119": { "id": 1119, @@ -16817,7 +16817,7 @@ "defence": 20 } }, - "price": 2800 + "price": 1934 }, "1123": { "id": 1123, @@ -16895,7 +16895,7 @@ "defence": 10 } }, - "price": 3565 + "price": 2512 }, "1127": { "id": 1127, @@ -16974,7 +16974,7 @@ "defence": 1 } }, - "price": 47.5 + "price": 14 }, "1131": { "id": 1131, @@ -17014,7 +17014,7 @@ "defence": 10 } }, - "price": 15 + "price": 52 }, "1133": { "id": 1133, @@ -17054,7 +17054,7 @@ "defence": 20 } }, - "price": 513 + "price": 224.5 }, "1135": { "id": 1135, @@ -17133,7 +17133,7 @@ "defence": 1 } }, - "price": 146 + "price": 19.5 }, "1139": { "id": 1139, @@ -17172,7 +17172,7 @@ "defence": 1 } }, - "price": 40.5 + "price": 225 }, "1141": { "id": 1141, @@ -17211,7 +17211,7 @@ "defence": 5 } }, - "price": 135.5 + "price": 51 }, "1143": { "id": 1143, @@ -17250,7 +17250,7 @@ "defence": 20 } }, - "price": 170 + "price": 232 }, "1145": { "id": 1145, @@ -17407,7 +17407,7 @@ "defence": 10 } }, - "price": 501.5 + "price": 88 }, "1153": { "id": 1153, @@ -17485,7 +17485,7 @@ "defence": 1 } }, - "price": 212 + "price": 56.5 }, "1157": { "id": 1157, @@ -17680,7 +17680,7 @@ "defence": 10 } }, - "price": 259 + "price": 495.5 }, "1167": { "id": 1167, @@ -17720,7 +17720,7 @@ "defence": 1 } }, - "price": 5.5 + "price": 82 }, "1169": { "id": 1169, @@ -17760,7 +17760,7 @@ "defence": 1 } }, - "price": 76 + "price": 51.5 }, "1171": { "id": 1171, @@ -17797,7 +17797,7 @@ "slot": "shield", "requirements": null }, - "price": 94.5 + "price": 133 }, "1173": { "id": 1173, @@ -17836,7 +17836,7 @@ "defence": 1 } }, - "price": 205 + "price": 33.5 }, "1175": { "id": 1175, @@ -17875,7 +17875,7 @@ "defence": 1 } }, - "price": 54.5 + "price": 13 }, "1177": { "id": 1177, @@ -17914,7 +17914,7 @@ "defence": 5 } }, - "price": 648 + "price": 184.5 }, "1179": { "id": 1179, @@ -18149,7 +18149,7 @@ "defence": 1 } }, - "price": 165 + "price": 98.5 }, "1191": { "id": 1191, @@ -18188,7 +18188,7 @@ "defence": 1 } }, - "price": 202 + "price": 54.5 }, "1193": { "id": 1193, @@ -18227,7 +18227,7 @@ "defence": 5 } }, - "price": 258.5 + "price": 230 }, "1195": { "id": 1195, @@ -18266,7 +18266,7 @@ "defence": 10 } }, - "price": 1589.5 + "price": 2522 }, "1197": { "id": 1197, @@ -18457,7 +18457,7 @@ } ] }, - "price": 150 + "price": 49.5 }, "1205": { "id": 1205, @@ -18531,7 +18531,7 @@ } ] }, - "price": 80 + "price": 55 }, "1207": { "id": 1207, @@ -18605,7 +18605,7 @@ } ] }, - "price": 252 + "price": 62.5 }, "1209": { "id": 1209, @@ -18679,7 +18679,7 @@ } ] }, - "price": 43.5 + "price": 38 }, "1211": { "id": 1211, @@ -18753,7 +18753,7 @@ } ] }, - "price": 308 + "price": 251 }, "1213": { "id": 1213, @@ -18976,7 +18976,7 @@ } ] }, - "price": 287.5 + "price": 182.5 }, "1219": { "id": 1219, @@ -19051,7 +19051,7 @@ } ] }, - "price": 328 + "price": 106 }, "1221": { "id": 1221, @@ -19126,7 +19126,7 @@ } ] }, - "price": 272.5 + "price": 5123.5 }, "1223": { "id": 1223, @@ -19351,7 +19351,7 @@ } ] }, - "price": 176 + "price": 252.5 }, "1229": { "id": 1229, @@ -19426,7 +19426,7 @@ } ] }, - "price": 4353.5 + "price": 5068 }, "1231": { "id": 1231, @@ -19501,7 +19501,7 @@ } ] }, - "price": 17144 + "price": 13235.5 }, "1233": { "id": 1233, @@ -19666,7 +19666,7 @@ } ] }, - "price": 131.5 + "price": 1095 }, "1239": { "id": 1239, @@ -19741,7 +19741,7 @@ } ] }, - "price": 562.5 + "price": 630 }, "1241": { "id": 1241, @@ -19816,7 +19816,7 @@ } ] }, - "price": 41.5 + "price": 286.5 }, "1243": { "id": 1243, @@ -19891,7 +19891,7 @@ } ] }, - "price": 482.5 + "price": 290.5 }, "1245": { "id": 1245, @@ -20191,7 +20191,7 @@ } ] }, - "price": 500.5 + "price": 866 }, "1253": { "id": 1253, @@ -20341,7 +20341,7 @@ } ] }, - "price": 20 + "price": 17.5 }, "1257": { "id": 1257, @@ -20491,7 +20491,7 @@ } ] }, - "price": 985 + "price": 867 }, "1261": { "id": 1261, @@ -20716,7 +20716,7 @@ } ] }, - "price": 77 + "price": 51 }, "1267": { "id": 1267, @@ -20866,7 +20866,7 @@ } ] }, - "price": 212 + "price": 570.5 }, "1271": { "id": 1271, @@ -21016,7 +21016,7 @@ } ] }, - "price": 346 + "price": 417 }, "1275": { "id": 1275, @@ -21165,7 +21165,7 @@ } ] }, - "price": 98 + "price": 85 }, "1279": { "id": 1279, @@ -21239,7 +21239,7 @@ } ] }, - "price": 51 + "price": 8 }, "1281": { "id": 1281, @@ -21313,7 +21313,7 @@ } ] }, - "price": 68.5 + "price": 200 }, "1283": { "id": 1283, @@ -21387,7 +21387,7 @@ } ] }, - "price": 291 + "price": 166.5 }, "1285": { "id": 1285, @@ -21535,7 +21535,7 @@ } ] }, - "price": 1062 + "price": 924.5 }, "1289": { "id": 1289, @@ -21683,7 +21683,7 @@ } ] }, - "price": 113 + "price": 31.5 }, "1293": { "id": 1293, @@ -21757,7 +21757,7 @@ } ] }, - "price": 17.5 + "price": 1 }, "1295": { "id": 1295, @@ -21831,7 +21831,7 @@ } ] }, - "price": 159 + "price": 103.5 }, "1297": { "id": 1297, @@ -21979,7 +21979,7 @@ } ] }, - "price": 648 + "price": 501 }, "1301": { "id": 1301, @@ -22276,7 +22276,7 @@ } ] }, - "price": 468.5 + "price": 127 }, "1309": { "id": 1309, @@ -22350,7 +22350,7 @@ } ] }, - "price": 212.5 + "price": 15 }, "1311": { "id": 1311, @@ -22424,7 +22424,7 @@ } ] }, - "price": 450.5 + "price": 350.5 }, "1313": { "id": 1313, @@ -22794,7 +22794,7 @@ } ] }, - "price": 503 + "price": 35.5 }, "1323": { "id": 1323, @@ -22868,7 +22868,7 @@ } ] }, - "price": 150.5 + "price": 40 }, "1325": { "id": 1325, @@ -23016,7 +23016,7 @@ } ] }, - "price": 2310.5 + "price": 1664 }, "1329": { "id": 1329, @@ -23090,7 +23090,7 @@ } ] }, - "price": 312.5 + "price": 461 }, "1331": { "id": 1331, @@ -23164,7 +23164,7 @@ } ] }, - "price": 1775 + "price": 1357 }, "1333": { "id": 1333, @@ -23305,7 +23305,7 @@ } ] }, - "price": 26.5 + "price": 136 }, "1337": { "id": 1337, @@ -23372,7 +23372,7 @@ } ] }, - "price": 69.5 + "price": 10 }, "1339": { "id": 1339, @@ -23439,7 +23439,7 @@ } ] }, - "price": 240 + "price": 382.5 }, "1341": { "id": 1341, @@ -23506,7 +23506,7 @@ } ] }, - "price": 373.5 + "price": 305.5 }, "1343": { "id": 1343, @@ -23573,7 +23573,7 @@ } ] }, - "price": 1135 + "price": 749.5 }, "1345": { "id": 1345, @@ -23640,7 +23640,7 @@ } ] }, - "price": 3356.5 + "price": 2841 }, "1347": { "id": 1347, @@ -23781,7 +23781,7 @@ } ] }, - "price": 308.5 + "price": 17.5 }, "1351": { "id": 1351, @@ -23855,7 +23855,7 @@ } ] }, - "price": 45 + "price": 37 }, "1353": { "id": 1353, @@ -23929,7 +23929,7 @@ } ] }, - "price": 135 + "price": 35 }, "1355": { "id": 1355, @@ -24003,7 +24003,7 @@ } ] }, - "price": 210.5 + "price": 98 }, "1357": { "id": 1357, @@ -24077,7 +24077,7 @@ } ] }, - "price": 758.5 + "price": 465 }, "1359": { "id": 1359, @@ -24225,7 +24225,7 @@ } ] }, - "price": 584 + "price": 186 }, "1363": { "id": 1363, @@ -24299,7 +24299,7 @@ } ] }, - "price": 76 + "price": 44 }, "1365": { "id": 1365, @@ -24447,7 +24447,7 @@ } ] }, - "price": 563 + "price": 463.5 }, "1369": { "id": 1369, @@ -24595,7 +24595,7 @@ } ] }, - "price": 3106.5 + "price": 2445 }, "1373": { "id": 1373, @@ -24743,7 +24743,7 @@ } ] }, - "price": 107.5 + "price": 37.5 }, "1377": { "id": 1377, @@ -24897,7 +24897,7 @@ } ] }, - "price": 61 + "price": 459 }, "1381": { "id": 1381, @@ -24978,7 +24978,7 @@ } ] }, - "price": 1370 + "price": 1779 }, "1383": { "id": 1383, @@ -25059,7 +25059,7 @@ } ] }, - "price": 1113 + "price": 2111.5 }, "1385": { "id": 1385, @@ -25221,7 +25221,7 @@ } ] }, - "price": 1357 + "price": 1731 }, "1389": { "id": 1389, @@ -25300,7 +25300,7 @@ } ] }, - "price": 101.5 + "price": 132.5 }, "1391": { "id": 1391, @@ -25874,7 +25874,7 @@ } ] }, - "price": 30877.5 + "price": 25299 }, "1405": { "id": 1405, @@ -26331,7 +26331,7 @@ } ] }, - "price": 112.5 + "price": 11.5 }, "1422": { "id": 1422, @@ -26405,7 +26405,7 @@ } ] }, - "price": 100.5 + "price": 119 }, "1424": { "id": 1424, @@ -26479,7 +26479,7 @@ } ] }, - "price": 2749 + "price": 10 }, "1426": { "id": 1426, @@ -26553,7 +26553,7 @@ } ] }, - "price": 400 + "price": 577.5 }, "1428": { "id": 1428, @@ -26627,7 +26627,7 @@ } ] }, - "price": 283.5 + "price": 113.5 }, "1430": { "id": 1430, @@ -26701,7 +26701,7 @@ } ] }, - "price": 777.5 + "price": 631 }, "1432": { "id": 1432, @@ -26775,7 +26775,7 @@ } ] }, - "price": 11433.5 + "price": 8155.5 }, "1434": { "id": 1434, @@ -26867,7 +26867,7 @@ "examine": "An unimbued rune.", "wiki_name": "Rune essence", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_essence", - "price": 9.5 + "price": 11 }, "1438": { "id": 1438, @@ -26884,7 +26884,7 @@ "examine": "A mysterious power emanates from the talisman...", "wiki_name": "Air talisman", "wiki_url": "https://oldschool.runescape.wiki/w/Air_talisman", - "price": 72 + "price": 50 }, "1440": { "id": 1440, @@ -26901,7 +26901,7 @@ "examine": "A mysterious power emanates from the talisman...", "wiki_name": "Earth talisman", "wiki_url": "https://oldschool.runescape.wiki/w/Earth_talisman", - "price": 419 + "price": 162 }, "1442": { "id": 1442, @@ -26918,7 +26918,7 @@ "examine": "A mysterious power emanates from the talisman...", "wiki_name": "Fire talisman", "wiki_url": "https://oldschool.runescape.wiki/w/Fire_talisman", - "price": 1985.5 + "price": 1380 }, "1444": { "id": 1444, @@ -26935,7 +26935,7 @@ "examine": "A mysterious power emanates from the talisman...", "wiki_name": "Water talisman", "wiki_url": "https://oldschool.runescape.wiki/w/Water_talisman", - "price": 280.5 + "price": 120.5 }, "1446": { "id": 1446, @@ -26952,7 +26952,7 @@ "examine": "A mysterious power emanates from the talisman...", "wiki_name": "Body talisman", "wiki_url": "https://oldschool.runescape.wiki/w/Body_talisman", - "price": 1700 + "price": 1251.5 }, "1448": { "id": 1448, @@ -26986,7 +26986,7 @@ "examine": "A mysterious power emanates from the talisman...", "wiki_name": "Blood talisman", "wiki_url": "https://oldschool.runescape.wiki/w/Blood_talisman", - "price": 443623.5 + "price": 71000 }, "1452": { "id": 1452, @@ -27004,7 +27004,7 @@ "examine": "A mysterious power emanates from the talisman...", "wiki_name": "Chaos talisman", "wiki_url": "https://oldschool.runescape.wiki/w/Chaos_talisman", - "price": 144 + "price": 219 }, "1454": { "id": 1454, @@ -27022,7 +27022,7 @@ "examine": "A mysterious power emanates from the talisman...", "wiki_name": "Cosmic talisman", "wiki_url": "https://oldschool.runescape.wiki/w/Cosmic_talisman", - "price": 268.5 + "price": 165 }, "1456": { "id": 1456, @@ -27040,7 +27040,7 @@ "examine": "A mysterious power emanates from the talisman...", "wiki_name": "Death talisman", "wiki_url": "https://oldschool.runescape.wiki/w/Death_talisman", - "price": 5651 + "price": 993.5 }, "1458": { "id": 1458, @@ -27089,7 +27089,7 @@ "examine": "I can exchange this for equipment.", "wiki_name": "Archery ticket", "wiki_url": "https://oldschool.runescape.wiki/w/Archery_ticket", - "price": 17 + "price": 6.5 }, "1465": { "id": 1465, @@ -27174,7 +27174,7 @@ "examine": "A small round red bead.", "wiki_name": "Red bead", "wiki_url": "https://oldschool.runescape.wiki/w/Red_bead", - "price": 1322.5 + "price": 1884.5 }, "1472": { "id": 1472, @@ -27191,7 +27191,7 @@ "examine": "A small round yellow bead.", "wiki_name": "Yellow bead", "wiki_url": "https://oldschool.runescape.wiki/w/Yellow_bead", - "price": 1075 + "price": 1848.5 }, "1474": { "id": 1474, @@ -27208,7 +27208,7 @@ "examine": "A small round black bead.", "wiki_name": "Black bead", "wiki_url": "https://oldschool.runescape.wiki/w/Black_bead", - "price": 3100.5 + "price": 1770 }, "1476": { "id": 1476, @@ -27225,7 +27225,7 @@ "examine": "A small round white bead.", "wiki_name": "White bead", "wiki_url": "https://oldschool.runescape.wiki/w/White_bead", - "price": 10875.5 + "price": 3180 }, "1478": { "id": 1478, @@ -27262,7 +27262,7 @@ "slot": "neck", "requirements": null }, - "price": 1803 + "price": 689 }, "1480": { "id": 1480, @@ -27745,7 +27745,7 @@ "examine": "A number of wooden logs.", "wiki_name": "Logs", "wiki_url": "https://oldschool.runescape.wiki/w/Logs", - "price": 47 + "price": 74 }, "1513": { "id": 1513, @@ -27780,7 +27780,7 @@ "examine": "Logs cut from a yew tree.", "wiki_name": "Yew logs", "wiki_url": "https://oldschool.runescape.wiki/w/Yew_logs", - "price": 194 + "price": 299 }, "1517": { "id": 1517, @@ -27797,7 +27797,7 @@ "examine": "Logs cut from a maple tree.", "wiki_name": "Maple logs", "wiki_url": "https://oldschool.runescape.wiki/w/Maple_logs", - "price": 8.5 + "price": 16 }, "1519": { "id": 1519, @@ -27814,7 +27814,7 @@ "examine": "Logs cut from a willow tree.", "wiki_name": "Willow logs", "wiki_url": "https://oldschool.runescape.wiki/w/Willow_logs", - "price": 135 + "price": 36 }, "1521": { "id": 1521, @@ -27831,7 +27831,7 @@ "examine": "Logs cut from an oak tree.", "wiki_name": "Oak logs", "wiki_url": "https://oldschool.runescape.wiki/w/Oak_logs", - "price": 63.5 + "price": 50 }, "1523": { "id": 1523, @@ -27849,7 +27849,7 @@ "examine": "For picking tough locks.", "wiki_name": "Lockpick", "wiki_url": "https://oldschool.runescape.wiki/w/Lockpick", - "price": 140 + "price": 179 }, "1525": { "id": 1525, @@ -28057,7 +28057,7 @@ "examine": "Keeps things in place fairly permanently.", "wiki_name": "Steel nails", "wiki_url": "https://oldschool.runescape.wiki/w/Steel_nails", - "price": 13.5 + "price": 18.5 }, "1540": { "id": 1540, @@ -28094,7 +28094,7 @@ "slot": "shield", "requirements": null }, - "price": 134.5 + "price": 35 }, "1542": { "id": 1542, @@ -28215,7 +28215,7 @@ "examine": "A clove of garlic.", "wiki_name": "Garlic", "wiki_url": "https://oldschool.runescape.wiki/w/Garlic", - "price": 77 + "price": 52.5 }, "1552": { "id": 1552, @@ -28233,7 +28233,7 @@ "examine": "Sardine flavoured with doogle leaves.", "wiki_name": "Seasoned sardine", "wiki_url": "https://oldschool.runescape.wiki/w/Seasoned_sardine", - "price": 533 + "price": 852.5 }, "1554": { "id": 1554, @@ -28756,7 +28756,7 @@ "examine": "Used to make rings.", "wiki_name": "Ring mould", "wiki_url": "https://oldschool.runescape.wiki/w/Ring_mould", - "price": 120 + "price": 400.5 }, "1594": { "id": 1594, @@ -28787,7 +28787,7 @@ "examine": "Used to make amulets.", "wiki_name": "Amulet mould", "wiki_url": "https://oldschool.runescape.wiki/w/Amulet_mould", - "price": 125 + "price": 235 }, "1597": { "id": 1597, @@ -28804,7 +28804,7 @@ "examine": "Used to make necklaces.", "wiki_name": "Necklace mould", "wiki_url": "https://oldschool.runescape.wiki/w/Necklace_mould", - "price": 174 + "price": 593 }, "1599": { "id": 1599, @@ -28889,7 +28889,7 @@ "examine": "This looks valuable.", "wiki_name": "Sapphire", "wiki_url": "https://oldschool.runescape.wiki/w/Sapphire", - "price": 327.5 + "price": 247.5 }, "1609": { "id": 1609, @@ -28907,7 +28907,7 @@ "examine": "A semi precious stone.", "wiki_name": "Opal", "wiki_url": "https://oldschool.runescape.wiki/w/Opal", - "price": 636.5 + "price": 911 }, "1611": { "id": 1611, @@ -28943,7 +28943,7 @@ "examine": "A semi precious stone.", "wiki_name": "Red topaz", "wiki_url": "https://oldschool.runescape.wiki/w/Red_topaz", - "price": 2246 + "price": 1771 }, "1615": { "id": 1615, @@ -28978,7 +28978,7 @@ "examine": "This would be worth more cut.", "wiki_name": "Uncut diamond", "wiki_url": "https://oldschool.runescape.wiki/w/Uncut_diamond", - "price": 2831 + "price": 2250 }, "1619": { "id": 1619, @@ -28995,7 +28995,7 @@ "examine": "This would be worth more cut.", "wiki_name": "Uncut ruby", "wiki_url": "https://oldschool.runescape.wiki/w/Uncut_ruby", - "price": 1234.5 + "price": 1040 }, "1621": { "id": 1621, @@ -29012,7 +29012,7 @@ "examine": "This would be worth more cut.", "wiki_name": "Uncut emerald", "wiki_url": "https://oldschool.runescape.wiki/w/Uncut_emerald", - "price": 578 + "price": 472.5 }, "1623": { "id": 1623, @@ -29029,7 +29029,7 @@ "examine": "This would be worth more cut.", "wiki_name": "Uncut sapphire", "wiki_url": "https://oldschool.runescape.wiki/w/Uncut_sapphire", - "price": 353 + "price": 235.5 }, "1625": { "id": 1625, @@ -29047,7 +29047,7 @@ "examine": "This would be worth more cut.", "wiki_name": "Uncut opal", "wiki_url": "https://oldschool.runescape.wiki/w/Uncut_opal", - "price": 375.5 + "price": 687.5 }, "1627": { "id": 1627, @@ -29083,7 +29083,7 @@ "examine": "This would be worth more cut.", "wiki_name": "Uncut red topaz", "wiki_url": "https://oldschool.runescape.wiki/w/Uncut_red_topaz", - "price": 2085.5 + "price": 1289.5 }, "1631": { "id": 1631, @@ -29580,7 +29580,7 @@ "examine": "It needs a string so I can wear it.", "wiki_name": "Gold amulet (u)", "wiki_url": "https://oldschool.runescape.wiki/w/Gold_amulet_(u)", - "price": 139.5 + "price": 159 }, "1675": { "id": 1675, @@ -29749,7 +29749,7 @@ "slot": "neck", "requirements": null }, - "price": 476 + "price": 524 }, "1696": { "id": 1696, @@ -30136,7 +30136,7 @@ "slot": "neck", "requirements": null }, - "price": 88 + "price": 71.5 }, "1718": { "id": 1718, @@ -30173,7 +30173,7 @@ "slot": "neck", "requirements": null }, - "price": 363 + "price": 450 }, "1720": { "id": 1720, @@ -30267,7 +30267,7 @@ "slot": "neck", "requirements": null }, - "price": 411 + "price": 367.5 }, "1725": { "id": 1725, @@ -30341,7 +30341,7 @@ "slot": "neck", "requirements": null }, - "price": 456 + "price": 701 }, "1729": { "id": 1729, @@ -30378,7 +30378,7 @@ "slot": "neck", "requirements": null }, - "price": 739.5 + "price": 982 }, "1731": { "id": 1731, @@ -30431,7 +30431,7 @@ "examine": "Used with a thread to make clothes.", "wiki_name": "Needle", "wiki_url": "https://oldschool.runescape.wiki/w/Needle", - "price": 179 + "price": 96 }, "1734": { "id": 1734, @@ -30447,7 +30447,7 @@ "examine": "Used with a needle to make clothes.", "wiki_name": "Thread", "wiki_url": "https://oldschool.runescape.wiki/w/Thread", - "price": 6.5 + "price": 11 }, "1735": { "id": 1735, @@ -30464,7 +30464,7 @@ "examine": "For shearing sheep.", "wiki_name": "Shears", "wiki_url": "https://oldschool.runescape.wiki/w/Shears", - "price": 15 + "price": 1 }, "1737": { "id": 1737, @@ -30481,7 +30481,7 @@ "examine": "I think this came from a sheep.", "wiki_name": "Wool", "wiki_url": "https://oldschool.runescape.wiki/w/Wool", - "price": 110.5 + "price": 142.5 }, "1739": { "id": 1739, @@ -30498,7 +30498,7 @@ "examine": "I should take this to the tannery.", "wiki_name": "Cowhide", "wiki_url": "https://oldschool.runescape.wiki/w/Cowhide", - "price": 177.5 + "price": 143.5 }, "1741": { "id": 1741, @@ -30515,7 +30515,7 @@ "examine": "It's a piece of leather.", "wiki_name": "Leather", "wiki_url": "https://oldschool.runescape.wiki/w/Leather", - "price": 227.5 + "price": 166 }, "1743": { "id": 1743, @@ -30532,7 +30532,7 @@ "examine": "It's a piece of hard leather.", "wiki_name": "Hard leather", "wiki_url": "https://oldschool.runescape.wiki/w/Hard_leather", - "price": 247.5 + "price": 190 }, "1745": { "id": 1745, @@ -30639,7 +30639,7 @@ "examine": "Good for detailed crafting.", "wiki_name": "Chisel", "wiki_url": "https://oldschool.runescape.wiki/w/Chisel", - "price": 51.5 + "price": 88.5 }, "1757": { "id": 1757, @@ -30676,7 +30676,7 @@ "slot": "body", "requirements": null }, - "price": 154.5 + "price": 77.5 }, "1759": { "id": 1759, @@ -30693,7 +30693,7 @@ "examine": "Spun from sheeps' wool.", "wiki_name": "Ball of wool", "wiki_url": "https://oldschool.runescape.wiki/w/Ball_of_wool", - "price": 36 + "price": 88.5 }, "1761": { "id": 1761, @@ -30710,7 +30710,7 @@ "examine": "Clay soft enough to mould.", "wiki_name": "Soft clay", "wiki_url": "https://oldschool.runescape.wiki/w/Soft_clay", - "price": 162.5 + "price": 113 }, "1763": { "id": 1763, @@ -30744,7 +30744,7 @@ "examine": "A little bottle of yellow dye.", "wiki_name": "Yellow dye", "wiki_url": "https://oldschool.runescape.wiki/w/Yellow_dye", - "price": 373.5 + "price": 191.5 }, "1767": { "id": 1767, @@ -30761,7 +30761,7 @@ "examine": "A little bottle of blue dye.", "wiki_name": "Blue dye", "wiki_url": "https://oldschool.runescape.wiki/w/Blue_dye", - "price": 170 + "price": 215 }, "1769": { "id": 1769, @@ -30778,7 +30778,7 @@ "examine": "A little bottle of orange dye.", "wiki_name": "Orange dye", "wiki_url": "https://oldschool.runescape.wiki/w/Orange_dye", - "price": 698 + "price": 947 }, "1771": { "id": 1771, @@ -30795,7 +30795,7 @@ "examine": "A little bottle of green dye.", "wiki_name": "Green dye", "wiki_url": "https://oldschool.runescape.wiki/w/Green_dye", - "price": 384.5 + "price": 851 }, "1773": { "id": 1773, @@ -30812,7 +30812,7 @@ "examine": "A little bottle of purple dye.", "wiki_name": "Purple dye", "wiki_url": "https://oldschool.runescape.wiki/w/Purple_dye", - "price": 439.5 + "price": 751.5 }, "1775": { "id": 1775, @@ -30830,7 +30830,7 @@ "examine": "Hot glass ready to be blown into useful objects.", "wiki_name": "Molten glass", "wiki_url": "https://oldschool.runescape.wiki/w/Molten_glass", - "price": 147 + "price": 89 }, "1777": { "id": 1777, @@ -30848,7 +30848,7 @@ "examine": "I need a bow stave to attach this to.", "wiki_name": "Bow string", "wiki_url": "https://oldschool.runescape.wiki/w/Bow_string", - "price": 96.5 + "price": 136.5 }, "1779": { "id": 1779, @@ -30866,7 +30866,7 @@ "examine": "I should use this with a spinning wheel.", "wiki_name": "Flax", "wiki_url": "https://oldschool.runescape.wiki/w/Flax", - "price": 2.5 + "price": 2 }, "1781": { "id": 1781, @@ -30902,7 +30902,7 @@ "examine": "One of the ingredients for making glass.", "wiki_name": "Bucket of sand", "wiki_url": "https://oldschool.runescape.wiki/w/Bucket_of_sand", - "price": 53 + "price": 23 }, "1785": { "id": 1785, @@ -30920,7 +30920,7 @@ "examine": "Used to form molten glass into useful items.", "wiki_name": "Glassblowing pipe", "wiki_url": "https://oldschool.runescape.wiki/w/Glassblowing_pipe", - "price": 577 + "price": 76.5 }, "1787": { "id": 1787, @@ -30937,7 +30937,7 @@ "examine": "I need to put this in a pottery oven.", "wiki_name": "Unfired pot", "wiki_url": "https://oldschool.runescape.wiki/w/Unfired_pot", - "price": 677 + "price": 366.5 }, "1789": { "id": 1789, @@ -30954,7 +30954,7 @@ "examine": "I need to put this in a pottery oven.", "wiki_name": "Unfired pie dish", "wiki_url": "https://oldschool.runescape.wiki/w/Unfired_pie_dish", - "price": 95.5 + "price": 350 }, "1791": { "id": 1791, @@ -30971,7 +30971,7 @@ "examine": "I need to put this in a pottery oven.", "wiki_name": "Unfired bowl", "wiki_url": "https://oldschool.runescape.wiki/w/Unfired_bowl", - "price": 186.5 + "price": 212 }, "1793": { "id": 1793, @@ -30987,7 +30987,7 @@ "examine": "A slightly bluish leaf.", "wiki_name": "Woad leaf", "wiki_url": "https://oldschool.runescape.wiki/w/Woad_leaf", - "price": 54.5 + "price": 45 }, "1794": { "id": 1794, @@ -31005,7 +31005,7 @@ "examine": "Useful for Crafting items.", "wiki_name": "Bronze wire", "wiki_url": "https://oldschool.runescape.wiki/w/Bronze_wire", - "price": 417 + "price": 224.5 }, "1796": { "id": 1796, @@ -31439,7 +31439,7 @@ "examine": "A full waterskin with four portions of water.", "wiki_name": "Waterskin (4)", "wiki_url": "https://oldschool.runescape.wiki/w/Waterskin#(4)", - "price": 176.5 + "price": 318 }, "1825": { "id": 1825, @@ -31505,7 +31505,7 @@ "examine": "A completely empty waterskin - you'll need to fill it up.", "wiki_name": "Waterskin (0)", "wiki_url": "https://oldschool.runescape.wiki/w/Waterskin#(0)", - "price": 41 + "price": 82 }, "1833": { "id": 1833, @@ -31543,7 +31543,7 @@ "slot": "body", "requirements": null }, - "price": 64.5 + "price": 252 }, "1835": { "id": 1835, @@ -31581,7 +31581,7 @@ "slot": "legs", "requirements": null }, - "price": 158 + "price": 500 }, "1837": { "id": 1837, @@ -31619,7 +31619,7 @@ "slot": "feet", "requirements": null }, - "price": 76 + "price": 339.5 }, "1839": { "id": 1839, @@ -31900,7 +31900,7 @@ "examine": "Allows you to pass through the Shantay pass into the Kharid Desert.", "wiki_name": "Shantay pass (item)", "wiki_url": "https://oldschool.runescape.wiki/w/Shantay_pass_(item)", - "price": 31.5 + "price": 26.5 }, "1855": { "id": 1855, @@ -31974,7 +31974,7 @@ "examine": "I need to cook this first.", "wiki_name": "Raw ugthanki meat", "wiki_url": "https://oldschool.runescape.wiki/w/Raw_ugthanki_meat", - "price": 2480 + "price": 498 }, "1861": { "id": 1861, @@ -31992,7 +31992,7 @@ "examine": "Freshly cooked ugthanki meat.", "wiki_name": "Ugthanki meat", "wiki_url": "https://oldschool.runescape.wiki/w/Ugthanki_meat", - "price": 465 + "price": 669 }, "1863": { "id": 1863, @@ -32026,7 +32026,7 @@ "examine": "Nicely baked pitta bread. Needs more ingredients to make a kebab.", "wiki_name": "Pitta bread", "wiki_url": "https://oldschool.runescape.wiki/w/Pitta_bread", - "price": 35 + "price": 64 }, "1867": { "id": 1867, @@ -32078,7 +32078,7 @@ "examine": "A mixture of onions in a bowl.", "wiki_name": "Chopped onion", "wiki_url": "https://oldschool.runescape.wiki/w/Chopped_onion", - "price": 517 + "price": 175.5 }, "1873": { "id": 1873, @@ -32096,7 +32096,7 @@ "examine": "Strips of ugthanki meat in a bowl.", "wiki_name": "Chopped ugthanki", "wiki_url": "https://oldschool.runescape.wiki/w/Chopped_ugthanki", - "price": 8200.5 + "price": 2252 }, "1875": { "id": 1875, @@ -32114,7 +32114,7 @@ "examine": "A mixture of chopped onions and tomatoes in a bowl.", "wiki_name": "Onion & tomato", "wiki_url": "https://oldschool.runescape.wiki/w/Onion_&_tomato", - "price": 500 + "price": 15 }, "1877": { "id": 1877, @@ -32132,7 +32132,7 @@ "examine": "A mixture of chopped onions and ugthanki meat in a bowl.", "wiki_name": "Ugthanki & onion", "wiki_url": "https://oldschool.runescape.wiki/w/Ugthanki_&_onion", - "price": 7942.5 + "price": 14.5 }, "1879": { "id": 1879, @@ -32150,7 +32150,7 @@ "examine": "A mixture of chopped tomatoes and ugthanki meat in a bowl.", "wiki_name": "Ugthanki & tomato", "wiki_url": "https://oldschool.runescape.wiki/w/Ugthanki_&_tomato", - "price": 9250.5 + "price": 1000 }, "1881": { "id": 1881, @@ -32168,7 +32168,7 @@ "examine": "A mixture of chopped tomatoes, onions and ugthanki meat in a bowl.", "wiki_name": "Kebab mix", "wiki_url": "https://oldschool.runescape.wiki/w/Kebab_mix", - "price": 2600 + "price": 5500.5 }, "1883": { "id": 1883, @@ -32202,7 +32202,7 @@ "examine": "A fresh kebab made from ugthanki meat.", "wiki_name": "Ugthanki kebab", "wiki_url": "https://oldschool.runescape.wiki/w/Ugthanki_kebab", - "price": 925.5 + "price": 405.5 }, "1887": { "id": 1887, @@ -32219,7 +32219,7 @@ "examine": "Useful for baking cakes.", "wiki_name": "Cake tin", "wiki_url": "https://oldschool.runescape.wiki/w/Cake_tin", - "price": 68 + "price": 325 }, "1889": { "id": 1889, @@ -32251,7 +32251,7 @@ "examine": "A plain sponge cake.", "wiki_name": "Cake (Full)", "wiki_url": "https://oldschool.runescape.wiki/w/Cake#Full", - "price": 166.5 + "price": 112.5 }, "1893": { "id": 1893, @@ -32298,7 +32298,7 @@ "examine": "This looks very tasty.", "wiki_name": "Chocolate cake (Full)", "wiki_url": "https://oldschool.runescape.wiki/w/Chocolate_cake#Full", - "price": 222.5 + "price": 141 }, "1899": { "id": 1899, @@ -32360,7 +32360,7 @@ "examine": "Probably the finest ale in Asgarnia.", "wiki_name": "Asgarnian ale", "wiki_url": "https://oldschool.runescape.wiki/w/Asgarnian_ale", - "price": 90 + "price": 100 }, "1907": { "id": 1907, @@ -32377,7 +32377,7 @@ "examine": "It's got strange bubbles in it.", "wiki_name": "Wizard's mind bomb", "wiki_url": "https://oldschool.runescape.wiki/w/Wizard's_mind_bomb", - "price": 110.5 + "price": 82 }, "1909": { "id": 1909, @@ -32395,7 +32395,7 @@ "examine": "A glass of frothy ale.", "wiki_name": "Greenman's ale", "wiki_url": "https://oldschool.runescape.wiki/w/Greenman's_ale", - "price": 888 + "price": 1189 }, "1911": { "id": 1911, @@ -32413,7 +32413,7 @@ "examine": "A glass of bitter.", "wiki_name": "Dragon bitter", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_bitter", - "price": 352 + "price": 612.5 }, "1913": { "id": 1913, @@ -32448,7 +32448,7 @@ "examine": "A murky glass of some sort of drink.", "wiki_name": "Grog", "wiki_url": "https://oldschool.runescape.wiki/w/Grog", - "price": 1812.5 + "price": 287.5 }, "1917": { "id": 1917, @@ -32465,7 +32465,7 @@ "examine": "A glass of frothy ale.", "wiki_name": "Beer", "wiki_url": "https://oldschool.runescape.wiki/w/Beer", - "price": 116.5 + "price": 90 }, "1919": { "id": 1919, @@ -32482,7 +32482,7 @@ "examine": "I need to fill this with beer.", "wiki_name": "Beer glass", "wiki_url": "https://oldschool.runescape.wiki/w/Beer_glass", - "price": 78 + "price": 192.5 }, "1921": { "id": 1921, @@ -32499,7 +32499,7 @@ "examine": "It's a bowl of water.", "wiki_name": "Bowl of water", "wiki_url": "https://oldschool.runescape.wiki/w/Bowl_of_water", - "price": 55 + "price": 62 }, "1923": { "id": 1923, @@ -32516,7 +32516,7 @@ "examine": "Useful for mixing things.", "wiki_name": "Bowl", "wiki_url": "https://oldschool.runescape.wiki/w/Bowl", - "price": 12.5 + "price": 25.5 }, "1925": { "id": 1925, @@ -32533,7 +32533,7 @@ "examine": "It's a wooden bucket.", "wiki_name": "Bucket", "wiki_url": "https://oldschool.runescape.wiki/w/Bucket", - "price": 4 + "price": 6.5 }, "1927": { "id": 1927, @@ -32584,7 +32584,7 @@ "examine": "This pot is empty.", "wiki_name": "Pot", "wiki_url": "https://oldschool.runescape.wiki/w/Pot", - "price": 7 + "price": 13.5 }, "1933": { "id": 1933, @@ -32601,7 +32601,7 @@ "examine": "There is flour in this pot.", "wiki_name": "Pot of flour", "wiki_url": "https://oldschool.runescape.wiki/w/Pot_of_flour", - "price": 99 + "price": 190 }, "1935": { "id": 1935, @@ -32618,7 +32618,7 @@ "examine": "This jug is empty.", "wiki_name": "Jug", "wiki_url": "https://oldschool.runescape.wiki/w/Jug", - "price": 2 + "price": 3.5 }, "1937": { "id": 1937, @@ -32635,7 +32635,7 @@ "examine": "It's full of water.", "wiki_name": "Jug of water", "wiki_url": "https://oldschool.runescape.wiki/w/Jug_of_water", - "price": 33 + "price": 26.5 }, "1939": { "id": 1939, @@ -32652,7 +32652,7 @@ "examine": "A foul smelling thick tar-like substance.", "wiki_name": "Swamp tar", "wiki_url": "https://oldschool.runescape.wiki/w/Swamp_tar", - "price": 10 + "price": 4.5 }, "1940": { "id": 1940, @@ -32684,7 +32684,7 @@ "examine": "A tar-like substance mixed with flour and warmed.", "wiki_name": "Swamp paste", "wiki_url": "https://oldschool.runescape.wiki/w/Swamp_paste", - "price": 8 + "price": 13.5 }, "1942": { "id": 1942, @@ -32701,7 +32701,7 @@ "examine": "This could be used to make a good stew.", "wiki_name": "Potato", "wiki_url": "https://oldschool.runescape.wiki/w/Potato", - "price": 50 + "price": 44 }, "1944": { "id": 1944, @@ -32718,7 +32718,7 @@ "examine": "A nice fresh egg.", "wiki_name": "Egg", "wiki_url": "https://oldschool.runescape.wiki/w/Egg", - "price": 22.5 + "price": 41 }, "1946": { "id": 1946, @@ -32748,7 +32748,7 @@ "examine": "Some wheat heads.", "wiki_name": "Grain", "wiki_url": "https://oldschool.runescape.wiki/w/Grain", - "price": 23 + "price": 106 }, "1949": { "id": 1949, @@ -32785,7 +32785,7 @@ "slot": "head", "requirements": null }, - "price": 537 + "price": 478.5 }, "1951": { "id": 1951, @@ -32802,7 +32802,7 @@ "examine": "Very bright red berries.", "wiki_name": "Redberries", "wiki_url": "https://oldschool.runescape.wiki/w/Redberries", - "price": 34 + "price": 70.5 }, "1953": { "id": 1953, @@ -32836,7 +32836,7 @@ "examine": "Keeps the doctor away.", "wiki_name": "Cooking apple", "wiki_url": "https://oldschool.runescape.wiki/w/Cooking_apple", - "price": 75 + "price": 52.5 }, "1957": { "id": 1957, @@ -32853,7 +32853,7 @@ "examine": "A strong smelling onion.", "wiki_name": "Onion", "wiki_url": "https://oldschool.runescape.wiki/w/Onion", - "price": 77.5 + "price": 40 }, "1959": { "id": 1959, @@ -32870,7 +32870,7 @@ "examine": "Happy Halloween.", "wiki_name": "Pumpkin", "wiki_url": "https://oldschool.runescape.wiki/w/Pumpkin", - "price": 15699.5 + "price": 8708.5 }, "1961": { "id": 1961, @@ -32904,7 +32904,7 @@ "examine": "Mmm this looks tasty.", "wiki_name": "Banana", "wiki_url": "https://oldschool.runescape.wiki/w/Banana", - "price": 43 + "price": 85 }, "1965": { "id": 1965, @@ -32921,7 +32921,7 @@ "examine": "Yuck I don't like cabbage.", "wiki_name": "Cabbage", "wiki_url": "https://oldschool.runescape.wiki/w/Cabbage", - "price": 63.5 + "price": 36 }, "1967": { "id": 1967, @@ -32970,7 +32970,7 @@ "examine": "A meaty kebab.", "wiki_name": "Kebab", "wiki_url": "https://oldschool.runescape.wiki/w/Kebab", - "price": 41 + "price": 46 }, "1973": { "id": 1973, @@ -32987,7 +32987,7 @@ "examine": "Mmmmmmm chocolate.", "wiki_name": "Chocolate bar", "wiki_url": "https://oldschool.runescape.wiki/w/Chocolate_bar", - "price": 20 + "price": 16 }, "1975": { "id": 1975, @@ -33004,7 +33004,7 @@ "examine": "It's ground up chocolate.", "wiki_name": "Chocolate dust", "wiki_url": "https://oldschool.runescape.wiki/w/Chocolate_dust", - "price": 32 + "price": 46 }, "1977": { "id": 1977, @@ -33036,7 +33036,7 @@ "examine": "A nice cup of tea.", "wiki_name": "Cup of tea", "wiki_url": "https://oldschool.runescape.wiki/w/Cup_of_tea", - "price": 81 + "price": 61 }, "1980": { "id": 1980, @@ -33054,7 +33054,7 @@ "examine": "An empty cup.", "wiki_name": "Empty cup", "wiki_url": "https://oldschool.runescape.wiki/w/Empty_cup", - "price": 8.5 + "price": 3 }, "1982": { "id": 1982, @@ -33071,7 +33071,7 @@ "examine": "This would make good ketchup.", "wiki_name": "Tomato", "wiki_url": "https://oldschool.runescape.wiki/w/Tomato", - "price": 33 + "price": 23.5 }, "1984": { "id": 1984, @@ -33119,7 +33119,7 @@ "examine": "Good grapes for wine making.", "wiki_name": "Grapes", "wiki_url": "https://oldschool.runescape.wiki/w/Grapes", - "price": 35 + "price": 13.5 }, "1989": { "id": 1989, @@ -33136,7 +33136,7 @@ "examine": "An optimist would say it's half full.", "wiki_name": "Half full wine jug", "wiki_url": "https://oldschool.runescape.wiki/w/Half_full_wine_jug", - "price": 12646 + "price": 6925 }, "1991": { "id": 1991, @@ -33179,7 +33179,7 @@ "examine": "It's full of wine.", "wiki_name": "Jug of wine", "wiki_url": "https://oldschool.runescape.wiki/w/Jug_of_wine", - "price": 2.5 + "price": 4.5 }, "1995": { "id": 1995, @@ -33267,7 +33267,7 @@ "examine": "It's a meat and potato stew.", "wiki_name": "Stew", "wiki_url": "https://oldschool.runescape.wiki/w/Stew", - "price": 40.5 + "price": 109 }, "2005": { "id": 2005, @@ -33300,7 +33300,7 @@ "examine": "This could liven up an otherwise bland stew.", "wiki_name": "Spice", "wiki_url": "https://oldschool.runescape.wiki/w/Spice", - "price": 19.5 + "price": 75 }, "2009": { "id": 2009, @@ -33334,7 +33334,7 @@ "examine": "It's a spicy hot curry.", "wiki_name": "Curry", "wiki_url": "https://oldschool.runescape.wiki/w/Curry", - "price": 868 + "price": 117 }, "2013": { "id": 2013, @@ -33368,7 +33368,7 @@ "examine": "An absolutely clear spirit.", "wiki_name": "Vodka", "wiki_url": "https://oldschool.runescape.wiki/w/Vodka", - "price": 365.5 + "price": 433.5 }, "2017": { "id": 2017, @@ -33386,7 +33386,7 @@ "examine": "A bottle of Draynor Malt.", "wiki_name": "Whisky", "wiki_url": "https://oldschool.runescape.wiki/w/Whisky", - "price": 147 + "price": 661.5 }, "2019": { "id": 2019, @@ -33404,7 +33404,7 @@ "examine": "A strong spirit that tastes of Juniper.", "wiki_name": "Gin", "wiki_url": "https://oldschool.runescape.wiki/w/Gin", - "price": 453 + "price": 931.5 }, "2021": { "id": 2021, @@ -33440,7 +33440,7 @@ "examine": "A book on tree gnome cocktails.", "wiki_name": "Cocktail guide", "wiki_url": "https://oldschool.runescape.wiki/w/Cocktail_guide", - "price": 111 + "price": 61.5 }, "2025": { "id": 2025, @@ -33458,7 +33458,7 @@ "examine": "Used for mixing cocktails.", "wiki_name": "Cocktail shaker", "wiki_url": "https://oldschool.runescape.wiki/w/Cocktail_shaker", - "price": 40.5 + "price": 30 }, "2026": { "id": 2026, @@ -33476,7 +33476,7 @@ "examine": "For sipping cocktails.", "wiki_name": "Cocktail glass", "wiki_url": "https://oldschool.runescape.wiki/w/Cocktail_glass", - "price": 162.5 + "price": 135 }, "2028": { "id": 2028, @@ -33494,7 +33494,7 @@ "examine": "A premade Blurberry Special", "wiki_name": "Premade blurb' sp.", "wiki_url": "https://oldschool.runescape.wiki/w/Premade_blurb'_sp.", - "price": 359.5 + "price": 653 }, "2030": { "id": 2030, @@ -33512,7 +33512,7 @@ "examine": "A premade Chocolate Saturday.", "wiki_name": "Premade choc s'dy", "wiki_url": "https://oldschool.runescape.wiki/w/Premade_choc_s'dy", - "price": 39.5 + "price": 57 }, "2032": { "id": 2032, @@ -33530,7 +33530,7 @@ "examine": "A premade Drunk Dragon.", "wiki_name": "Premade dr' dragon", "wiki_url": "https://oldschool.runescape.wiki/w/Premade_dr'_dragon", - "price": 2650 + "price": 247.5 }, "2034": { "id": 2034, @@ -33548,7 +33548,7 @@ "examine": "A premade Fruit Blast.", "wiki_name": "Premade fr' blast", "wiki_url": "https://oldschool.runescape.wiki/w/Premade_fr'_blast", - "price": 33 + "price": 265 }, "2036": { "id": 2036, @@ -33566,7 +33566,7 @@ "examine": "A premade Pineapple punch.", "wiki_name": "Premade p' punch", "wiki_url": "https://oldschool.runescape.wiki/w/Premade_p'_punch", - "price": 27 + "price": 513 }, "2038": { "id": 2038, @@ -33602,7 +33602,7 @@ "examine": "A Premade Wizard Blizzard.", "wiki_name": "Premade wiz blz'd", "wiki_url": "https://oldschool.runescape.wiki/w/Premade_wiz_blz'd", - "price": 103.5 + "price": 9.5 }, "2042": { "id": 2042, @@ -33665,7 +33665,7 @@ "examine": "A fresh healthy fruit mix.", "wiki_name": "Pineapple punch", "wiki_url": "https://oldschool.runescape.wiki/w/Pineapple_punch", - "price": 3010.5 + "price": 26050 }, "2050": { "id": 2050, @@ -33713,7 +33713,7 @@ "examine": "This looks like a strange mix.", "wiki_name": "Wizard blizzard", "wiki_url": "https://oldschool.runescape.wiki/w/Wizard_blizzard", - "price": 2627.5 + "price": 5929.5 }, "2056": { "id": 2056, @@ -33791,7 +33791,7 @@ "examine": "Looks good... smells strong.", "wiki_name": "Blurberry special", "wiki_url": "https://oldschool.runescape.wiki/w/Blurberry_special", - "price": 2585 + "price": 3800 }, "2066": { "id": 2066, @@ -33869,7 +33869,7 @@ "examine": "A warm creamy alcoholic beverage.", "wiki_name": "Choc saturday", "wiki_url": "https://oldschool.runescape.wiki/w/Choc_saturday", - "price": 104000 + "price": 4477.5 }, "2076": { "id": 2076, @@ -33917,7 +33917,7 @@ "examine": "A Short Green Guy... looks good.", "wiki_name": "Short green guy", "wiki_url": "https://oldschool.runescape.wiki/w/Short_green_guy", - "price": 5131 + "price": 2827 }, "2082": { "id": 2082, @@ -33950,7 +33950,7 @@ "examine": "A cool refreshing fruit mix.", "wiki_name": "Fruit blast", "wiki_url": "https://oldschool.runescape.wiki/w/Fruit_blast", - "price": 2189.5 + "price": 1910.5 }, "2086": { "id": 2086, @@ -34013,7 +34013,7 @@ "examine": "A warm creamy alcoholic beverage.", "wiki_name": "Drunk dragon", "wiki_url": "https://oldschool.runescape.wiki/w/Drunk_dragon", - "price": 10023.5 + "price": 3495 }, "2094": { "id": 2094, @@ -34113,7 +34113,7 @@ "examine": "Fresh chunks of lemon.", "wiki_name": "Lemon chunks", "wiki_url": "https://oldschool.runescape.wiki/w/Lemon_chunks", - "price": 287 + "price": 77 }, "2106": { "id": 2106, @@ -34131,7 +34131,7 @@ "examine": "Fresh lemon slices.", "wiki_name": "Lemon slices", "wiki_url": "https://oldschool.runescape.wiki/w/Lemon_slices", - "price": 560 + "price": 126 }, "2108": { "id": 2108, @@ -34149,7 +34149,7 @@ "examine": "A fresh orange.", "wiki_name": "Orange", "wiki_url": "https://oldschool.runescape.wiki/w/Orange", - "price": 120.5 + "price": 99.5 }, "2110": { "id": 2110, @@ -34167,7 +34167,7 @@ "examine": "Fresh chunks of orange.", "wiki_name": "Orange chunks", "wiki_url": "https://oldschool.runescape.wiki/w/Orange_chunks", - "price": 96 + "price": 13.5 }, "2112": { "id": 2112, @@ -34185,7 +34185,7 @@ "examine": "Fresh orange slices.", "wiki_name": "Orange slices", "wiki_url": "https://oldschool.runescape.wiki/w/Orange_slices", - "price": 109 + "price": 240 }, "2114": { "id": 2114, @@ -34203,7 +34203,7 @@ "examine": "It can be cut up into something more manageable with a knife.", "wiki_name": "Pineapple", "wiki_url": "https://oldschool.runescape.wiki/w/Pineapple", - "price": 169 + "price": 289.5 }, "2116": { "id": 2116, @@ -34221,7 +34221,7 @@ "examine": "Fresh chunks of pineapple.", "wiki_name": "Pineapple chunks", "wiki_url": "https://oldschool.runescape.wiki/w/Pineapple_chunks", - "price": 103 + "price": 557 }, "2118": { "id": 2118, @@ -34239,7 +34239,7 @@ "examine": "Exotic fruit.", "wiki_name": "Pineapple ring", "wiki_url": "https://oldschool.runescape.wiki/w/Pineapple_ring", - "price": 68 + "price": 80 }, "2120": { "id": 2120, @@ -34257,7 +34257,7 @@ "examine": "A fresh lime.", "wiki_name": "Lime", "wiki_url": "https://oldschool.runescape.wiki/w/Lime", - "price": 47 + "price": 160 }, "2122": { "id": 2122, @@ -34275,7 +34275,7 @@ "examine": "Fresh chunks of lime.", "wiki_name": "Lime chunks", "wiki_url": "https://oldschool.runescape.wiki/w/Lime_chunks", - "price": 374.5 + "price": 88 }, "2124": { "id": 2124, @@ -34293,7 +34293,7 @@ "examine": "Fresh lime slices.", "wiki_name": "Lime slices", "wiki_url": "https://oldschool.runescape.wiki/w/Lime_slices", - "price": 150 + "price": 100.5 }, "2126": { "id": 2126, @@ -34311,7 +34311,7 @@ "examine": "Some rather pretty blue berries.", "wiki_name": "Dwellberries", "wiki_url": "https://oldschool.runescape.wiki/w/Dwellberries", - "price": 107 + "price": 123.5 }, "2128": { "id": 2128, @@ -34329,7 +34329,7 @@ "examine": "Small sweet smelling leaves.", "wiki_name": "Equa leaves", "wiki_url": "https://oldschool.runescape.wiki/w/Equa_leaves", - "price": 55 + "price": 230 }, "2130": { "id": 2130, @@ -34347,7 +34347,7 @@ "examine": "Fresh cream.", "wiki_name": "Pot of cream", "wiki_url": "https://oldschool.runescape.wiki/w/Pot_of_cream", - "price": 149 + "price": 5 }, "2132": { "id": 2132, @@ -34364,7 +34364,7 @@ "examine": "I need to cook this first.", "wiki_name": "Raw beef", "wiki_url": "https://oldschool.runescape.wiki/w/Raw_beef", - "price": 41 + "price": 57.5 }, "2134": { "id": 2134, @@ -34381,7 +34381,7 @@ "examine": "I need to cook this first.", "wiki_name": "Raw rat meat", "wiki_url": "https://oldschool.runescape.wiki/w/Raw_rat_meat", - "price": 140 + "price": 170 }, "2136": { "id": 2136, @@ -34398,7 +34398,7 @@ "examine": "I need to cook this first.", "wiki_name": "Raw bear meat", "wiki_url": "https://oldschool.runescape.wiki/w/Raw_bear_meat", - "price": 340 + "price": 517 }, "2138": { "id": 2138, @@ -34415,7 +34415,7 @@ "examine": "I need to cook this first.", "wiki_name": "Raw chicken", "wiki_url": "https://oldschool.runescape.wiki/w/Raw_chicken", - "price": 99 + "price": 79 }, "2140": { "id": 2140, @@ -34432,7 +34432,7 @@ "examine": "Mmm this looks tasty.", "wiki_name": "Cooked chicken", "wiki_url": "https://oldschool.runescape.wiki/w/Cooked_chicken", - "price": 310 + "price": 57 }, "2142": { "id": 2142, @@ -34449,7 +34449,7 @@ "examine": "Mmm this looks tasty.", "wiki_name": "Cooked meat", "wiki_url": "https://oldschool.runescape.wiki/w/Cooked_meat", - "price": 51.5 + "price": 125 }, "2144": { "id": 2144, @@ -34525,7 +34525,7 @@ "examine": "A slippery little blighter.", "wiki_name": "Swamp toad (item)", "wiki_url": "https://oldschool.runescape.wiki/w/Swamp_toad_(item)", - "price": 312 + "price": 243 }, "2152": { "id": 2152, @@ -34543,7 +34543,7 @@ "examine": "They're a gnome delicacy apparently.", "wiki_name": "Toad's legs", "wiki_url": "https://oldschool.runescape.wiki/w/Toad's_legs", - "price": 445 + "price": 358.5 }, "2154": { "id": 2154, @@ -34621,7 +34621,7 @@ "examine": "They're a gnome delicacy apparently.", "wiki_name": "King worm", "wiki_url": "https://oldschool.runescape.wiki/w/King_worm", - "price": 393 + "price": 453 }, "2164": { "id": 2164, @@ -34657,7 +34657,7 @@ "examine": "A shallow tray used for baking crunchies in.", "wiki_name": "Crunchy tray", "wiki_url": "https://oldschool.runescape.wiki/w/Crunchy_tray", - "price": 309 + "price": 254 }, "2166": { "id": 2166, @@ -34675,7 +34675,7 @@ "examine": "A large ovenproof bowl.", "wiki_name": "Gnomebowl mould", "wiki_url": "https://oldschool.runescape.wiki/w/Gnomebowl_mould", - "price": 114 + "price": 500 }, "2167": { "id": 2167, @@ -34693,7 +34693,7 @@ "examine": "Aluft Gianne's favorite dishes.", "wiki_name": "Gianne's cook book", "wiki_url": "https://oldschool.runescape.wiki/w/Gianne's_cook_book", - "price": 11.5 + "price": 45 }, "2169": { "id": 2169, @@ -34711,7 +34711,7 @@ "examine": "It's Aluft Gianne's secret mix of spices.", "wiki_name": "Gnome spice", "wiki_url": "https://oldschool.runescape.wiki/w/Gnome_spice", - "price": 45.5 + "price": 122.5 }, "2171": { "id": 2171, @@ -34729,7 +34729,7 @@ "examine": "It's made from a secret recipe.", "wiki_name": "Gianne dough", "wiki_url": "https://oldschool.runescape.wiki/w/Gianne_dough", - "price": 14 + "price": 37.5 }, "2173": { "id": 2173, @@ -34851,7 +34851,7 @@ "examine": "Full of creamy, chocolately goodness.", "wiki_name": "Chocolate bomb", "wiki_url": "https://oldschool.runescape.wiki/w/Chocolate_bomb", - "price": 709.5 + "price": 457.5 }, "2187": { "id": 2187, @@ -34869,7 +34869,7 @@ "examine": "It actually smells quite good.", "wiki_name": "Tangled toad's legs", "wiki_url": "https://oldschool.runescape.wiki/w/Tangled_toad's_legs", - "price": 3249 + "price": 954.5 }, "2189": { "id": 2189, @@ -34902,7 +34902,7 @@ "examine": "It actually smells quite good.", "wiki_name": "Worm hole", "wiki_url": "https://oldschool.runescape.wiki/w/Worm_hole", - "price": 5519.5 + "price": 1466.5 }, "2193": { "id": 2193, @@ -34935,7 +34935,7 @@ "examine": "This looks pretty healthy.", "wiki_name": "Veg ball", "wiki_url": "https://oldschool.runescape.wiki/w/Veg_ball", - "price": 2780 + "price": 1022 }, "2197": { "id": 2197, @@ -35030,7 +35030,7 @@ "examine": "It actually smells quite good.", "wiki_name": "Worm crunchies", "wiki_url": "https://oldschool.runescape.wiki/w/Worm_crunchies", - "price": 811.5 + "price": 1745.5 }, "2207": { "id": 2207, @@ -35063,7 +35063,7 @@ "examine": "Yum... smells good.", "wiki_name": "Chocchip crunchies", "wiki_url": "https://oldschool.runescape.wiki/w/Chocchip_crunchies", - "price": 4835 + "price": 3776 }, "2211": { "id": 2211, @@ -35129,7 +35129,7 @@ "examine": "It actually smells quite good.", "wiki_name": "Toad crunchies", "wiki_url": "https://oldschool.runescape.wiki/w/Toad_crunchies", - "price": 3021.5 + "price": 2679.5 }, "2219": { "id": 2219, @@ -35147,7 +35147,7 @@ "examine": "A premade Worm Batta.", "wiki_name": "Premade w'm batta", "wiki_url": "https://oldschool.runescape.wiki/w/Premade_w'm_batta", - "price": 1510.5 + "price": 10027 }, "2221": { "id": 2221, @@ -35165,7 +35165,7 @@ "examine": "A Premade Toad Batta.", "wiki_name": "Premade t'd batta", "wiki_url": "https://oldschool.runescape.wiki/w/Premade_t'd_batta", - "price": 512.5 + "price": 42 }, "2223": { "id": 2223, @@ -35183,7 +35183,7 @@ "examine": "A Premade Cheese and Tomato Batta.", "wiki_name": "Premade c+t batta", "wiki_url": "https://oldschool.runescape.wiki/w/Premade_c+t_batta", - "price": 48 + "price": 73.5 }, "2225": { "id": 2225, @@ -35201,7 +35201,7 @@ "examine": "A premade Fruit Batta.", "wiki_name": "Premade fr't batta", "wiki_url": "https://oldschool.runescape.wiki/w/Premade_fr't_batta", - "price": 270.5 + "price": 71.5 }, "2227": { "id": 2227, @@ -35237,7 +35237,7 @@ "examine": "A premade Chocolate Bomb.", "wiki_name": "Premade choc bomb", "wiki_url": "https://oldschool.runescape.wiki/w/Premade_choc_bomb", - "price": 3280 + "price": 777.5 }, "2231": { "id": 2231, @@ -35255,7 +35255,7 @@ "examine": "A premade Tangled Toads Legs.", "wiki_name": "Premade ttl", "wiki_url": "https://oldschool.runescape.wiki/w/Premade_ttl", - "price": 167 + "price": 333 }, "2233": { "id": 2233, @@ -35291,7 +35291,7 @@ "examine": "A premade Vegetable Ball.", "wiki_name": "Premade veg ball", "wiki_url": "https://oldschool.runescape.wiki/w/Premade_veg_ball", - "price": 34.5 + "price": 24 }, "2237": { "id": 2237, @@ -35363,7 +35363,7 @@ "examine": "Some premade Toad Crunchies.", "wiki_name": "Premade t'd crunch", "wiki_url": "https://oldschool.runescape.wiki/w/Premade_t'd_crunch", - "price": 1517.5 + "price": 760 }, "2245": { "id": 2245, @@ -35473,7 +35473,7 @@ "examine": "It actually smells quite good.", "wiki_name": "Toad batta", "wiki_url": "https://oldschool.runescape.wiki/w/Toad_batta", - "price": 1022.5 + "price": 2500 }, "2257": { "id": 2257, @@ -35506,7 +35506,7 @@ "examine": "This smells really good.", "wiki_name": "Cheese+tom batta", "wiki_url": "https://oldschool.runescape.wiki/w/Cheese+tom_batta", - "price": 1511.5 + "price": 2498.5 }, "2261": { "id": 2261, @@ -35644,7 +35644,7 @@ "examine": "It actually smells quite good.", "wiki_name": "Fruit batta", "wiki_url": "https://oldschool.runescape.wiki/w/Fruit_batta", - "price": 1700.5 + "price": 3010 }, "2279": { "id": 2279, @@ -35677,7 +35677,7 @@ "examine": "Well... it looks healthy.", "wiki_name": "Vegetable batta", "wiki_url": "https://oldschool.runescape.wiki/w/Vegetable_batta", - "price": 1085 + "price": 4150.5 }, "2283": { "id": 2283, @@ -35694,7 +35694,7 @@ "examine": "I need to add some tomato next.", "wiki_name": "Pizza base", "wiki_url": "https://oldschool.runescape.wiki/w/Pizza_base", - "price": 187 + "price": 247.5 }, "2285": { "id": 2285, @@ -35741,7 +35741,7 @@ "examine": "A cheese and tomato pizza.", "wiki_name": "Plain pizza (Full)", "wiki_url": "https://oldschool.runescape.wiki/w/Plain_pizza#Full", - "price": 530 + "price": 586.5 }, "2291": { "id": 2291, @@ -35772,7 +35772,7 @@ "examine": "A pizza with bits of meat on it.", "wiki_name": "Meat pizza (Full)", "wiki_url": "https://oldschool.runescape.wiki/w/Meat_pizza#Full", - "price": 429 + "price": 322 }, "2295": { "id": 2295, @@ -35804,7 +35804,7 @@ "examine": "A pizza with anchovies.", "wiki_name": "Anchovy pizza (Full)", "wiki_url": "https://oldschool.runescape.wiki/w/Anchovy_pizza#Full", - "price": 564.5 + "price": 709 }, "2299": { "id": 2299, @@ -35837,7 +35837,7 @@ "examine": "A tropicana pizza.", "wiki_name": "Pineapple pizza (Full)", "wiki_url": "https://oldschool.runescape.wiki/w/Pineapple_pizza#Full", - "price": 692.5 + "price": 820.5 }, "2303": { "id": 2303, @@ -35885,7 +35885,7 @@ "examine": "Some uncooked dough.", "wiki_name": "Bread dough", "wiki_url": "https://oldschool.runescape.wiki/w/Bread_dough", - "price": 263.5 + "price": 202 }, "2309": { "id": 2309, @@ -35902,7 +35902,7 @@ "examine": "Nice crispy bread.", "wiki_name": "Bread", "wiki_url": "https://oldschool.runescape.wiki/w/Bread", - "price": 148.5 + "price": 182.5 }, "2311": { "id": 2311, @@ -35934,7 +35934,7 @@ "examine": "Deceptively pie shaped.", "wiki_name": "Pie dish", "wiki_url": "https://oldschool.runescape.wiki/w/Pie_dish", - "price": 43 + "price": 89.5 }, "2315": { "id": 2315, @@ -35951,7 +35951,7 @@ "examine": "I need to find a filling for this pie.", "wiki_name": "Pie shell", "wiki_url": "https://oldschool.runescape.wiki/w/Pie_shell", - "price": 357 + "price": 470 }, "2317": { "id": 2317, @@ -35968,7 +35968,7 @@ "examine": "This would be much tastier cooked.", "wiki_name": "Uncooked apple pie", "wiki_url": "https://oldschool.runescape.wiki/w/Uncooked_apple_pie", - "price": 384 + "price": 504 }, "2319": { "id": 2319, @@ -35985,7 +35985,7 @@ "examine": "This would be much healthier cooked.", "wiki_name": "Uncooked meat pie", "wiki_url": "https://oldschool.runescape.wiki/w/Uncooked_meat_pie", - "price": 411 + "price": 542 }, "2321": { "id": 2321, @@ -36002,7 +36002,7 @@ "examine": "This would be much more appetising cooked.", "wiki_name": "Uncooked berry pie", "wiki_url": "https://oldschool.runescape.wiki/w/Uncooked_berry_pie", - "price": 313.5 + "price": 631 }, "2323": { "id": 2323, @@ -36019,7 +36019,7 @@ "examine": "Mmm Apple pie.", "wiki_name": "Apple pie (Full)", "wiki_url": "https://oldschool.runescape.wiki/w/Apple_pie#Full", - "price": 127.5 + "price": 61 }, "2325": { "id": 2325, @@ -36053,7 +36053,7 @@ "examine": "Not for vegetarians.", "wiki_name": "Meat pie (Full)", "wiki_url": "https://oldschool.runescape.wiki/w/Meat_pie#Full", - "price": 64 + "price": 57.5 }, "2329": { "id": 2329, @@ -36131,7 +36131,7 @@ "examine": "Raw meat from the oomlie bird.", "wiki_name": "Raw oomlie", "wiki_url": "https://oldschool.runescape.wiki/w/Raw_oomlie", - "price": 2110.5 + "price": 776.5 }, "2339": { "id": 2339, @@ -36177,7 +36177,7 @@ "examine": "Oomlie meat in a palm leaf pouch. It just needs to be cooked.", "wiki_name": "Wrapped oomlie", "wiki_url": "https://oldschool.runescape.wiki/w/Wrapped_oomlie", - "price": 2655.5 + "price": 1379 }, "2343": { "id": 2343, @@ -36228,7 +36228,7 @@ "examine": "Good for hitting things!", "wiki_name": "Hammer", "wiki_url": "https://oldschool.runescape.wiki/w/Hammer", - "price": 61.5 + "price": 26.5 }, "2349": { "id": 2349, @@ -36245,7 +36245,7 @@ "examine": "It's a bar of bronze.", "wiki_name": "Bronze bar", "wiki_url": "https://oldschool.runescape.wiki/w/Bronze_bar", - "price": 252 + "price": 207 }, "2351": { "id": 2351, @@ -36262,7 +36262,7 @@ "examine": "It's a bar of iron.", "wiki_name": "Iron bar", "wiki_url": "https://oldschool.runescape.wiki/w/Iron_bar", - "price": 265.5 + "price": 194 }, "2353": { "id": 2353, @@ -36313,7 +36313,7 @@ "examine": "It's a bar of gold.", "wiki_name": "Gold bar", "wiki_url": "https://oldschool.runescape.wiki/w/Gold_bar", - "price": 84.5 + "price": 102.5 }, "2359": { "id": 2359, @@ -36432,7 +36432,7 @@ "examine": "A set of studs for leather armour.", "wiki_name": "Steel studs", "wiki_url": "https://oldschool.runescape.wiki/w/Steel_studs", - "price": 237 + "price": 318 }, "2372": { "id": 2372, @@ -37519,7 +37519,7 @@ "examine": "4 doses of Attack potion.", "wiki_name": "Attack potion (4 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Attack_potion#4_dose", - "price": 7.5 + "price": 11 }, "2430": { "id": 2430, @@ -37537,7 +37537,7 @@ "examine": "4 doses of restore potion.", "wiki_name": "Restore potion (4 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Restore_potion#4_dose", - "price": 95.5 + "price": 72 }, "2432": { "id": 2432, @@ -37555,7 +37555,7 @@ "examine": "4 doses of Defence potion.", "wiki_name": "Defence potion (4 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Defence_potion#4_dose", - "price": 809.5 + "price": 515.5 }, "2434": { "id": 2434, @@ -37573,7 +37573,7 @@ "examine": "4 doses of Prayer restore potion.", "wiki_name": "Prayer potion (4 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Prayer_potion#4_dose", - "price": 12800 + "price": 8300 }, "2436": { "id": 2436, @@ -37591,7 +37591,7 @@ "examine": "4 doses of super Attack potion.", "wiki_name": "Super attack (4 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Super_attack#4_dose", - "price": 213 + "price": 1668 }, "2438": { "id": 2438, @@ -37609,7 +37609,7 @@ "examine": "4 doses of Fishing potion.", "wiki_name": "Fishing potion (4 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Fishing_potion#4_dose", - "price": 103.5 + "price": 72.5 }, "2440": { "id": 2440, @@ -37627,7 +37627,7 @@ "examine": "4 doses of super Strength potion.", "wiki_name": "Super strength (4 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Super_strength#4_dose", - "price": 2050 + "price": 4880.5 }, "2442": { "id": 2442, @@ -37645,7 +37645,7 @@ "examine": "4 doses of super Defence potion.", "wiki_name": "Super defence (4 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Super_defence#4_dose", - "price": 1071.5 + "price": 4952.5 }, "2444": { "id": 2444, @@ -37663,7 +37663,7 @@ "examine": "4 doses of ranging potion.", "wiki_name": "Ranging potion (4 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Ranging_potion#4_dose", - "price": 664 + "price": 3194.5 }, "2446": { "id": 2446, @@ -37680,7 +37680,7 @@ "examine": "4 doses of antipoison potion.", "wiki_name": "Antipoison (4 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Antipoison#4_dose", - "price": 354 + "price": 236 }, "2448": { "id": 2448, @@ -37698,7 +37698,7 @@ "examine": "4 doses of super antipoison potion.", "wiki_name": "Superantipoison (4 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Superantipoison#4_dose", - "price": 277.5 + "price": 840 }, "2450": { "id": 2450, @@ -37716,7 +37716,7 @@ "examine": "4 doses of Zamorak brew.", "wiki_name": "Zamorak brew (4 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Zamorak_brew#4_dose", - "price": 6293 + "price": 712 }, "2452": { "id": 2452, @@ -37734,7 +37734,7 @@ "examine": "4 doses of anti-firebreath potion.", "wiki_name": "Antifire potion (4 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Antifire_potion#4_dose", - "price": 505 + "price": 1132.5 }, "2454": { "id": 2454, @@ -37752,7 +37752,7 @@ "examine": "3 doses of anti-firebreath potion.", "wiki_name": "Antifire potion (3 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Antifire_potion#3_dose", - "price": 409 + "price": 796.5 }, "2456": { "id": 2456, @@ -37770,7 +37770,7 @@ "examine": "2 doses of anti-firebreath potion.", "wiki_name": "Antifire potion (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Antifire_potion#2_dose", - "price": 182 + "price": 359.5 }, "2458": { "id": 2458, @@ -37788,7 +37788,7 @@ "examine": "1 dose of anti-firebreath potion.", "wiki_name": "Antifire potion (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Antifire_potion#1_dose", - "price": 101.5 + "price": 290 }, "2460": { "id": 2460, @@ -37920,7 +37920,7 @@ } ] }, - "price": 66 + "price": 141 }, "2464": { "id": 2464, @@ -37986,7 +37986,7 @@ } ] }, - "price": 457.5 + "price": 332.5 }, "2466": { "id": 2466, @@ -38052,7 +38052,7 @@ } ] }, - "price": 1225 + "price": 153.5 }, "2468": { "id": 2468, @@ -38184,7 +38184,7 @@ } ] }, - "price": 322.5 + "price": 495 }, "2472": { "id": 2472, @@ -38250,7 +38250,7 @@ } ] }, - "price": 89.5 + "price": 299 }, "2474": { "id": 2474, @@ -38316,7 +38316,7 @@ } ] }, - "price": 413256.5 + "price": 573000 }, "2476": { "id": 2476, @@ -38382,7 +38382,7 @@ } ] }, - "price": 102253.5 + "price": 77501.5 }, "2481": { "id": 2481, @@ -38400,7 +38400,7 @@ "examine": "A powerful herb.", "wiki_name": "Lantadyme", "wiki_url": "https://oldschool.runescape.wiki/w/Lantadyme", - "price": 1573 + "price": 1893 }, "2483": { "id": 2483, @@ -38418,7 +38418,7 @@ "examine": "I need another ingredient to finish this Lantadyme potion.", "wiki_name": "Lantadyme potion (unf)", "wiki_url": "https://oldschool.runescape.wiki/w/Lantadyme_potion_(unf)", - "price": 1605 + "price": 2084.5 }, "2485": { "id": 2485, @@ -38436,7 +38436,7 @@ "examine": "It needs cleaning.", "wiki_name": "Grimy lantadyme", "wiki_url": "https://oldschool.runescape.wiki/w/Grimy_lantadyme", - "price": 1676 + "price": 1968 }, "2487": { "id": 2487, @@ -38476,7 +38476,7 @@ "ranged": 50 } }, - "price": 1590 + "price": 1850 }, "2489": { "id": 2489, @@ -38516,7 +38516,7 @@ "ranged": 60 } }, - "price": 1553 + "price": 1894 }, "2491": { "id": 2491, @@ -38556,7 +38556,7 @@ "ranged": 70 } }, - "price": 2345 + "price": 1832 }, "2493": { "id": 2493, @@ -38676,7 +38676,7 @@ "ranged": 70 } }, - "price": 4337 + "price": 6700 }, "2499": { "id": 2499, @@ -38929,7 +38929,7 @@ "examine": "A brown toy horse.", "wiki_name": "Brown toy horsey", "wiki_url": "https://oldschool.runescape.wiki/w/Brown_toy_horsey", - "price": 1875 + "price": 264.5 }, "2522": { "id": 2522, @@ -38946,7 +38946,7 @@ "examine": "A white toy horse.", "wiki_name": "White toy horsey", "wiki_url": "https://oldschool.runescape.wiki/w/White_toy_horsey", - "price": 450 + "price": 309.5 }, "2524": { "id": 2524, @@ -38963,7 +38963,7 @@ "examine": "A black toy horse.", "wiki_name": "Black toy horsey", "wiki_url": "https://oldschool.runescape.wiki/w/Black_toy_horsey", - "price": 375 + "price": 227 }, "2526": { "id": 2526, @@ -38980,7 +38980,7 @@ "examine": "A grey toy horse.", "wiki_name": "Grey toy horsey", "wiki_url": "https://oldschool.runescape.wiki/w/Grey_toy_horsey", - "price": 5124.5 + "price": 301 }, "2528": { "id": 2528, @@ -39429,7 +39429,7 @@ "slot": "ring", "requirements": null }, - "price": 797 + "price": 629.5 }, "2552": { "id": 2552, @@ -39756,7 +39756,7 @@ "slot": "ring", "requirements": null }, - "price": 454.5 + "price": 1030 }, "2570": { "id": 2570, @@ -39915,7 +39915,7 @@ "defence": 1 } }, - "price": 37224461 + "price": 31855537 }, "2579": { "id": 2579, @@ -39956,7 +39956,7 @@ "defence": 1 } }, - "price": 213771.5 + "price": 164397.5 }, "2581": { "id": 2581, @@ -39997,7 +39997,7 @@ "defence": 1 } }, - "price": 1555664.5 + "price": 1113654.5 }, "2583": { "id": 2583, @@ -40036,7 +40036,7 @@ "defence": 10 } }, - "price": 42111 + "price": 19673 }, "2585": { "id": 2585, @@ -40075,7 +40075,7 @@ "defence": 10 } }, - "price": 16814.5 + "price": 7290 }, "2587": { "id": 2587, @@ -40114,7 +40114,7 @@ "defence": 10 } }, - "price": 39581.5 + "price": 18685.5 }, "2589": { "id": 2589, @@ -40153,7 +40153,7 @@ "defence": 10 } }, - "price": 24838.5 + "price": 10914 }, "2591": { "id": 2591, @@ -40192,7 +40192,7 @@ "defence": 10 } }, - "price": 195729.5 + "price": 118499.5 }, "2593": { "id": 2593, @@ -40231,7 +40231,7 @@ "defence": 10 } }, - "price": 78586 + "price": 55513.5 }, "2595": { "id": 2595, @@ -40270,7 +40270,7 @@ "defence": 10 } }, - "price": 107111.5 + "price": 113240 }, "2597": { "id": 2597, @@ -40309,7 +40309,7 @@ "defence": 10 } }, - "price": 113497.5 + "price": 131227.5 }, "2599": { "id": 2599, @@ -40387,7 +40387,7 @@ "defence": 30 } }, - "price": 2414 + "price": 5069.5 }, "2603": { "id": 2603, @@ -40426,7 +40426,7 @@ "defence": 30 } }, - "price": 3004 + "price": 2576 }, "2605": { "id": 2605, @@ -40465,7 +40465,7 @@ "defence": 30 } }, - "price": 4319 + "price": 5555 }, "2607": { "id": 2607, @@ -40504,7 +40504,7 @@ "defence": 30 } }, - "price": 34563.5 + "price": 7176.5 }, "2609": { "id": 2609, @@ -40543,7 +40543,7 @@ "defence": 30 } }, - "price": 17859 + "price": 8522.5 }, "2611": { "id": 2611, @@ -40582,7 +40582,7 @@ "defence": 30 } }, - "price": 20389 + "price": 13174.5 }, "2613": { "id": 2613, @@ -40621,7 +40621,7 @@ "defence": 30 } }, - "price": 13909.5 + "price": 8851 }, "2615": { "id": 2615, @@ -40699,7 +40699,7 @@ "defence": 40 } }, - "price": 32903.5 + "price": 55345 }, "2619": { "id": 2619, @@ -40777,7 +40777,7 @@ "defence": 40 } }, - "price": 103995.5 + "price": 117663.5 }, "2623": { "id": 2623, @@ -40933,7 +40933,7 @@ "defence": 40 } }, - "price": 42946 + "price": 34295 }, "2631": { "id": 2631, @@ -40971,7 +40971,7 @@ "slot": "head", "requirements": null }, - "price": 51732 + "price": 26345.5 }, "2633": { "id": 2633, @@ -41047,7 +41047,7 @@ "slot": "head", "requirements": null }, - "price": 17750 + "price": 30168.5 }, "2637": { "id": 2637, @@ -41123,7 +41123,7 @@ "slot": "head", "requirements": null }, - "price": 5683 + "price": 2274.5 }, "2641": { "id": 2641, @@ -41161,7 +41161,7 @@ "slot": "head", "requirements": null }, - "price": 4698.5 + "price": 7005.5 }, "2643": { "id": 2643, @@ -41199,7 +41199,7 @@ "slot": "head", "requirements": null }, - "price": 22845.5 + "price": 45039.5 }, "2645": { "id": 2645, @@ -41237,7 +41237,7 @@ "slot": "head", "requirements": null }, - "price": 1359 + "price": 580 }, "2647": { "id": 2647, @@ -41275,7 +41275,7 @@ "slot": "head", "requirements": null }, - "price": 3351.5 + "price": 2141 }, "2649": { "id": 2649, @@ -41313,7 +41313,7 @@ "slot": "head", "requirements": null }, - "price": 1464.5 + "price": 789 }, "2651": { "id": 2651, @@ -41351,7 +41351,7 @@ "slot": "head", "requirements": null }, - "price": 180024 + "price": 138999.5 }, "2653": { "id": 2653, @@ -41429,7 +41429,7 @@ "defence": 40 } }, - "price": 271435.5 + "price": 38551.5 }, "2657": { "id": 2657, @@ -41468,7 +41468,7 @@ "defence": 40 } }, - "price": 425038 + "price": 703368 }, "2659": { "id": 2659, @@ -41507,7 +41507,7 @@ "defence": 40 } }, - "price": 61480 + "price": 37677 }, "2661": { "id": 2661, @@ -41546,7 +41546,7 @@ "defence": 40 } }, - "price": 75389 + "price": 59504 }, "2663": { "id": 2663, @@ -41585,7 +41585,7 @@ "defence": 40 } }, - "price": 102406.5 + "price": 60795 }, "2665": { "id": 2665, @@ -41624,7 +41624,7 @@ "defence": 40 } }, - "price": 104605.5 + "price": 77733.5 }, "2667": { "id": 2667, @@ -41663,7 +41663,7 @@ "defence": 40 } }, - "price": 86220.5 + "price": 60659 }, "2669": { "id": 2669, @@ -41702,7 +41702,7 @@ "defence": 40 } }, - "price": 56060.5 + "price": 42266 }, "2671": { "id": 2671, @@ -41741,7 +41741,7 @@ "defence": 40 } }, - "price": 70928.5 + "price": 41442 }, "2673": { "id": 2673, @@ -41780,7 +41780,7 @@ "defence": 40 } }, - "price": 39252 + "price": 21403.5 }, "2675": { "id": 2675, @@ -41819,7 +41819,7 @@ "defence": 40 } }, - "price": 41623.5 + "price": 33524.5 }, "2677": { "id": 2677, @@ -42033,7 +42033,7 @@ "examine": "Bones of a recently slain wolf.", "wiki_name": "Wolf bones", "wiki_url": "https://oldschool.runescape.wiki/w/Wolf_bones", - "price": 1180.5 + "price": 489.5 }, "2861": { "id": 2861, @@ -42050,7 +42050,7 @@ "examine": "I can make an ogre arrow with these.", "wiki_name": "Wolfbone arrowtips", "wiki_url": "https://oldschool.runescape.wiki/w/Wolfbone_arrowtips", - "price": 64 + "price": 84 }, "2862": { "id": 2862, @@ -42068,7 +42068,7 @@ "examine": "These logs are longer than normal.", "wiki_name": "Achey tree logs", "wiki_url": "https://oldschool.runescape.wiki/w/Achey_tree_logs", - "price": 265 + "price": 708.5 }, "2864": { "id": 2864, @@ -42085,7 +42085,7 @@ "examine": "A wooden arrow shaft.", "wiki_name": "Ogre arrow shaft", "wiki_url": "https://oldschool.runescape.wiki/w/Ogre_arrow_shaft", - "price": 59 + "price": 28 }, "2865": { "id": 2865, @@ -42102,7 +42102,7 @@ "examine": "A wooden arrow shaft with four flights attached.", "wiki_name": "Flighted ogre arrow", "wiki_url": "https://oldschool.runescape.wiki/w/Flighted_ogre_arrow", - "price": 122 + "price": 89 }, "2866": { "id": 2866, @@ -42141,7 +42141,7 @@ "ranged": 30 } }, - "price": 179 + "price": 233.5 }, "2871": { "id": 2871, @@ -42247,7 +42247,7 @@ "examine": "It might look delicious to an ogre.", "wiki_name": "Cooked chompy", "wiki_url": "https://oldschool.runescape.wiki/w/Cooked_chompy", - "price": 120 + "price": 100 }, "2880": { "id": 2880, @@ -42431,7 +42431,7 @@ "slot": "shield", "requirements": null }, - "price": 2151.5 + "price": 1751 }, "2892": { "id": 2892, @@ -42496,7 +42496,7 @@ "slot": "feet", "requirements": null }, - "price": 200 + "price": 662 }, "2896": { "id": 2896, @@ -42534,7 +42534,7 @@ "slot": "body", "requirements": null }, - "price": 92.5 + "price": 1125 }, "2898": { "id": 2898, @@ -42572,7 +42572,7 @@ "slot": "legs", "requirements": null }, - "price": 793 + "price": 979 }, "2900": { "id": 2900, @@ -42610,7 +42610,7 @@ "slot": "head", "requirements": null }, - "price": 1960.5 + "price": 1457 }, "2902": { "id": 2902, @@ -42647,7 +42647,7 @@ "slot": "hands", "requirements": null }, - "price": 2799 + "price": 1316 }, "2904": { "id": 2904, @@ -42722,7 +42722,7 @@ "slot": "body", "requirements": null }, - "price": 357.5 + "price": 50 }, "2908": { "id": 2908, @@ -42760,7 +42760,7 @@ "slot": "legs", "requirements": null }, - "price": 1794.5 + "price": 3156 }, "2910": { "id": 2910, @@ -42798,7 +42798,7 @@ "slot": "head", "requirements": null }, - "price": 1099.5 + "price": 2016.5 }, "2912": { "id": 2912, @@ -42835,7 +42835,7 @@ "slot": "hands", "requirements": null }, - "price": 582.5 + "price": 508.5 }, "2914": { "id": 2914, @@ -42872,7 +42872,7 @@ "slot": "feet", "requirements": null }, - "price": 2095 + "price": 10299 }, "2916": { "id": 2916, @@ -42910,7 +42910,7 @@ "slot": "body", "requirements": null }, - "price": 201 + "price": 838 }, "2918": { "id": 2918, @@ -42948,7 +42948,7 @@ "slot": "legs", "requirements": null }, - "price": 488 + "price": 712.5 }, "2920": { "id": 2920, @@ -42986,7 +42986,7 @@ "slot": "head", "requirements": null }, - "price": 596.5 + "price": 1801.5 }, "2922": { "id": 2922, @@ -43023,7 +43023,7 @@ "slot": "hands", "requirements": null }, - "price": 766 + "price": 1516.5 }, "2924": { "id": 2924, @@ -43060,7 +43060,7 @@ "slot": "feet", "requirements": null }, - "price": 101 + "price": 870 }, "2926": { "id": 2926, @@ -43098,7 +43098,7 @@ "slot": "body", "requirements": null }, - "price": 549 + "price": 5301.5 }, "2928": { "id": 2928, @@ -43136,7 +43136,7 @@ "slot": "legs", "requirements": null }, - "price": 479.5 + "price": 5196.5 }, "2930": { "id": 2930, @@ -43174,7 +43174,7 @@ "slot": "head", "requirements": null }, - "price": 977 + "price": 737 }, "2932": { "id": 2932, @@ -43211,7 +43211,7 @@ "slot": "hands", "requirements": null }, - "price": 585.5 + "price": 178 }, "2934": { "id": 2934, @@ -43248,7 +43248,7 @@ "slot": "feet", "requirements": null }, - "price": 2499 + "price": 963 }, "2936": { "id": 2936, @@ -43286,7 +43286,7 @@ "slot": "body", "requirements": null }, - "price": 130 + "price": 209 }, "2938": { "id": 2938, @@ -43324,7 +43324,7 @@ "slot": "legs", "requirements": null }, - "price": 10000 + "price": 5652.5 }, "2940": { "id": 2940, @@ -43399,7 +43399,7 @@ "slot": "hands", "requirements": null }, - "price": 866 + "price": 1478 }, "2944": { "id": 2944, @@ -43626,7 +43626,7 @@ "examine": "A foul smelling brew.", "wiki_name": "Moonlight mead", "wiki_url": "https://oldschool.runescape.wiki/w/Moonlight_mead", - "price": 66.5 + "price": 187.5 }, "2957": { "id": 2957, @@ -43743,7 +43743,7 @@ } ] }, - "price": 349 + "price": 533 }, "2963": { "id": 2963, @@ -43902,7 +43902,7 @@ "examine": "A mushroom from the swamps of Mort Myre.", "wiki_name": "Mort myre fungus", "wiki_url": "https://oldschool.runescape.wiki/w/Mort_myre_fungus", - "price": 399.5 + "price": 283.5 }, "2972": { "id": 2972, @@ -43920,7 +43920,7 @@ "examine": "A cutting from a budding branch.", "wiki_name": "Mort myre stem", "wiki_url": "https://oldschool.runescape.wiki/w/Mort_myre_stem", - "price": 475.5 + "price": 778 }, "2974": { "id": 2974, @@ -43938,7 +43938,7 @@ "examine": "A pear picked from a dying bush in Mort Myre.", "wiki_name": "Mort myre pear", "wiki_url": "https://oldschool.runescape.wiki/w/Mort_myre_pear", - "price": 1518.5 + "price": 3449 }, "2976": { "id": 2976, @@ -43956,7 +43956,7 @@ "examine": "Used to make sickles.", "wiki_name": "Sickle mould", "wiki_url": "https://oldschool.runescape.wiki/w/Sickle_mould", - "price": 250.5 + "price": 355 }, "2978": { "id": 2978, @@ -44620,7 +44620,7 @@ "slot": "hands", "requirements": null }, - "price": 2700000 + "price": 9044172 }, "2998": { "id": 2998, @@ -44638,7 +44638,7 @@ "examine": "A useful herb.", "wiki_name": "Toadflax", "wiki_url": "https://oldschool.runescape.wiki/w/Toadflax", - "price": 2637.5 + "price": 2951.5 }, "3000": { "id": 3000, @@ -44656,7 +44656,7 @@ "examine": "A powerful herb.", "wiki_name": "Snapdragon", "wiki_url": "https://oldschool.runescape.wiki/w/Snapdragon", - "price": 12473 + "price": 7017.5 }, "3002": { "id": 3002, @@ -44692,7 +44692,7 @@ "examine": "I need another ingredient to finish this Snapdragon potion.", "wiki_name": "Snapdragon potion (unf)", "wiki_url": "https://oldschool.runescape.wiki/w/Snapdragon_potion_(unf)", - "price": 12761 + "price": 7204.5 }, "3006": { "id": 3006, @@ -44758,7 +44758,7 @@ "examine": "2 doses of energy potion.", "wiki_name": "Energy potion (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Energy_potion#2_dose", - "price": 171 + "price": 242.5 }, "3014": { "id": 3014, @@ -44793,7 +44793,7 @@ "examine": "4 doses of super energy potion.", "wiki_name": "Super energy (4 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Super_energy#4_dose", - "price": 1996 + "price": 5493 }, "3018": { "id": 3018, @@ -44811,7 +44811,7 @@ "examine": "3 doses of super energy potion.", "wiki_name": "Super energy (3 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Super_energy#3_dose", - "price": 1497.5 + "price": 4068 }, "3020": { "id": 3020, @@ -44829,7 +44829,7 @@ "examine": "2 doses of super energy potion.", "wiki_name": "Super energy (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Super_energy#2_dose", - "price": 882 + "price": 2982 }, "3022": { "id": 3022, @@ -44847,7 +44847,7 @@ "examine": "1 dose of super energy potion.", "wiki_name": "Super energy (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Super_energy#1_dose", - "price": 380 + "price": 1522.5 }, "3024": { "id": 3024, @@ -44865,7 +44865,7 @@ "examine": "4 doses of super restore potion.", "wiki_name": "Super restore (4 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Super_restore#4_dose", - "price": 15227.5 + "price": 9282.5 }, "3026": { "id": 3026, @@ -44883,7 +44883,7 @@ "examine": "3 doses of super restore potion.", "wiki_name": "Super restore (3 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Super_restore#3_dose", - "price": 10916.5 + "price": 6775 }, "3028": { "id": 3028, @@ -44901,7 +44901,7 @@ "examine": "2 doses of super restore potion.", "wiki_name": "Super restore (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Super_restore#2_dose", - "price": 7454 + "price": 4856.5 }, "3030": { "id": 3030, @@ -44919,7 +44919,7 @@ "examine": "1 dose of super restore potion.", "wiki_name": "Super restore (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Super_restore#1_dose", - "price": 3813.5 + "price": 2398.5 }, "3032": { "id": 3032, @@ -44937,7 +44937,7 @@ "examine": "4 doses of Agility potion.", "wiki_name": "Agility potion (4 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Agility_potion#4_dose", - "price": 476.5 + "price": 417.5 }, "3034": { "id": 3034, @@ -44955,7 +44955,7 @@ "examine": "3 doses of Agility potion.", "wiki_name": "Agility potion (3 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Agility_potion#3_dose", - "price": 215.5 + "price": 398 }, "3036": { "id": 3036, @@ -44973,7 +44973,7 @@ "examine": "2 doses of Agility potion.", "wiki_name": "Agility potion (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Agility_potion#2_dose", - "price": 135 + "price": 100 }, "3038": { "id": 3038, @@ -44991,7 +44991,7 @@ "examine": "1 dose of Agility potion.", "wiki_name": "Agility potion (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Agility_potion#1_dose", - "price": 90 + "price": 139.5 }, "3040": { "id": 3040, @@ -45009,7 +45009,7 @@ "examine": "4 doses of Magic potion.", "wiki_name": "Magic potion (4 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Magic_potion#4_dose", - "price": 122 + "price": 174.5 }, "3042": { "id": 3042, @@ -45027,7 +45027,7 @@ "examine": "3 doses of Magic potion.", "wiki_name": "Magic potion (3 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Magic_potion#3_dose", - "price": 96.5 + "price": 111.5 }, "3044": { "id": 3044, @@ -45045,7 +45045,7 @@ "examine": "2 doses of Magic potion.", "wiki_name": "Magic potion (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Magic_potion#2_dose", - "price": 56.5 + "price": 69.5 }, "3046": { "id": 3046, @@ -45063,7 +45063,7 @@ "examine": "1 dose of Magic potion.", "wiki_name": "Magic potion (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Magic_potion#1_dose", - "price": 32 + "price": 38 }, "3049": { "id": 3049, @@ -45081,7 +45081,7 @@ "examine": "It needs cleaning.", "wiki_name": "Grimy toadflax", "wiki_url": "https://oldschool.runescape.wiki/w/Grimy_toadflax", - "price": 2292 + "price": 3018.5 }, "3051": { "id": 3051, @@ -45099,7 +45099,7 @@ "examine": "It needs cleaning.", "wiki_name": "Grimy snapdragon", "wiki_url": "https://oldschool.runescape.wiki/w/Grimy_snapdragon", - "price": 12035.5 + "price": 7025 }, "3053": { "id": 3053, @@ -45575,7 +45575,7 @@ } ] }, - "price": 3500.5 + "price": 37536 }, "3095": { "id": 3095, @@ -45650,7 +45650,7 @@ } ] }, - "price": 214.5 + "price": 547 }, "3096": { "id": 3096, @@ -45725,7 +45725,7 @@ } ] }, - "price": 660 + "price": 106.5 }, "3097": { "id": 3097, @@ -45875,7 +45875,7 @@ } ] }, - "price": 4979.5 + "price": 5838 }, "3099": { "id": 3099, @@ -45950,7 +45950,7 @@ } ] }, - "price": 1800 + "price": 1033 }, "3100": { "id": 3100, @@ -46025,7 +46025,7 @@ } ] }, - "price": 1875 + "price": 1538.5 }, "3101": { "id": 3101, @@ -46100,7 +46100,7 @@ } ] }, - "price": 10552 + "price": 7563 }, "3102": { "id": 3102, @@ -46174,7 +46174,7 @@ "slot": "feet", "requirements": null }, - "price": 574.5 + "price": 320 }, "3107": { "id": 3107, @@ -46212,7 +46212,7 @@ "slot": "feet", "requirements": null }, - "price": 4292.5 + "price": 2865 }, "3109": { "id": 3109, @@ -46353,7 +46353,7 @@ "examine": "Large glistening bones which glow with a pale yellow aura.", "wiki_name": "Shaikahan bones", "wiki_url": "https://oldschool.runescape.wiki/w/Shaikahan_bones", - "price": 1687 + "price": 3601.5 }, "3125": { "id": 3125, @@ -46371,7 +46371,7 @@ "examine": "Fairly big bones which smell distinctly of Jogre.", "wiki_name": "Jogre bones", "wiki_url": "https://oldschool.runescape.wiki/w/Jogre_bones", - "price": 1191.5 + "price": 1554.5 }, "3127": { "id": 3127, @@ -46525,7 +46525,7 @@ "examine": "How am I supposed to eat that?!", "wiki_name": "Potato cactus", "wiki_url": "https://oldschool.runescape.wiki/w/Potato_cactus", - "price": 434 + "price": 28 }, "3140": { "id": 3140, @@ -46601,7 +46601,7 @@ "examine": "Cooked octopus. It looks very nutritious.", "wiki_name": "Cooked karambwan", "wiki_url": "https://oldschool.runescape.wiki/w/Cooked_karambwan", - "price": 501 + "price": 432 }, "3146": { "id": 3146, @@ -46747,7 +46747,7 @@ "examine": "A wide bodied and thin necked vessel, encrusted with sea salt.", "wiki_name": "Karambwan vessel (Empty)", "wiki_url": "https://oldschool.runescape.wiki/w/Karambwan_vessel#Empty", - "price": 2500 + "price": 1444 }, "3159": { "id": 3159, @@ -46765,7 +46765,7 @@ "examine": "This Karambwan Vessel is loaded with Karambwanji.", "wiki_name": "Karambwan vessel (Baited)", "wiki_url": "https://oldschool.runescape.wiki/w/Karambwan_vessel#Baited", - "price": 2017 + "price": 1569.5 }, "3161": { "id": 3161, @@ -46796,7 +46796,7 @@ "examine": "You swear you had more than three slices before.", "wiki_name": "Sliced banana", "wiki_url": "https://oldschool.runescape.wiki/w/Sliced_banana", - "price": 2550 + "price": 113 }, "3164": { "id": 3164, @@ -47462,7 +47462,7 @@ "examine": "These are small monkey bones.", "wiki_name": "Monkey bones", "wiki_url": "https://oldschool.runescape.wiki/w/Monkey_bones", - "price": 685 + "price": 437 }, "3185": { "id": 3185, @@ -47522,7 +47522,7 @@ "examine": "A spirit soaked piece of silk which can be used to remove poison.", "wiki_name": "Cleaning cloth", "wiki_url": "https://oldschool.runescape.wiki/w/Cleaning_cloth", - "price": 189 + "price": 366 }, "3190": { "id": 3190, @@ -47590,7 +47590,7 @@ } ] }, - "price": 5295 + "price": 27500 }, "3192": { "id": 3192, @@ -47658,7 +47658,7 @@ } ] }, - "price": 50394 + "price": 804.5 }, "3194": { "id": 3194, @@ -47795,7 +47795,7 @@ } ] }, - "price": 12115.5 + "price": 9000 }, "3198": { "id": 3198, @@ -47864,7 +47864,7 @@ } ] }, - "price": 4430 + "price": 5638 }, "3200": { "id": 3200, @@ -47933,7 +47933,7 @@ } ] }, - "price": 9500 + "price": 45693 }, "3202": { "id": 3202, @@ -48166,7 +48166,7 @@ "examine": "Some limestone.", "wiki_name": "Limestone", "wiki_url": "https://oldschool.runescape.wiki/w/Limestone", - "price": 188 + "price": 119 }, "3213": { "id": 3213, @@ -48361,7 +48361,7 @@ "examine": "Mmm this looks tasty.", "wiki_name": "Cooked rabbit", "wiki_url": "https://oldschool.runescape.wiki/w/Cooked_rabbit", - "price": 75.5 + "price": 345 }, "3230": { "id": 3230, @@ -48453,7 +48453,7 @@ "examine": "Bark from a hollow tree.", "wiki_name": "Bark", "wiki_url": "https://oldschool.runescape.wiki/w/Bark", - "price": 102 + "price": 69.5 }, "3241": { "id": 3241, @@ -48716,7 +48716,7 @@ "examine": "That used to be a vampyre!", "wiki_name": "Vampyre dust", "wiki_url": "https://oldschool.runescape.wiki/w/Vampyre_dust", - "price": 677 + "price": 993.5 }, "3327": { "id": 3327, @@ -48830,7 +48830,7 @@ "slot": "head", "requirements": null }, - "price": 1.5 + "price": 19.5 }, "3333": { "id": 3333, @@ -48906,7 +48906,7 @@ "slot": "head", "requirements": null }, - "price": 10.5 + "price": 186 }, "3337": { "id": 3337, @@ -48982,7 +48982,7 @@ "slot": "head", "requirements": null }, - "price": 1539.5 + "price": 924.5 }, "3341": { "id": 3341, @@ -49020,7 +49020,7 @@ "slot": "head", "requirements": null }, - "price": 112.5 + "price": 859 }, "3343": { "id": 3343, @@ -49058,7 +49058,7 @@ "slot": "head", "requirements": null }, - "price": 5200 + "price": 3728.5 }, "3345": { "id": 3345, @@ -49076,7 +49076,7 @@ "examine": "A large 'Myre' coloured blamish snail shell, looks protective.", "wiki_name": "Blamish myre shell (round)", "wiki_url": "https://oldschool.runescape.wiki/w/Blamish_myre_shell_(round)", - "price": 4876 + "price": 10275 }, "3347": { "id": 3347, @@ -49094,7 +49094,7 @@ "examine": "A large red and black blamish snail shell, looks protective.", "wiki_name": "Blamish red shell (round)", "wiki_url": "https://oldschool.runescape.wiki/w/Blamish_red_shell_(round)", - "price": 2623.5 + "price": 142.5 }, "3349": { "id": 3349, @@ -49112,7 +49112,7 @@ "examine": "A large muddy yellow coloured blamish snail shell, looks protective.", "wiki_name": "Blamish ochre shell (round)", "wiki_url": "https://oldschool.runescape.wiki/w/Blamish_ochre_shell_(round)", - "price": 5998 + "price": 132.5 }, "3351": { "id": 3351, @@ -49130,7 +49130,7 @@ "examine": "A large blue coloured blamish snail shell, looks protective.", "wiki_name": "Blamish blue shell (round)", "wiki_url": "https://oldschool.runescape.wiki/w/Blamish_blue_shell_(round)", - "price": 5447 + "price": 827 }, "3353": { "id": 3353, @@ -49148,7 +49148,7 @@ "examine": "A large bark coloured blamish snail shell, looks protective.", "wiki_name": "Blamish bark shell", "wiki_url": "https://oldschool.runescape.wiki/w/Blamish_bark_shell", - "price": 6750.5 + "price": 5500 }, "3355": { "id": 3355, @@ -49166,7 +49166,7 @@ "examine": "A large 'Myre' coloured blamish snail shell, looks protective.", "wiki_name": "Blamish myre shell (pointed)", "wiki_url": "https://oldschool.runescape.wiki/w/Blamish_myre_shell_(pointed)", - "price": 481 + "price": 6500.5 }, "3357": { "id": 3357, @@ -49184,7 +49184,7 @@ "examine": "A large red coloured blamish snail shell, looks protective.", "wiki_name": "Blamish red shell (pointed)", "wiki_url": "https://oldschool.runescape.wiki/w/Blamish_red_shell_(pointed)", - "price": 8399.5 + "price": 816 }, "3359": { "id": 3359, @@ -49202,7 +49202,7 @@ "examine": "A large ochre coloured blamish snail shell, looks protective.", "wiki_name": "Blamish ochre shell (pointed)", "wiki_url": "https://oldschool.runescape.wiki/w/Blamish_ochre_shell_(pointed)", - "price": 3708 + "price": 313 }, "3361": { "id": 3361, @@ -49220,7 +49220,7 @@ "examine": "A large blue coloured blamish snail shell, looks protective.", "wiki_name": "Blamish blue shell (pointed)", "wiki_url": "https://oldschool.runescape.wiki/w/Blamish_blue_shell_(pointed)", - "price": 6500 + "price": 2930 }, "3363": { "id": 3363, @@ -49238,7 +49238,7 @@ "examine": "The thin, slimy corpse of a deceased giant snail.", "wiki_name": "Thin snail", "wiki_url": "https://oldschool.runescape.wiki/w/Thin_snail", - "price": 344 + "price": 1428 }, "3365": { "id": 3365, @@ -49256,7 +49256,7 @@ "examine": "The lean, slimy corpse of a deceased giant snail.", "wiki_name": "Lean snail", "wiki_url": "https://oldschool.runescape.wiki/w/Lean_snail", - "price": 1408.5 + "price": 2052 }, "3367": { "id": 3367, @@ -49274,7 +49274,7 @@ "examine": "The fat, slimy corpse of a deceased giant snail.", "wiki_name": "Fat snail", "wiki_url": "https://oldschool.runescape.wiki/w/Fat_snail", - "price": 728 + "price": 1526 }, "3369": { "id": 3369, @@ -49292,7 +49292,7 @@ "examine": "A succulently slimy slice of sumptuous snail.", "wiki_name": "Thin snail meat", "wiki_url": "https://oldschool.runescape.wiki/w/Thin_snail_meat", - "price": 1163.5 + "price": 1914.5 }, "3371": { "id": 3371, @@ -49310,7 +49310,7 @@ "examine": "A succulently slimy slice of sumptuous snail.", "wiki_name": "Lean snail meat", "wiki_url": "https://oldschool.runescape.wiki/w/Lean_snail_meat", - "price": 2788.5 + "price": 2189 }, "3373": { "id": 3373, @@ -49378,7 +49378,7 @@ "examine": "A slime covered eel - yuck!", "wiki_name": "Raw slimy eel", "wiki_url": "https://oldschool.runescape.wiki/w/Raw_slimy_eel", - "price": 1050 + "price": 613 }, "3381": { "id": 3381, @@ -49396,7 +49396,7 @@ "examine": "A cooked slimy eel - not delicious, but pretty nutritious.", "wiki_name": "Cooked slimy eel", "wiki_url": "https://oldschool.runescape.wiki/w/Cooked_slimy_eel", - "price": 482 + "price": 136.5 }, "3383": { "id": 3383, @@ -49453,7 +49453,7 @@ "defence": 40 } }, - "price": 6606.5 + "price": 8050 }, "3387": { "id": 3387, @@ -49576,7 +49576,7 @@ "defence": 40 } }, - "price": 2639.5 + "price": 2206 }, "3393": { "id": 3393, @@ -49617,7 +49617,7 @@ "defence": 40 } }, - "price": 2880 + "price": 7650 }, "3395": { "id": 3395, @@ -49649,7 +49649,7 @@ "examine": "The remains of a deadly shade.", "wiki_name": "Loar remains", "wiki_url": "https://oldschool.runescape.wiki/w/Loar_remains", - "price": 464.5 + "price": 76 }, "3398": { "id": 3398, @@ -49667,7 +49667,7 @@ "examine": "The remains of a deadly shade.", "wiki_name": "Phrin remains", "wiki_url": "https://oldschool.runescape.wiki/w/Phrin_remains", - "price": 2749 + "price": 1684.5 }, "3400": { "id": 3400, @@ -49703,7 +49703,7 @@ "examine": "The remains of a deadly shade.", "wiki_name": "Asyn remains", "wiki_url": "https://oldschool.runescape.wiki/w/Asyn_remains", - "price": 2997 + "price": 1874 }, "3404": { "id": 3404, @@ -49739,7 +49739,7 @@ "examine": "I need another ingredient to finish this potion.", "wiki_name": "Unfinished potion", "wiki_url": "https://oldschool.runescape.wiki/w/Unfinished_potion", - "price": 634.5 + "price": 381 }, "3408": { "id": 3408, @@ -49757,7 +49757,7 @@ "examine": "4 doses serum 207 as described in Herbi Flax's diary.", "wiki_name": "Serum 207 (4 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Serum_207#4_dose", - "price": 19 + "price": 15.5 }, "3410": { "id": 3410, @@ -49775,7 +49775,7 @@ "examine": "3 doses serum 207 as described in Herbi Flax's diary.", "wiki_name": "Serum 207 (3 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Serum_207#3_dose", - "price": 3.5 + "price": 16 }, "3412": { "id": 3412, @@ -49811,7 +49811,7 @@ "examine": "1 dose serum 207 as described in Herbi Flax's diary.", "wiki_name": "Serum 207 (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Serum_207#1_dose", - "price": 3 + "price": 7 }, "3416": { "id": 3416, @@ -49885,7 +49885,7 @@ "examine": "A well carved limestone brick.", "wiki_name": "Limestone brick", "wiki_url": "https://oldschool.runescape.wiki/w/Limestone_brick", - "price": 115.5 + "price": 142.5 }, "3422": { "id": 3422, @@ -49903,7 +49903,7 @@ "examine": "4 doses of olive oil.", "wiki_name": "Olive oil (4 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Olive_oil#4_dose", - "price": 9.5 + "price": 52.5 }, "3424": { "id": 3424, @@ -49921,7 +49921,7 @@ "examine": "3 doses of olive oil.", "wiki_name": "Olive oil (3 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Olive_oil#3_dose", - "price": 12.5 + "price": 38 }, "3426": { "id": 3426, @@ -49939,7 +49939,7 @@ "examine": "2 doses of olive oil.", "wiki_name": "Olive oil (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Olive_oil#2_dose", - "price": 201 + "price": 2900 }, "3428": { "id": 3428, @@ -49957,7 +49957,7 @@ "examine": "1 dose of olive oil.", "wiki_name": "Olive oil (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Olive_oil#1_dose", - "price": 350 + "price": 11 }, "3430": { "id": 3430, @@ -49975,7 +49975,7 @@ "examine": "4 doses of sacred Oil.", "wiki_name": "Sacred oil (4 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Sacred_oil#4_dose", - "price": 2367.5 + "price": 3500 }, "3432": { "id": 3432, @@ -49993,7 +49993,7 @@ "examine": "3 doses of sacred Oil.", "wiki_name": "Sacred oil (3 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Sacred_oil#3_dose", - "price": 951 + "price": 3370.5 }, "3434": { "id": 3434, @@ -50011,7 +50011,7 @@ "examine": "2 doses of sacred Oil.", "wiki_name": "Sacred oil (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Sacred_oil#2_dose", - "price": 1027.5 + "price": 1409 }, "3436": { "id": 3436, @@ -50029,7 +50029,7 @@ "examine": "1 dose of sacred Oil.", "wiki_name": "Sacred oil (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Sacred_oil#1_dose", - "price": 564 + "price": 706 }, "3438": { "id": 3438, @@ -50047,7 +50047,7 @@ "examine": "Logs prepared with sacred oil for a funeral pyre.", "wiki_name": "Pyre logs", "wiki_url": "https://oldschool.runescape.wiki/w/Pyre_logs", - "price": 2677 + "price": 1267 }, "3440": { "id": 3440, @@ -50065,7 +50065,7 @@ "examine": "Oak logs prepared with sacred oil for a funeral pyre.", "wiki_name": "Oak pyre logs", "wiki_url": "https://oldschool.runescape.wiki/w/Oak_pyre_logs", - "price": 893 + "price": 2500 }, "3442": { "id": 3442, @@ -50083,7 +50083,7 @@ "examine": "Willow logs prepared with sacred oil for a funeral pyre.", "wiki_name": "Willow pyre logs", "wiki_url": "https://oldschool.runescape.wiki/w/Willow_pyre_logs", - "price": 3369.5 + "price": 3000 }, "3444": { "id": 3444, @@ -50119,7 +50119,7 @@ "examine": "Yew logs prepared with sacred oil for a funeral pyre.", "wiki_name": "Yew pyre logs", "wiki_url": "https://oldschool.runescape.wiki/w/Yew_pyre_logs", - "price": 3110 + "price": 3650.5 }, "3448": { "id": 3448, @@ -50137,7 +50137,7 @@ "examine": "Magic logs prepared with sacred oil for a funeral pyre.", "wiki_name": "Magic pyre logs", "wiki_url": "https://oldschool.runescape.wiki/w/Magic_pyre_logs", - "price": 3842 + "price": 4655 }, "3450": { "id": 3450, @@ -50474,7 +50474,7 @@ "defence": 10 } }, - "price": 6215.5 + "price": 3250.5 }, "3473": { "id": 3473, @@ -50513,7 +50513,7 @@ "defence": 10 } }, - "price": 11863 + "price": 3378.5 }, "3474": { "id": 3474, @@ -50591,7 +50591,7 @@ "defence": 30 } }, - "price": 13591 + "price": 5155 }, "3476": { "id": 3476, @@ -50825,7 +50825,7 @@ "defence": 40 } }, - "price": 5222555.5 + "price": 6497750.5 }, "3483": { "id": 3483, @@ -50903,7 +50903,7 @@ "defence": 40 } }, - "price": 573617 + "price": 1060050 }, "3486": { "id": 3486, @@ -50942,7 +50942,7 @@ "defence": 40 } }, - "price": 5453640.5 + "price": 5988502.5 }, "3488": { "id": 3488, @@ -51054,7 +51054,7 @@ "examine": "An exquisitely shaped tool specially designed for fixing temples.", "wiki_name": "Flamtaer hammer", "wiki_url": "https://oldschool.runescape.wiki/w/Flamtaer_hammer", - "price": 5159.5 + "price": 6447 }, "3680": { "id": 3680, @@ -52131,7 +52131,7 @@ "defence": 45 } }, - "price": 62878.5 + "price": 80699.5 }, "3753": { "id": 3753, @@ -52171,7 +52171,7 @@ "defence": 45 } }, - "price": 36339 + "price": 46038 }, "3755": { "id": 3755, @@ -52356,7 +52356,7 @@ "slot": "cape", "requirements": null }, - "price": 4501 + "price": 450.5 }, "3761": { "id": 3761, @@ -52546,7 +52546,7 @@ "slot": "body", "requirements": null }, - "price": 755 + "price": 563.5 }, "3771": { "id": 3771, @@ -52584,7 +52584,7 @@ "slot": "body", "requirements": null }, - "price": 5.5 + "price": 4.5 }, "3773": { "id": 3773, @@ -52660,7 +52660,7 @@ "slot": "body", "requirements": null }, - "price": 4836.5 + "price": 267.5 }, "3777": { "id": 3777, @@ -52736,7 +52736,7 @@ "slot": "cape", "requirements": null }, - "price": 4919.5 + "price": 998.5 }, "3781": { "id": 3781, @@ -52774,7 +52774,7 @@ "slot": "cape", "requirements": null }, - "price": 569.5 + "price": 1269 }, "3783": { "id": 3783, @@ -52812,7 +52812,7 @@ "slot": "cape", "requirements": null }, - "price": 2069 + "price": 1845 }, "3785": { "id": 3785, @@ -52888,7 +52888,7 @@ "slot": "cape", "requirements": null }, - "price": 5500 + "price": 449.5 }, "3789": { "id": 3789, @@ -52926,7 +52926,7 @@ "slot": "cape", "requirements": null }, - "price": 2947.5 + "price": 935.5 }, "3791": { "id": 3791, @@ -52964,7 +52964,7 @@ "slot": "feet", "requirements": null }, - "price": 239 + "price": 2459.5 }, "3793": { "id": 3793, @@ -53002,7 +53002,7 @@ "slot": "body", "requirements": null }, - "price": 1027.5 + "price": 877.5 }, "3795": { "id": 3795, @@ -53040,7 +53040,7 @@ "slot": "legs", "requirements": null }, - "price": 162 + "price": 370.5 }, "3797": { "id": 3797, @@ -53078,7 +53078,7 @@ "slot": "head", "requirements": null }, - "price": 1101 + "price": 3277 }, "3799": { "id": 3799, @@ -53116,7 +53116,7 @@ "slot": "hands", "requirements": null }, - "price": 104 + "price": 304 }, "3801": { "id": 3801, @@ -53152,7 +53152,7 @@ "examine": "Frothy and alcoholic.", "wiki_name": "Beer tankard", "wiki_url": "https://oldschool.runescape.wiki/w/Beer_tankard", - "price": 134.5 + "price": 86.5 }, "3805": { "id": 3805, @@ -53185,7 +53185,7 @@ "examine": "This seems to have been torn from a book...", "wiki_name": "Saradomin page 1", "wiki_url": "https://oldschool.runescape.wiki/w/Saradomin_page_1", - "price": 4001.5 + "price": 1519 }, "3828": { "id": 3828, @@ -53202,7 +53202,7 @@ "examine": "This seems to have been torn from a book...", "wiki_name": "Saradomin page 2", "wiki_url": "https://oldschool.runescape.wiki/w/Saradomin_page_2", - "price": 629.5 + "price": 1616.5 }, "3829": { "id": 3829, @@ -53219,7 +53219,7 @@ "examine": "This seems to have been torn from a book...", "wiki_name": "Saradomin page 3", "wiki_url": "https://oldschool.runescape.wiki/w/Saradomin_page_3", - "price": 7689.5 + "price": 2361 }, "3830": { "id": 3830, @@ -53236,7 +53236,7 @@ "examine": "This seems to have been torn from a book...", "wiki_name": "Saradomin page 4", "wiki_url": "https://oldschool.runescape.wiki/w/Saradomin_page_4", - "price": 2079.5 + "price": 3106 }, "3831": { "id": 3831, @@ -53253,7 +53253,7 @@ "examine": "This seems to have been torn from a book...", "wiki_name": "Zamorak page 1", "wiki_url": "https://oldschool.runescape.wiki/w/Zamorak_page_1", - "price": 15305.5 + "price": 1390 }, "3832": { "id": 3832, @@ -53270,7 +53270,7 @@ "examine": "This seems to have been torn from a book...", "wiki_name": "Zamorak page 2", "wiki_url": "https://oldschool.runescape.wiki/w/Zamorak_page_2", - "price": 128449.5 + "price": 4058 }, "3833": { "id": 3833, @@ -53287,7 +53287,7 @@ "examine": "This seems to have been torn from a book...", "wiki_name": "Zamorak page 3", "wiki_url": "https://oldschool.runescape.wiki/w/Zamorak_page_3", - "price": 5676.5 + "price": 1395 }, "3834": { "id": 3834, @@ -53304,7 +53304,7 @@ "examine": "This seems to have been torn from a book...", "wiki_name": "Zamorak page 4", "wiki_url": "https://oldschool.runescape.wiki/w/Zamorak_page_4", - "price": 22265 + "price": 1504 }, "3835": { "id": 3835, @@ -53321,7 +53321,7 @@ "examine": "This seems to have been torn from a book...", "wiki_name": "Guthix page 1", "wiki_url": "https://oldschool.runescape.wiki/w/Guthix_page_1", - "price": 1089.5 + "price": 200 }, "3836": { "id": 3836, @@ -53338,7 +53338,7 @@ "examine": "This seems to have been torn from a book...", "wiki_name": "Guthix page 2", "wiki_url": "https://oldschool.runescape.wiki/w/Guthix_page_2", - "price": 2438.5 + "price": 300 }, "3837": { "id": 3837, @@ -53355,7 +53355,7 @@ "examine": "This seems to have been torn from a book...", "wiki_name": "Guthix page 3", "wiki_url": "https://oldschool.runescape.wiki/w/Guthix_page_3", - "price": 1508 + "price": 532.5 }, "3838": { "id": 3838, @@ -53372,7 +53372,7 @@ "examine": "This seems to have been torn from a book...", "wiki_name": "Guthix page 4", "wiki_url": "https://oldschool.runescape.wiki/w/Guthix_page_4", - "price": 2795 + "price": 1197 }, "3839": { "id": 3839, @@ -54272,7 +54272,7 @@ "examine": "These are monkey nuts. Yummy.", "wiki_name": "Monkey nuts", "wiki_url": "https://oldschool.runescape.wiki/w/Monkey_nuts", - "price": 264.5 + "price": 164.5 }, "4014": { "id": 4014, @@ -54308,7 +54308,7 @@ "examine": "It's a bowl full of mushy banana.", "wiki_name": "Banana stew", "wiki_url": "https://oldschool.runescape.wiki/w/Banana_stew", - "price": 15000 + "price": 1958 }, "4018": { "id": 4018, @@ -55381,7 +55381,7 @@ "defence": 20 } }, - "price": 17506 + "price": 15309 }, "4091": { "id": 4091, @@ -55504,7 +55504,7 @@ "defence": 20 } }, - "price": 5749 + "price": 7075 }, "4097": { "id": 4097, @@ -55586,7 +55586,7 @@ "defence": 20 } }, - "price": 56740 + "price": 78628 }, "4101": { "id": 4101, @@ -55709,7 +55709,7 @@ "defence": 20 } }, - "price": 5635.5 + "price": 6583 }, "4107": { "id": 4107, @@ -55750,7 +55750,7 @@ "defence": 20 } }, - "price": 116155 + "price": 88389.5 }, "4109": { "id": 4109, @@ -55791,7 +55791,7 @@ "defence": 20 } }, - "price": 10813.5 + "price": 8193.5 }, "4111": { "id": 4111, @@ -55955,7 +55955,7 @@ "defence": 20 } }, - "price": 15710 + "price": 13543 }, "4119": { "id": 4119, @@ -55995,7 +55995,7 @@ "defence": 1 } }, - "price": 2711 + "price": 462.5 }, "4121": { "id": 4121, @@ -56075,7 +56075,7 @@ "defence": 5 } }, - "price": 89 + "price": 1566 }, "4125": { "id": 4125, @@ -56115,7 +56115,7 @@ "defence": 10 } }, - "price": 307.5 + "price": 237 }, "4127": { "id": 4127, @@ -56155,7 +56155,7 @@ "defence": 20 } }, - "price": 302.5 + "price": 1885.5 }, "4129": { "id": 4129, @@ -56195,7 +56195,7 @@ "defence": 30 } }, - "price": 12500 + "price": 1056.5 }, "4131": { "id": 4131, @@ -56456,7 +56456,7 @@ } ] }, - "price": 1392753 + "price": 1328355.5 }, "4153": { "id": 4153, @@ -56524,7 +56524,7 @@ } ] }, - "price": 102541 + "price": 200369 }, "4155": { "id": 4155, @@ -56579,7 +56579,7 @@ "defence": 20 } }, - "price": 2889.5 + "price": 5062.5 }, "4158": { "id": 4158, @@ -56720,7 +56720,7 @@ "examine": "A bag of salt.", "wiki_name": "Bag of salt", "wiki_url": "https://oldschool.runescape.wiki/w/Bag_of_salt", - "price": 31.5 + "price": 45.5 }, "4162": { "id": 4162, @@ -56738,7 +56738,7 @@ "examine": "I can even smash stone with this.", "wiki_name": "Rock hammer", "wiki_url": "https://oldschool.runescape.wiki/w/Rock_hammer", - "price": 597 + "price": 1365.5 }, "4164": { "id": 4164, @@ -56818,7 +56818,7 @@ "slayer": 15 } }, - "price": 1149.5 + "price": 564 }, "4168": { "id": 4168, @@ -56858,7 +56858,7 @@ "slayer": 60 } }, - "price": 266 + "price": 654.5 }, "4170": { "id": 4170, @@ -56941,7 +56941,7 @@ } ] }, - "price": 20500.5 + "price": 23296.5 }, "4178": { "id": 4178, @@ -57372,7 +57372,7 @@ "examine": "A seed to be sung into the finest crystal weapons.", "wiki_name": "Crystal weapon seed", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_weapon_seed", - "price": 169074 + "price": 199998.5 }, "4209": { "id": 4209, @@ -59410,7 +59410,7 @@ "slot": "body", "requirements": null }, - "price": 72.5 + "price": 115 }, "4300": { "id": 4300, @@ -59448,7 +59448,7 @@ "slot": "legs", "requirements": null }, - "price": 284.5 + "price": 491.5 }, "4302": { "id": 4302, @@ -59486,7 +59486,7 @@ "slot": "head", "requirements": null }, - "price": 537.5 + "price": 308 }, "4304": { "id": 4304, @@ -59524,7 +59524,7 @@ "slot": "cape", "requirements": null }, - "price": 2175 + "price": 180 }, "4306": { "id": 4306, @@ -59600,7 +59600,7 @@ "slot": "hands", "requirements": null }, - "price": 1283 + "price": 547 }, "4310": { "id": 4310, @@ -59638,7 +59638,7 @@ "slot": "feet", "requirements": null }, - "price": 2229.5 + "price": 3183.5 }, "4313": { "id": 4313, @@ -59691,7 +59691,7 @@ "slot": "cape", "requirements": null }, - "price": 612.5 + "price": 426 }, "4317": { "id": 4317, @@ -59728,7 +59728,7 @@ "slot": "cape", "requirements": null }, - "price": 170.5 + "price": 1500 }, "4319": { "id": 4319, @@ -59765,7 +59765,7 @@ "slot": "cape", "requirements": null }, - "price": 2608 + "price": 182.5 }, "4321": { "id": 4321, @@ -59802,7 +59802,7 @@ "slot": "cape", "requirements": null }, - "price": 73 + "price": 1049.5 }, "4323": { "id": 4323, @@ -59839,7 +59839,7 @@ "slot": "cape", "requirements": null }, - "price": 668.5 + "price": 10256 }, "4325": { "id": 4325, @@ -59876,7 +59876,7 @@ "slot": "cape", "requirements": null }, - "price": 48.5 + "price": 111.5 }, "4327": { "id": 4327, @@ -59913,7 +59913,7 @@ "slot": "cape", "requirements": null }, - "price": 155 + "price": 900 }, "4329": { "id": 4329, @@ -59987,7 +59987,7 @@ "slot": "cape", "requirements": null }, - "price": 103.5 + "price": 64 }, "4333": { "id": 4333, @@ -60024,7 +60024,7 @@ "slot": "cape", "requirements": null }, - "price": 226.5 + "price": 450.5 }, "4335": { "id": 4335, @@ -60061,7 +60061,7 @@ "slot": "cape", "requirements": null }, - "price": 184.5 + "price": 478.5 }, "4337": { "id": 4337, @@ -60098,7 +60098,7 @@ "slot": "cape", "requirements": null }, - "price": 260 + "price": 607 }, "4339": { "id": 4339, @@ -60135,7 +60135,7 @@ "slot": "cape", "requirements": null }, - "price": 152.5 + "price": 349 }, "4341": { "id": 4341, @@ -60172,7 +60172,7 @@ "slot": "cape", "requirements": null }, - "price": 243.5 + "price": 538.5 }, "4343": { "id": 4343, @@ -60209,7 +60209,7 @@ "slot": "cape", "requirements": null }, - "price": 1036.5 + "price": 4773 }, "4345": { "id": 4345, @@ -60246,7 +60246,7 @@ "slot": "cape", "requirements": null }, - "price": 47 + "price": 131 }, "4347": { "id": 4347, @@ -60283,7 +60283,7 @@ "slot": "cape", "requirements": null }, - "price": 2110.5 + "price": 154.5 }, "4349": { "id": 4349, @@ -60320,7 +60320,7 @@ "slot": "cape", "requirements": null }, - "price": 1475 + "price": 654.5 }, "4351": { "id": 4351, @@ -60357,7 +60357,7 @@ "slot": "cape", "requirements": null }, - "price": 401.5 + "price": 5062 }, "4353": { "id": 4353, @@ -60394,7 +60394,7 @@ "slot": "cape", "requirements": null }, - "price": 405 + "price": 658 }, "4355": { "id": 4355, @@ -60431,7 +60431,7 @@ "slot": "cape", "requirements": null }, - "price": 675.5 + "price": 267 }, "4357": { "id": 4357, @@ -60468,7 +60468,7 @@ "slot": "cape", "requirements": null }, - "price": 219 + "price": 2886 }, "4359": { "id": 4359, @@ -60505,7 +60505,7 @@ "slot": "cape", "requirements": null }, - "price": 62.5 + "price": 256 }, "4361": { "id": 4361, @@ -60542,7 +60542,7 @@ "slot": "cape", "requirements": null }, - "price": 372.5 + "price": 5000 }, "4363": { "id": 4363, @@ -60579,7 +60579,7 @@ "slot": "cape", "requirements": null }, - "price": 216 + "price": 3150 }, "4365": { "id": 4365, @@ -60616,7 +60616,7 @@ "slot": "cape", "requirements": null }, - "price": 49.5 + "price": 249 }, "4367": { "id": 4367, @@ -60653,7 +60653,7 @@ "slot": "cape", "requirements": null }, - "price": 149 + "price": 183.5 }, "4369": { "id": 4369, @@ -60690,7 +60690,7 @@ "slot": "cape", "requirements": null }, - "price": 141 + "price": 1645 }, "4371": { "id": 4371, @@ -60727,7 +60727,7 @@ "slot": "cape", "requirements": null }, - "price": 630 + "price": 39 }, "4373": { "id": 4373, @@ -60764,7 +60764,7 @@ "slot": "cape", "requirements": null }, - "price": 300 + "price": 335 }, "4375": { "id": 4375, @@ -60801,7 +60801,7 @@ "slot": "cape", "requirements": null }, - "price": 370 + "price": 658 }, "4377": { "id": 4377, @@ -60838,7 +60838,7 @@ "slot": "cape", "requirements": null }, - "price": 100 + "price": 1519.5 }, "4379": { "id": 4379, @@ -60875,7 +60875,7 @@ "slot": "cape", "requirements": null }, - "price": 116.5 + "price": 765 }, "4381": { "id": 4381, @@ -60912,7 +60912,7 @@ "slot": "cape", "requirements": null }, - "price": 299.5 + "price": 1872 }, "4383": { "id": 4383, @@ -60949,7 +60949,7 @@ "slot": "cape", "requirements": null }, - "price": 540 + "price": 1863.5 }, "4385": { "id": 4385, @@ -60986,7 +60986,7 @@ "slot": "cape", "requirements": null }, - "price": 112 + "price": 17 }, "4387": { "id": 4387, @@ -61023,7 +61023,7 @@ "slot": "cape", "requirements": null }, - "price": 61 + "price": 13 }, "4389": { "id": 4389, @@ -61060,7 +61060,7 @@ "slot": "cape", "requirements": null }, - "price": 762.5 + "price": 2633.5 }, "4391": { "id": 4391, @@ -61097,7 +61097,7 @@ "slot": "cape", "requirements": null }, - "price": 37.5 + "price": 88 }, "4393": { "id": 4393, @@ -61134,7 +61134,7 @@ "slot": "cape", "requirements": null }, - "price": 21.5 + "price": 204.5 }, "4395": { "id": 4395, @@ -61171,7 +61171,7 @@ "slot": "cape", "requirements": null }, - "price": 125 + "price": 47.5 }, "4397": { "id": 4397, @@ -61245,7 +61245,7 @@ "slot": "cape", "requirements": null }, - "price": 163.5 + "price": 234.5 }, "4401": { "id": 4401, @@ -61282,7 +61282,7 @@ "slot": "cape", "requirements": null }, - "price": 3001.5 + "price": 1175 }, "4403": { "id": 4403, @@ -61356,7 +61356,7 @@ "slot": "cape", "requirements": null }, - "price": 43 + "price": 22 }, "4407": { "id": 4407, @@ -61393,7 +61393,7 @@ "slot": "cape", "requirements": null }, - "price": 251 + "price": 139.5 }, "4409": { "id": 4409, @@ -61430,7 +61430,7 @@ "slot": "cape", "requirements": null }, - "price": 398.5 + "price": 294.5 }, "4411": { "id": 4411, @@ -61467,7 +61467,7 @@ "slot": "cape", "requirements": null }, - "price": 359 + "price": 259.5 }, "4413": { "id": 4413, @@ -61504,7 +61504,7 @@ "slot": "cape", "requirements": null }, - "price": 874.5 + "price": 323.5 }, "4415": { "id": 4415, @@ -61550,7 +61550,7 @@ "examine": "A cup of Guthix Rest.", "wiki_name": "Guthix rest (4)", "wiki_url": "https://oldschool.runescape.wiki/w/Guthix_rest#(4)", - "price": 2831.5 + "price": 1764.5 }, "4419": { "id": 4419, @@ -61568,7 +61568,7 @@ "examine": "A cup of Guthix Rest.", "wiki_name": "Guthix rest (3)", "wiki_url": "https://oldschool.runescape.wiki/w/Guthix_rest#(3)", - "price": 1592 + "price": 1295 }, "4421": { "id": 4421, @@ -61586,7 +61586,7 @@ "examine": "A cup of Guthix Rest.", "wiki_name": "Guthix rest (2)", "wiki_url": "https://oldschool.runescape.wiki/w/Guthix_rest#(2)", - "price": 796 + "price": 10378.5 }, "4423": { "id": 4423, @@ -61604,7 +61604,7 @@ "examine": "A cup of Guthix Rest.", "wiki_name": "Guthix rest (1)", "wiki_url": "https://oldschool.runescape.wiki/w/Guthix_rest#(1)", - "price": 567 + "price": 356 }, "4425": { "id": 4425, @@ -61776,7 +61776,7 @@ "examine": "This is pretty well sealed.", "wiki_name": "Airtight pot", "wiki_url": "https://oldschool.runescape.wiki/w/Airtight_pot", - "price": 627.5 + "price": 1668 }, "4438": { "id": 4438, @@ -61794,7 +61794,7 @@ "examine": "This needs firing, then it should fit on a normal-sized pot.", "wiki_name": "Unfired pot lid", "wiki_url": "https://oldschool.runescape.wiki/w/Unfired_pot_lid", - "price": 165.5 + "price": 68 }, "4440": { "id": 4440, @@ -61812,7 +61812,7 @@ "examine": "This should fit on a normal-sized pot.", "wiki_name": "Pot lid", "wiki_url": "https://oldschool.runescape.wiki/w/Pot_lid", - "price": 1000 + "price": 204.5 }, "4442": { "id": 4442, @@ -61912,7 +61912,7 @@ "examine": "It's a bowl of hot water.", "wiki_name": "Bowl of hot water", "wiki_url": "https://oldschool.runescape.wiki/w/Bowl_of_hot_water", - "price": 212 + "price": 114.5 }, "4458": { "id": 4458, @@ -61930,7 +61930,7 @@ "examine": "A cup of water.", "wiki_name": "Cup of water", "wiki_url": "https://oldschool.runescape.wiki/w/Cup_of_water", - "price": 559 + "price": 10 }, "4460": { "id": 4460, @@ -61948,7 +61948,7 @@ "examine": "It's hot!", "wiki_name": "Cup of hot water", "wiki_url": "https://oldschool.runescape.wiki/w/Cup_of_hot_water", - "price": 502 + "price": 195 }, "4462": { "id": 4462, @@ -62899,7 +62899,7 @@ "examine": "This could feed a family of gnomes for a week!", "wiki_name": "Giant frog legs", "wiki_url": "https://oldschool.runescape.wiki/w/Giant_frog_legs", - "price": 7484.5 + "price": 2761.5 }, "4519": { "id": 4519, @@ -62944,7 +62944,7 @@ "examine": "Not the genie sort.", "wiki_name": "Oil lamp (Unlit)", "wiki_url": "https://oldschool.runescape.wiki/w/Oil_lamp#Unlit", - "price": 3468.5 + "price": 3861 }, "4524": { "id": 4524, @@ -62976,7 +62976,7 @@ "examine": "An oil lamp with no oil in it.", "wiki_name": "Empty oil lamp", "wiki_url": "https://oldschool.runescape.wiki/w/Empty_oil_lamp", - "price": 4 + "price": 14 }, "4527": { "id": 4527, @@ -62994,7 +62994,7 @@ "examine": "Put a candle in to complete it.", "wiki_name": "Empty candle lantern", "wiki_url": "https://oldschool.runescape.wiki/w/Empty_candle_lantern", - "price": 8 + "price": 6 }, "4529": { "id": 4529, @@ -63011,7 +63011,7 @@ "examine": "A candle in a glass cage.", "wiki_name": "Candle lantern (Unlit (white candle))", "wiki_url": "https://oldschool.runescape.wiki/w/Candle_lantern#Unlit_(white_candle)", - "price": 526 + "price": 915 }, "4531": { "id": 4531, @@ -63042,7 +63042,7 @@ "examine": "A candle in a glass cage.", "wiki_name": "Candle lantern (Unlit (black candle))", "wiki_url": "https://oldschool.runescape.wiki/w/Candle_lantern#Unlit_(black_candle)", - "price": 12633 + "price": 50921 }, "4534": { "id": 4534, @@ -63074,7 +63074,7 @@ "examine": "Put oil in to complete it.", "wiki_name": "Empty oil lantern", "wiki_url": "https://oldschool.runescape.wiki/w/Empty_oil_lantern", - "price": 74 + "price": 45 }, "4537": { "id": 4537, @@ -63092,7 +63092,7 @@ "examine": "An unlit oil lantern.", "wiki_name": "Oil lantern (Unlit)", "wiki_url": "https://oldschool.runescape.wiki/w/Oil_lantern#Unlit", - "price": 302.5 + "price": 370.5 }, "4539": { "id": 4539, @@ -63124,7 +63124,7 @@ "examine": "Add the glass to complete.", "wiki_name": "Oil lantern frame", "wiki_url": "https://oldschool.runescape.wiki/w/Oil_lantern_frame", - "price": 49 + "price": 80.5 }, "4542": { "id": 4542, @@ -63142,7 +63142,7 @@ "examine": "A roughly circular disc of glass.", "wiki_name": "Lantern lens", "wiki_url": "https://oldschool.runescape.wiki/w/Lantern_lens", - "price": 13 + "price": 16 }, "4544": { "id": 4544, @@ -63160,7 +63160,7 @@ "examine": "You need to add a lens before you can use it.", "wiki_name": "Bullseye lantern (unf)", "wiki_url": "https://oldschool.runescape.wiki/w/Bullseye_lantern_(unf)", - "price": 173.5 + "price": 228.5 }, "4546": { "id": 4546, @@ -63178,7 +63178,7 @@ "examine": "You need to add lamp oil before you can use it.", "wiki_name": "Bullseye lantern (empty)", "wiki_url": "https://oldschool.runescape.wiki/w/Bullseye_lantern_(empty)", - "price": 567 + "price": 200 }, "4548": { "id": 4548, @@ -63250,7 +63250,7 @@ "defence": 5 } }, - "price": 520.5 + "price": 1513 }, "4558": { "id": 4558, @@ -63699,7 +63699,7 @@ } ] }, - "price": 853.5 + "price": 1031.5 }, "4582": { "id": 4582, @@ -63774,7 +63774,7 @@ } ] }, - "price": 667.5 + "price": 250.5 }, "4584": { "id": 4584, @@ -64004,7 +64004,7 @@ "examine": "Wear it on your head.", "wiki_name": "Kharidian headpiece", "wiki_url": "https://oldschool.runescape.wiki/w/Kharidian_headpiece", - "price": 2000 + "price": 947 }, "4593": { "id": 4593, @@ -64022,7 +64022,7 @@ "examine": "Makes me itch.", "wiki_name": "Fake beard", "wiki_url": "https://oldschool.runescape.wiki/w/Fake_beard", - "price": 184 + "price": 443 }, "4595": { "id": 4595, @@ -64308,7 +64308,7 @@ "examine": "A meaty and very hot kebab.", "wiki_name": "Super kebab", "wiki_url": "https://oldschool.runescape.wiki/w/Super_kebab", - "price": 1116 + "price": 1459.5 }, "4610": { "id": 4610, @@ -64546,7 +64546,7 @@ "examine": "A cheeky little lager.", "wiki_name": "Bandit's brew", "wiki_url": "https://oldschool.runescape.wiki/w/Bandit's_brew", - "price": 1517 + "price": 1986.5 }, "4653": { "id": 4653, @@ -64794,7 +64794,7 @@ "examine": "Finely ground garlic powder.", "wiki_name": "Garlic powder", "wiki_url": "https://oldschool.runescape.wiki/w/Garlic_powder", - "price": 237 + "price": 49 }, "4670": { "id": 4670, @@ -65079,7 +65079,7 @@ "examine": "One sheet of mummy wrap.", "wiki_name": "Linen", "wiki_url": "https://oldschool.runescape.wiki/w/Linen", - "price": 1187 + "price": 419.5 }, "4686": { "id": 4686, @@ -65111,7 +65111,7 @@ "examine": "It's a bucket of sap.", "wiki_name": "Bucket of sap", "wiki_url": "https://oldschool.runescape.wiki/w/Bucket_of_sap", - "price": 397 + "price": 690 }, "4689": { "id": 4689, @@ -65172,7 +65172,7 @@ "examine": "A combined Water and Fire Rune.", "wiki_name": "Steam rune", "wiki_url": "https://oldschool.runescape.wiki/w/Steam_rune", - "price": 133 + "price": 50.5 }, "4695": { "id": 4695, @@ -65189,7 +65189,7 @@ "examine": "A combined Air and Water Rune.", "wiki_name": "Mist rune", "wiki_url": "https://oldschool.runescape.wiki/w/Mist_rune", - "price": 113.5 + "price": 87 }, "4696": { "id": 4696, @@ -65206,7 +65206,7 @@ "examine": "A combined Air and Earth Rune.", "wiki_name": "Dust rune", "wiki_url": "https://oldschool.runescape.wiki/w/Dust_rune", - "price": 6.5 + "price": 10.5 }, "4697": { "id": 4697, @@ -65223,7 +65223,7 @@ "examine": "A combined Air and Fire Rune.", "wiki_name": "Smoke rune", "wiki_url": "https://oldschool.runescape.wiki/w/Smoke_rune", - "price": 109 + "price": 25 }, "4698": { "id": 4698, @@ -65240,7 +65240,7 @@ "examine": "A combined Earth and Water Rune.", "wiki_name": "Mud rune", "wiki_url": "https://oldschool.runescape.wiki/w/Mud_rune", - "price": 162 + "price": 78.5 }, "4699": { "id": 4699, @@ -65257,7 +65257,7 @@ "examine": "A combined Earth and Fire Rune.", "wiki_name": "Lava rune", "wiki_url": "https://oldschool.runescape.wiki/w/Lava_rune", - "price": 6 + "price": 12 }, "4700": { "id": 4700, @@ -65368,7 +65368,7 @@ "defence": 70 } }, - "price": 100762 + "price": 152365.5 }, "4710": { "id": 4710, @@ -65451,7 +65451,7 @@ } ] }, - "price": 126269.5 + "price": 170035.5 }, "4712": { "id": 4712, @@ -65492,7 +65492,7 @@ "defence": 70 } }, - "price": 4586733 + "price": 3371347 }, "4714": { "id": 4714, @@ -65533,7 +65533,7 @@ "defence": 70 } }, - "price": 3068211.5 + "price": 2455000 }, "4716": { "id": 4716, @@ -65573,7 +65573,7 @@ "defence": 70 } }, - "price": 327149.5 + "price": 568894 }, "4718": { "id": 4718, @@ -65649,7 +65649,7 @@ } ] }, - "price": 1542503.5 + "price": 882068.5 }, "4720": { "id": 4720, @@ -65689,7 +65689,7 @@ "defence": 70 } }, - "price": 926710 + "price": 869893.5 }, "4722": { "id": 4722, @@ -65729,7 +65729,7 @@ "defence": 70 } }, - "price": 980397 + "price": 799654 }, "4724": { "id": 4724, @@ -65769,7 +65769,7 @@ "defence": 70 } }, - "price": 194393 + "price": 129309 }, "4726": { "id": 4726, @@ -65844,7 +65844,7 @@ } ] }, - "price": 257237.5 + "price": 193399.5 }, "4728": { "id": 4728, @@ -65924,7 +65924,7 @@ "defence": 70 } }, - "price": 200886 + "price": 262428 }, "4732": { "id": 4732, @@ -65965,7 +65965,7 @@ "defence": 70 } }, - "price": 53071.5 + "price": 65535.5 }, "4734": { "id": 4734, @@ -66033,7 +66033,7 @@ } ] }, - "price": 100323.5 + "price": 118611.5 }, "4736": { "id": 4736, @@ -66074,7 +66074,7 @@ "defence": 70 } }, - "price": 1744000 + "price": 1441891 }, "4738": { "id": 4738, @@ -66115,7 +66115,7 @@ "defence": 70 } }, - "price": 443816 + "price": 583308.5 }, "4740": { "id": 4740, @@ -66152,7 +66152,7 @@ "slot": "ammo", "requirements": null }, - "price": 82.5 + "price": 49 }, "4745": { "id": 4745, @@ -66192,7 +66192,7 @@ "defence": 70 } }, - "price": 104126 + "price": 111202 }, "4747": { "id": 4747, @@ -66261,7 +66261,7 @@ } ] }, - "price": 103675 + "price": 114854.5 }, "4749": { "id": 4749, @@ -66301,7 +66301,7 @@ "defence": 70 } }, - "price": 185277 + "price": 233975 }, "4751": { "id": 4751, @@ -66341,7 +66341,7 @@ "defence": 70 } }, - "price": 220888.5 + "price": 237541.5 }, "4753": { "id": 4753, @@ -66456,7 +66456,7 @@ } ] }, - "price": 148351 + "price": 100938.5 }, "4757": { "id": 4757, @@ -66496,7 +66496,7 @@ "defence": 70 } }, - "price": 185497.5 + "price": 179176.5 }, "4759": { "id": 4759, @@ -66536,7 +66536,7 @@ "defence": 70 } }, - "price": 206055.5 + "price": 238949 }, "4773": { "id": 4773, @@ -66575,7 +66575,7 @@ "ranged": 1 } }, - "price": 58.5 + "price": 151.5 }, "4778": { "id": 4778, @@ -66614,7 +66614,7 @@ "ranged": 1 } }, - "price": 200.5 + "price": 107 }, "4783": { "id": 4783, @@ -66653,7 +66653,7 @@ "ranged": 5 } }, - "price": 68.5 + "price": 60.5 }, "4788": { "id": 4788, @@ -66692,7 +66692,7 @@ "ranged": 10 } }, - "price": 584 + "price": 447 }, "4793": { "id": 4793, @@ -66731,7 +66731,7 @@ "ranged": 20 } }, - "price": 381 + "price": 161.5 }, "4798": { "id": 4798, @@ -66770,7 +66770,7 @@ "ranged": 30 } }, - "price": 384.5 + "price": 247.5 }, "4803": { "id": 4803, @@ -66964,7 +66964,7 @@ "examine": "Keeps things in place fairly permanently.", "wiki_name": "Bronze nails", "wiki_url": "https://oldschool.runescape.wiki/w/Bronze_nails", - "price": 6 + "price": 10 }, "4820": { "id": 4820, @@ -66981,7 +66981,7 @@ "examine": "Keeps things in place fairly permanently.", "wiki_name": "Iron nails", "wiki_url": "https://oldschool.runescape.wiki/w/Iron_nails", - "price": 5.5 + "price": 18 }, "4821": { "id": 4821, @@ -66998,7 +66998,7 @@ "examine": "Keeps things in place fairly permanently.", "wiki_name": "Black nails", "wiki_url": "https://oldschool.runescape.wiki/w/Black_nails", - "price": 1130.5 + "price": 3017.5 }, "4822": { "id": 4822, @@ -67015,7 +67015,7 @@ "examine": "Keeps things in place fairly permanently.", "wiki_name": "Mithril nails", "wiki_url": "https://oldschool.runescape.wiki/w/Mithril_nails", - "price": 49.5 + "price": 41 }, "4823": { "id": 4823, @@ -67067,7 +67067,7 @@ "examine": "An unstrung composite ogre bow.", "wiki_name": "Unstrung comp bow", "wiki_url": "https://oldschool.runescape.wiki/w/Unstrung_comp_bow", - "price": 516 + "price": 3999 }, "4827": { "id": 4827, @@ -67135,7 +67135,7 @@ } ] }, - "price": 10000 + "price": 6381.5 }, "4829": { "id": 4829, @@ -67167,7 +67167,7 @@ "examine": "Ancient ogre bones from the ogre burial tomb.", "wiki_name": "Fayrg bones", "wiki_url": "https://oldschool.runescape.wiki/w/Fayrg_bones", - "price": 3553.5 + "price": 5798 }, "4832": { "id": 4832, @@ -67185,7 +67185,7 @@ "examine": "Ancient ogre bones from the ogre burial tomb.", "wiki_name": "Raurg bones", "wiki_url": "https://oldschool.runescape.wiki/w/Raurg_bones", - "price": 4422 + "price": 6418.5 }, "4834": { "id": 4834, @@ -67203,7 +67203,7 @@ "examine": "Ancient ogre bones from the ogre burial tomb.", "wiki_name": "Ourg bones", "wiki_url": "https://oldschool.runescape.wiki/w/Ourg_bones", - "price": 37626.5 + "price": 84179 }, "4836": { "id": 4836, @@ -67289,7 +67289,7 @@ "examine": "4 doses of Relicym's balm, which helps cure disease.", "wiki_name": "Relicym's balm (4 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Relicym's_balm#4_dose", - "price": 1497 + "price": 945 }, "4844": { "id": 4844, @@ -67307,7 +67307,7 @@ "examine": "3 doses of Relicym's balm, which helps cure disease.", "wiki_name": "Relicym's balm (3 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Relicym's_balm#3_dose", - "price": 307.5 + "price": 390 }, "4846": { "id": 4846, @@ -67325,7 +67325,7 @@ "examine": "2 doses of Relicym's balm, which helps cure disease.", "wiki_name": "Relicym's balm (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Relicym's_balm#2_dose", - "price": 255 + "price": 179.5 }, "4848": { "id": 4848, @@ -67343,7 +67343,7 @@ "examine": "1 dose of Relicym's balm, which helps cure disease.", "wiki_name": "Relicym's balm (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Relicym's_balm#1_dose", - "price": 76.5 + "price": 264.5 }, "4850": { "id": 4850, @@ -67361,7 +67361,7 @@ "examine": "A key which opens coffins!.", "wiki_name": "Ogre coffin key", "wiki_url": "https://oldschool.runescape.wiki/w/Ogre_coffin_key", - "price": 1248.5 + "price": 2082 }, "4852": { "id": 4852, @@ -67583,7 +67583,7 @@ "examine": "Ahrim the Blighted's leather hood.", "wiki_name": "Ahrim's hood (0)", "wiki_url": "https://oldschool.runescape.wiki/w/Ahrim's_hood#0", - "price": 25773.5 + "price": 106642 }, "4862": { "id": 4862, @@ -68083,7 +68083,7 @@ "examine": "Ahrim the Blighted's armoured robe top.", "wiki_name": "Ahrim's robetop (0)", "wiki_url": "https://oldschool.runescape.wiki/w/Ahrim's_robetop#0", - "price": 4501000 + "price": 3234928 }, "4874": { "id": 4874, @@ -68249,7 +68249,7 @@ "examine": "Ahrim the Blighted's armoured robe skirt.", "wiki_name": "Ahrim's robeskirt (0)", "wiki_url": "https://oldschool.runescape.wiki/w/Ahrim's_robeskirt#0", - "price": 3001785.5 + "price": 2333620 }, "4880": { "id": 4880, @@ -68411,7 +68411,7 @@ "examine": "Dharok the Wretched's helm.", "wiki_name": "Dharok's helm (0)", "wiki_url": "https://oldschool.runescape.wiki/w/Dharok's_helm#0", - "price": 283222 + "price": 542357 }, "4886": { "id": 4886, @@ -68717,7 +68717,7 @@ "examine": "Dharok the Wretched's greataxe.", "wiki_name": "Dharok's greataxe (0)", "wiki_url": "https://oldschool.runescape.wiki/w/Dharok's_greataxe#0", - "price": 1499500 + "price": 821921 }, "4892": { "id": 4892, @@ -68879,7 +68879,7 @@ "examine": "Dharok the Wretched's platebody armour.", "wiki_name": "Dharok's platebody (0)", "wiki_url": "https://oldschool.runescape.wiki/w/Dharok's_platebody#0", - "price": 876948 + "price": 841500 }, "4898": { "id": 4898, @@ -69041,7 +69041,7 @@ "examine": "Dharok the Wretched's plate leg armour.", "wiki_name": "Dharok's platelegs (0)", "wiki_url": "https://oldschool.runescape.wiki/w/Dharok's_platelegs#0", - "price": 914019.5 + "price": 729694 }, "4904": { "id": 4904, @@ -69203,7 +69203,7 @@ "examine": "Guthan the Infested's helm.", "wiki_name": "Guthan's helm (0)", "wiki_url": "https://oldschool.runescape.wiki/w/Guthan's_helm#0", - "price": 159000 + "price": 71728.5 }, "4910": { "id": 4910, @@ -69505,7 +69505,7 @@ "examine": "Guthan the Infested's warspear.", "wiki_name": "Guthan's warspear (0)", "wiki_url": "https://oldschool.runescape.wiki/w/Guthan's_warspear#0", - "price": 185465 + "price": 113822.5 }, "4916": { "id": 4916, @@ -69667,7 +69667,7 @@ "examine": "Guthan the Infested's platebody armour.", "wiki_name": "Guthan's platebody (0)", "wiki_url": "https://oldschool.runescape.wiki/w/Guthan's_platebody#0", - "price": 242500 + "price": 201348.5 }, "4922": { "id": 4922, @@ -69995,7 +69995,7 @@ "examine": "Karil the Tainted's coif.", "wiki_name": "Karil's coif (0)", "wiki_url": "https://oldschool.runescape.wiki/w/Karil's_coif#0", - "price": 19272 + "price": 25034 }, "4934": { "id": 4934, @@ -70435,7 +70435,7 @@ "examine": "Karil the Tainted's leather body armour.", "wiki_name": "Karil's leathertop (0)", "wiki_url": "https://oldschool.runescape.wiki/w/Karil's_leathertop#0", - "price": 1670246.5 + "price": 1361155 }, "4946": { "id": 4946, @@ -70601,7 +70601,7 @@ "examine": "Karil the Tainted's leather skirt.", "wiki_name": "Karil's leatherskirt (0)", "wiki_url": "https://oldschool.runescape.wiki/w/Karil's_leatherskirt#0", - "price": 380748.5 + "price": 502386.5 }, "4952": { "id": 4952, @@ -71365,7 +71365,7 @@ "examine": "Torag the Corrupted's plate leg armour.", "wiki_name": "Torag's platelegs (0)", "wiki_url": "https://oldschool.runescape.wiki/w/Torag's_platelegs#0", - "price": 165873.5 + "price": 185720.5 }, "4976": { "id": 4976, @@ -71527,7 +71527,7 @@ "examine": "Verac the Defiled's helm.", "wiki_name": "Verac's helm (0)", "wiki_url": "https://oldschool.runescape.wiki/w/Verac's_helm#0", - "price": 85256.5 + "price": 62461 }, "4982": { "id": 4982, @@ -72153,7 +72153,7 @@ "examine": "Verac the Defiled's plate skirt.", "wiki_name": "Verac's plateskirt (0)", "wiki_url": "https://oldschool.runescape.wiki/w/Verac's_plateskirt#0", - "price": 169269 + "price": 178418.5 }, "5001": { "id": 5001, @@ -72171,7 +72171,7 @@ "examine": "It's incredibly slimy.", "wiki_name": "Raw cave eel", "wiki_url": "https://oldschool.runescape.wiki/w/Raw_cave_eel", - "price": 125 + "price": 106.5 }, "5002": { "id": 5002, @@ -72205,7 +72205,7 @@ "examine": "It's a bit slimy.", "wiki_name": "Cave eel", "wiki_url": "https://oldschool.runescape.wiki/w/Cave_eel", - "price": 123 + "price": 74.5 }, "5004": { "id": 5004, @@ -72359,7 +72359,7 @@ "slot": "head", "requirements": null }, - "price": 222 + "price": 336.5 }, "5016": { "id": 5016, @@ -72432,7 +72432,7 @@ } ] }, - "price": 3000.5 + "price": 720.5 }, "5018": { "id": 5018, @@ -72498,7 +72498,7 @@ } ] }, - "price": 1250 + "price": 613 }, "5020": { "id": 5020, @@ -72592,7 +72592,7 @@ "slot": "body", "requirements": null }, - "price": 499 + "price": 645.5 }, "5026": { "id": 5026, @@ -72630,7 +72630,7 @@ "slot": "body", "requirements": null }, - "price": 810 + "price": 2431.5 }, "5028": { "id": 5028, @@ -72668,7 +72668,7 @@ "slot": "body", "requirements": null }, - "price": 518.5 + "price": 829 }, "5030": { "id": 5030, @@ -72744,7 +72744,7 @@ "slot": "body", "requirements": null }, - "price": 10477 + "price": 241.5 }, "5034": { "id": 5034, @@ -72782,7 +72782,7 @@ "slot": "body", "requirements": null }, - "price": 50679 + "price": 2328.5 }, "5036": { "id": 5036, @@ -72820,7 +72820,7 @@ "slot": "legs", "requirements": null }, - "price": 465 + "price": 1285 }, "5038": { "id": 5038, @@ -72858,7 +72858,7 @@ "slot": "legs", "requirements": null }, - "price": 1000.5 + "price": 3500 }, "5040": { "id": 5040, @@ -72896,7 +72896,7 @@ "slot": "legs", "requirements": null }, - "price": 392 + "price": 461 }, "5042": { "id": 5042, @@ -72934,7 +72934,7 @@ "slot": "legs", "requirements": null }, - "price": 246 + "price": 990 }, "5044": { "id": 5044, @@ -72972,7 +72972,7 @@ "slot": "legs", "requirements": null }, - "price": 10000 + "price": 412.5 }, "5046": { "id": 5046, @@ -73010,7 +73010,7 @@ "slot": "legs", "requirements": null }, - "price": 1207.5 + "price": 1066 }, "5048": { "id": 5048, @@ -73048,7 +73048,7 @@ "slot": "legs", "requirements": null }, - "price": 398 + "price": 351.5 }, "5050": { "id": 5050, @@ -73124,7 +73124,7 @@ "slot": "legs", "requirements": null }, - "price": 339.5 + "price": 540.5 }, "5054": { "id": 5054, @@ -73398,7 +73398,7 @@ "examine": "It's an empty bird's nest.", "wiki_name": "Bird nest (empty)", "wiki_url": "https://oldschool.runescape.wiki/w/Bird_nest_(empty)", - "price": 5230.5 + "price": 6150 }, "5076": { "id": 5076, @@ -73493,7 +73493,7 @@ "examine": "A marigold seed - plant in a flower patch.", "wiki_name": "Marigold seed", "wiki_url": "https://oldschool.runescape.wiki/w/Marigold_seed", - "price": 2 + "price": 6 }, "5097": { "id": 5097, @@ -73510,7 +73510,7 @@ "examine": "A rosemary seed - plant in a flower patch.", "wiki_name": "Rosemary seed", "wiki_url": "https://oldschool.runescape.wiki/w/Rosemary_seed", - "price": 1.5 + "price": 4.5 }, "5098": { "id": 5098, @@ -73527,7 +73527,7 @@ "examine": "A nasturtium seed - plant in a flower patch.", "wiki_name": "Nasturtium seed", "wiki_url": "https://oldschool.runescape.wiki/w/Nasturtium_seed", - "price": 4 + "price": 1 }, "5099": { "id": 5099, @@ -73544,7 +73544,7 @@ "examine": "A woad seed - plant in a flower patch.", "wiki_name": "Woad seed", "wiki_url": "https://oldschool.runescape.wiki/w/Woad_seed", - "price": 1.5 + "price": 1 }, "5100": { "id": 5100, @@ -73561,7 +73561,7 @@ "examine": "A limpwurt seed - plant in a flower patch.", "wiki_name": "Limpwurt seed", "wiki_url": "https://oldschool.runescape.wiki/w/Limpwurt_seed", - "price": 17 + "price": 7.5 }, "5101": { "id": 5101, @@ -73595,7 +73595,7 @@ "examine": "A cadavaberry bush seed - plant in a bush patch.", "wiki_name": "Cadavaberry seed", "wiki_url": "https://oldschool.runescape.wiki/w/Cadavaberry_seed", - "price": 1.5 + "price": 2 }, "5103": { "id": 5103, @@ -73629,7 +73629,7 @@ "examine": "A jangerberry bush seed - plant in a bush patch.", "wiki_name": "Jangerberry seed", "wiki_url": "https://oldschool.runescape.wiki/w/Jangerberry_seed", - "price": 1.5 + "price": 4.5 }, "5105": { "id": 5105, @@ -73646,7 +73646,7 @@ "examine": "A whiteberry bush seed - plant in a bush patch.", "wiki_name": "Whiteberry seed", "wiki_url": "https://oldschool.runescape.wiki/w/Whiteberry_seed", - "price": 4 + "price": 2 }, "5106": { "id": 5106, @@ -73663,7 +73663,7 @@ "examine": "A poison ivy bush seed - plant in a bush patch.", "wiki_name": "Poison ivy seed", "wiki_url": "https://oldschool.runescape.wiki/w/Poison_ivy_seed", - "price": 1.5 + "price": 11 }, "5171": { "id": 5171, @@ -73689,7 +73689,7 @@ "examine": "A Cactus seed - plant in a cactus patch.", "wiki_name": "Cactus seed", "wiki_url": "https://oldschool.runescape.wiki/w/Cactus_seed", - "price": 47.5 + "price": 103 }, "5281": { "id": 5281, @@ -73706,7 +73706,7 @@ "examine": "Also known as Deadly Nightshade - plant in a belladonna patch.", "wiki_name": "Belladonna seed", "wiki_url": "https://oldschool.runescape.wiki/w/Belladonna_seed", - "price": 43.5 + "price": 90.5 }, "5282": { "id": 5282, @@ -73723,7 +73723,7 @@ "examine": "A Bittercap mushroom spore - plant in a mushroom patch.", "wiki_name": "Mushroom spore", "wiki_url": "https://oldschool.runescape.wiki/w/Mushroom_spore", - "price": 132.5 + "price": 1.5 }, "5283": { "id": 5283, @@ -73740,7 +73740,7 @@ "examine": "Plant in a plantpot of soil to grow a sapling.", "wiki_name": "Apple tree seed", "wiki_url": "https://oldschool.runescape.wiki/w/Apple_tree_seed", - "price": 40 + "price": 6 }, "5284": { "id": 5284, @@ -73757,7 +73757,7 @@ "examine": "Plant in a plantpot of soil to grow a sapling.", "wiki_name": "Banana tree seed", "wiki_url": "https://oldschool.runescape.wiki/w/Banana_tree_seed", - "price": 5 + "price": 8 }, "5285": { "id": 5285, @@ -73774,7 +73774,7 @@ "examine": "Plant in a plantpot of soil to grow a sapling.", "wiki_name": "Orange tree seed", "wiki_url": "https://oldschool.runescape.wiki/w/Orange_tree_seed", - "price": 13.5 + "price": 6 }, "5286": { "id": 5286, @@ -73791,7 +73791,7 @@ "examine": "Plant in a plantpot of soil to grow a sapling.", "wiki_name": "Curry tree seed", "wiki_url": "https://oldschool.runescape.wiki/w/Curry_tree_seed", - "price": 50.5 + "price": 11.5 }, "5287": { "id": 5287, @@ -73808,7 +73808,7 @@ "examine": "Plant in a plantpot of soil to grow a sapling.", "wiki_name": "Pineapple seed", "wiki_url": "https://oldschool.runescape.wiki/w/Pineapple_seed", - "price": 42.5 + "price": 20.5 }, "5288": { "id": 5288, @@ -73825,7 +73825,7 @@ "examine": "Plant in a plantpot of soil to grow a sapling.", "wiki_name": "Papaya tree seed", "wiki_url": "https://oldschool.runescape.wiki/w/Papaya_tree_seed", - "price": 4253 + "price": 504.5 }, "5289": { "id": 5289, @@ -73842,7 +73842,7 @@ "examine": "Plant in a plantpot of soil to grow a sapling.", "wiki_name": "Palm tree seed", "wiki_url": "https://oldschool.runescape.wiki/w/Palm_tree_seed", - "price": 41953 + "price": 20444.5 }, "5290": { "id": 5290, @@ -73859,7 +73859,7 @@ "examine": "Plant in a plantpot of soil to grow a sapling.", "wiki_name": "Calquat tree seed", "wiki_url": "https://oldschool.runescape.wiki/w/Calquat_tree_seed", - "price": 147 + "price": 51.5 }, "5291": { "id": 5291, @@ -73876,7 +73876,7 @@ "examine": "A guam seed - plant in a herb patch.", "wiki_name": "Guam seed", "wiki_url": "https://oldschool.runescape.wiki/w/Guam_seed", - "price": 4 + "price": 6 }, "5292": { "id": 5292, @@ -73893,7 +73893,7 @@ "examine": "A marrentill seed - plant in a herb patch.", "wiki_name": "Marrentill seed", "wiki_url": "https://oldschool.runescape.wiki/w/Marrentill_seed", - "price": 5 + "price": 2 }, "5293": { "id": 5293, @@ -73910,7 +73910,7 @@ "examine": "A tarromin seed - plant in a herb patch.", "wiki_name": "Tarromin seed", "wiki_url": "https://oldschool.runescape.wiki/w/Tarromin_seed", - "price": 20.5 + "price": 23.5 }, "5294": { "id": 5294, @@ -73927,7 +73927,7 @@ "examine": "A harralander seed - plant in a herb patch.", "wiki_name": "Harralander seed", "wiki_url": "https://oldschool.runescape.wiki/w/Harralander_seed", - "price": 24.5 + "price": 14.5 }, "5295": { "id": 5295, @@ -73944,7 +73944,7 @@ "examine": "A ranarr seed - plant in a herb patch.", "wiki_name": "Ranarr seed", "wiki_url": "https://oldschool.runescape.wiki/w/Ranarr_seed", - "price": 54962 + "price": 19215 }, "5296": { "id": 5296, @@ -73961,7 +73961,7 @@ "examine": "A toadflax seed - plant in a herb patch.", "wiki_name": "Toadflax seed", "wiki_url": "https://oldschool.runescape.wiki/w/Toadflax_seed", - "price": 4054 + "price": 552.5 }, "5297": { "id": 5297, @@ -73995,7 +73995,7 @@ "examine": "An avantoe seed - plant in a herb patch.", "wiki_name": "Avantoe seed", "wiki_url": "https://oldschool.runescape.wiki/w/Avantoe_seed", - "price": 369 + "price": 6026.5 }, "5299": { "id": 5299, @@ -74012,7 +74012,7 @@ "examine": "A kwuarm seed - plant in a herb patch.", "wiki_name": "Kwuarm seed", "wiki_url": "https://oldschool.runescape.wiki/w/Kwuarm_seed", - "price": 576 + "price": 1993 }, "5300": { "id": 5300, @@ -74029,7 +74029,7 @@ "examine": "A snapdragon seed - plant in a herb patch.", "wiki_name": "Snapdragon seed", "wiki_url": "https://oldschool.runescape.wiki/w/Snapdragon_seed", - "price": 89404 + "price": 30582.5 }, "5301": { "id": 5301, @@ -74046,7 +74046,7 @@ "examine": "A cadantine seed - plant in a herb patch.", "wiki_name": "Cadantine seed", "wiki_url": "https://oldschool.runescape.wiki/w/Cadantine_seed", - "price": 911.5 + "price": 4203 }, "5302": { "id": 5302, @@ -74063,7 +74063,7 @@ "examine": "A lantadyme seed - plant in a herb patch.", "wiki_name": "Lantadyme seed", "wiki_url": "https://oldschool.runescape.wiki/w/Lantadyme_seed", - "price": 702 + "price": 260.5 }, "5303": { "id": 5303, @@ -74080,7 +74080,7 @@ "examine": "A dwarf weed seed - plant in a herb patch.", "wiki_name": "Dwarf weed seed", "wiki_url": "https://oldschool.runescape.wiki/w/Dwarf_weed_seed", - "price": 975 + "price": 693 }, "5304": { "id": 5304, @@ -74097,7 +74097,7 @@ "examine": "A torstol seed - plant in a herb patch.", "wiki_name": "Torstol seed", "wiki_url": "https://oldschool.runescape.wiki/w/Torstol_seed", - "price": 60426.5 + "price": 5016 }, "5305": { "id": 5305, @@ -74114,7 +74114,7 @@ "examine": "A barley seed - plant in a hops patch.", "wiki_name": "Barley seed", "wiki_url": "https://oldschool.runescape.wiki/w/Barley_seed", - "price": 3 + "price": 2.5 }, "5306": { "id": 5306, @@ -74131,7 +74131,7 @@ "examine": "A jute plant seed - plant in a hops patch.", "wiki_name": "Jute seed", "wiki_url": "https://oldschool.runescape.wiki/w/Jute_seed", - "price": 2 + "price": 1.5 }, "5307": { "id": 5307, @@ -74148,7 +74148,7 @@ "examine": "A Hammerstone hop seed - plant in a hops patch.", "wiki_name": "Hammerstone seed", "wiki_url": "https://oldschool.runescape.wiki/w/Hammerstone_seed", - "price": 1.5 + "price": 2 }, "5308": { "id": 5308, @@ -74165,7 +74165,7 @@ "examine": "An Asgarnian hop seed - plant in a hops patch.", "wiki_name": "Asgarnian seed", "wiki_url": "https://oldschool.runescape.wiki/w/Asgarnian_seed", - "price": 1.5 + "price": 2.5 }, "5309": { "id": 5309, @@ -74182,7 +74182,7 @@ "examine": "A Yanillian hop seed - plant in a hops patch.", "wiki_name": "Yanillian seed", "wiki_url": "https://oldschool.runescape.wiki/w/Yanillian_seed", - "price": 1 + "price": 6 }, "5310": { "id": 5310, @@ -74199,7 +74199,7 @@ "examine": "A Krandorian hop seed - plant in a hops patch.", "wiki_name": "Krandorian seed", "wiki_url": "https://oldschool.runescape.wiki/w/Krandorian_seed", - "price": 1.5 + "price": 2 }, "5311": { "id": 5311, @@ -74216,7 +74216,7 @@ "examine": "A Wildblood hop seed - plant in a hops patch.", "wiki_name": "Wildblood seed", "wiki_url": "https://oldschool.runescape.wiki/w/Wildblood_seed", - "price": 42.5 + "price": 8 }, "5312": { "id": 5312, @@ -74233,7 +74233,7 @@ "examine": "Plant this in a plantpot of soil to grow a sapling.", "wiki_name": "Acorn", "wiki_url": "https://oldschool.runescape.wiki/w/Acorn", - "price": 51 + "price": 69.5 }, "5313": { "id": 5313, @@ -74250,7 +74250,7 @@ "examine": "Plant this in a plantpot of soil to grow a sapling.", "wiki_name": "Willow seed", "wiki_url": "https://oldschool.runescape.wiki/w/Willow_seed", - "price": 424.5 + "price": 18.5 }, "5314": { "id": 5314, @@ -74267,7 +74267,7 @@ "examine": "Plant this in a plantpot of soil to grow a sapling.", "wiki_name": "Maple seed", "wiki_url": "https://oldschool.runescape.wiki/w/Maple_seed", - "price": 18676 + "price": 5575.5 }, "5315": { "id": 5315, @@ -74284,7 +74284,7 @@ "examine": "Plant this in a plantpot of soil to grow a sapling.", "wiki_name": "Yew seed", "wiki_url": "https://oldschool.runescape.wiki/w/Yew_seed", - "price": 55563 + "price": 22489.5 }, "5316": { "id": 5316, @@ -74301,7 +74301,7 @@ "examine": "Plant this in a plantpot of soil to grow a sapling.", "wiki_name": "Magic seed", "wiki_url": "https://oldschool.runescape.wiki/w/Magic_seed", - "price": 135046.5 + "price": 65370 }, "5317": { "id": 5317, @@ -74332,7 +74332,7 @@ "examine": "A potato seed - plant in an allotment.", "wiki_name": "Potato seed", "wiki_url": "https://oldschool.runescape.wiki/w/Potato_seed", - "price": 1 + "price": 1.5 }, "5319": { "id": 5319, @@ -74366,7 +74366,7 @@ "examine": "A sweetcorn seed - plant in an allotment.", "wiki_name": "Sweetcorn seed", "wiki_url": "https://oldschool.runescape.wiki/w/Sweetcorn_seed", - "price": 6.5 + "price": 2.5 }, "5321": { "id": 5321, @@ -74383,7 +74383,7 @@ "examine": "A watermelon seed - plant in an allotment.", "wiki_name": "Watermelon seed", "wiki_url": "https://oldschool.runescape.wiki/w/Watermelon_seed", - "price": 17 + "price": 10.5 }, "5322": { "id": 5322, @@ -74400,7 +74400,7 @@ "examine": "A tomato seed - plant in an allotment.", "wiki_name": "Tomato seed", "wiki_url": "https://oldschool.runescape.wiki/w/Tomato_seed", - "price": 1 + "price": 1.5 }, "5323": { "id": 5323, @@ -74417,7 +74417,7 @@ "examine": "A strawberry seed - plant in an allotment.", "wiki_name": "Strawberry seed", "wiki_url": "https://oldschool.runescape.wiki/w/Strawberry_seed", - "price": 5.5 + "price": 18.5 }, "5324": { "id": 5324, @@ -74452,7 +74452,7 @@ "examine": "Not suitable for archaeological digs.", "wiki_name": "Gardening trowel", "wiki_url": "https://oldschool.runescape.wiki/w/Gardening_trowel", - "price": 105.5 + "price": 252 }, "5327": { "id": 5327, @@ -74644,7 +74644,7 @@ "examine": "Use this to clear weeds.", "wiki_name": "Rake", "wiki_url": "https://oldschool.runescape.wiki/w/Rake", - "price": 190.5 + "price": 26 }, "5343": { "id": 5343, @@ -74662,7 +74662,7 @@ "examine": "Use this to plant seeds with.", "wiki_name": "Seed dibber", "wiki_url": "https://oldschool.runescape.wiki/w/Seed_dibber", - "price": 188.5 + "price": 149 }, "5345": { "id": 5345, @@ -74753,7 +74753,7 @@ "examine": "An empty plant pot.", "wiki_name": "Empty plant pot", "wiki_url": "https://oldschool.runescape.wiki/w/Empty_plant_pot", - "price": 8.5 + "price": 10 }, "5352": { "id": 5352, @@ -74991,7 +74991,7 @@ "examine": "This sapling is ready to be replanted in a tree patch.", "wiki_name": "Oak sapling", "wiki_url": "https://oldschool.runescape.wiki/w/Oak_sapling", - "price": 424.5 + "price": 305.5 }, "5371": { "id": 5371, @@ -75009,7 +75009,7 @@ "examine": "This sapling is ready to be replanted in a tree patch.", "wiki_name": "Willow sapling", "wiki_url": "https://oldschool.runescape.wiki/w/Willow_sapling", - "price": 1694.5 + "price": 346.5 }, "5372": { "id": 5372, @@ -75027,7 +75027,7 @@ "examine": "This sapling is ready to be replanted in a tree patch.", "wiki_name": "Maple sapling", "wiki_url": "https://oldschool.runescape.wiki/w/Maple_sapling", - "price": 19689 + "price": 7607.5 }, "5373": { "id": 5373, @@ -75045,7 +75045,7 @@ "examine": "This sapling is ready to be replanted in a tree patch.", "wiki_name": "Yew sapling", "wiki_url": "https://oldschool.runescape.wiki/w/Yew_sapling", - "price": 56929 + "price": 23606 }, "5374": { "id": 5374, @@ -75063,7 +75063,7 @@ "examine": "This sapling is ready to be replanted in a tree patch.", "wiki_name": "Magic sapling", "wiki_url": "https://oldschool.runescape.wiki/w/Magic_sapling", - "price": 134070 + "price": 67798.5 }, "5375": { "id": 5375, @@ -75341,7 +75341,7 @@ "examine": "A fruit basket filled with strawberries.", "wiki_name": "Strawberries (5)", "wiki_url": "https://oldschool.runescape.wiki/w/Strawberries#(5)", - "price": 1346.5 + "price": 707.5 }, "5408": { "id": 5408, @@ -75423,7 +75423,7 @@ "examine": "A fruit basket filled with bananas.", "wiki_name": "Bananas (5)", "wiki_url": "https://oldschool.runescape.wiki/w/Bananas#(5)", - "price": 445 + "price": 703.5 }, "5418": { "id": 5418, @@ -75441,7 +75441,7 @@ "examine": "An empty vegetable sack.", "wiki_name": "Empty sack", "wiki_url": "https://oldschool.runescape.wiki/w/Empty_sack", - "price": 2 + "price": 1 }, "5420": { "id": 5420, @@ -75603,7 +75603,7 @@ "examine": "There are 10 potatoes in this sack.", "wiki_name": "Potatoes (10)", "wiki_url": "https://oldschool.runescape.wiki/w/Potatoes#10", - "price": 697.5 + "price": 1272.5 }, "5440": { "id": 5440, @@ -75765,7 +75765,7 @@ "examine": "There are 10 onions in this sack.", "wiki_name": "Onions (10)", "wiki_url": "https://oldschool.runescape.wiki/w/Onions#10", - "price": 2000 + "price": 601.5 }, "5460": { "id": 5460, @@ -75927,7 +75927,7 @@ "examine": "There are 10 cabbages in this sack.", "wiki_name": "Cabbages (10)", "wiki_url": "https://oldschool.runescape.wiki/w/Cabbages#10", - "price": 1638.5 + "price": 486.5 }, "5480": { "id": 5480, @@ -76187,7 +76187,7 @@ "examine": "This sapling is ready to be replanted in a fruit tree patch.", "wiki_name": "Banana sapling", "wiki_url": "https://oldschool.runescape.wiki/w/Banana_sapling", - "price": 340 + "price": 120 }, "5498": { "id": 5498, @@ -76205,7 +76205,7 @@ "examine": "This sapling is ready to be replanted in a fruit tree patch.", "wiki_name": "Orange sapling", "wiki_url": "https://oldschool.runescape.wiki/w/Orange_sapling", - "price": 124 + "price": 500 }, "5499": { "id": 5499, @@ -76223,7 +76223,7 @@ "examine": "This sapling is ready to be replanted in a fruit tree patch.", "wiki_name": "Curry sapling", "wiki_url": "https://oldschool.runescape.wiki/w/Curry_sapling", - "price": 173.5 + "price": 60 }, "5500": { "id": 5500, @@ -76241,7 +76241,7 @@ "examine": "This sapling is ready to be replanted in a fruit tree patch.", "wiki_name": "Pineapple sapling", "wiki_url": "https://oldschool.runescape.wiki/w/Pineapple_sapling", - "price": 401.5 + "price": 508 }, "5501": { "id": 5501, @@ -76259,7 +76259,7 @@ "examine": "This sapling is ready to be replanted in a fruit tree patch.", "wiki_name": "Papaya sapling", "wiki_url": "https://oldschool.runescape.wiki/w/Papaya_sapling", - "price": 6734.5 + "price": 1167.5 }, "5502": { "id": 5502, @@ -76277,7 +76277,7 @@ "examine": "This sapling is ready to be replanted in a fruit tree patch.", "wiki_name": "Palm sapling", "wiki_url": "https://oldschool.runescape.wiki/w/Palm_sapling", - "price": 43109 + "price": 21076.5 }, "5503": { "id": 5503, @@ -76295,7 +76295,7 @@ "examine": "This sapling is ready to be replanted in a Calquat tree patch.", "wiki_name": "Calquat sapling", "wiki_url": "https://oldschool.runescape.wiki/w/Calquat_sapling", - "price": 793 + "price": 272.5 }, "5504": { "id": 5504, @@ -76313,7 +76313,7 @@ "examine": "A freshly picked strawberry.", "wiki_name": "Strawberry", "wiki_url": "https://oldschool.runescape.wiki/w/Strawberry", - "price": 223.5 + "price": 176 }, "5506": { "id": 5506, @@ -76469,7 +76469,7 @@ "examine": "A mysterious power emanates from the talisman...", "wiki_name": "Elemental talisman", "wiki_url": "https://oldschool.runescape.wiki/w/Elemental_talisman", - "price": 2288 + "price": 3392 }, "5518": { "id": 5518, @@ -76566,7 +76566,7 @@ "examine": "A mould for tiaras.", "wiki_name": "Tiara mould", "wiki_url": "https://oldschool.runescape.wiki/w/Tiara_mould", - "price": 170 + "price": 150 }, "5525": { "id": 5525, @@ -76603,7 +76603,7 @@ "slot": "head", "requirements": null }, - "price": 51.5 + "price": 117.5 }, "5527": { "id": 5527, @@ -76640,7 +76640,7 @@ "slot": "head", "requirements": null }, - "price": 15.5 + "price": 37.5 }, "5529": { "id": 5529, @@ -76677,7 +76677,7 @@ "slot": "head", "requirements": null }, - "price": 413 + "price": 175 }, "5531": { "id": 5531, @@ -76714,7 +76714,7 @@ "slot": "head", "requirements": null }, - "price": 70 + "price": 107.5 }, "5533": { "id": 5533, @@ -76751,7 +76751,7 @@ "slot": "head", "requirements": null }, - "price": 65 + "price": 35 }, "5535": { "id": 5535, @@ -76788,7 +76788,7 @@ "slot": "head", "requirements": null }, - "price": 2.5 + "price": 5.5 }, "5537": { "id": 5537, @@ -76863,7 +76863,7 @@ "slot": "head", "requirements": null }, - "price": 27.5 + "price": 50.5 }, "5541": { "id": 5541, @@ -76901,7 +76901,7 @@ "slot": "head", "requirements": null }, - "price": 18.5 + "price": 28.5 }, "5543": { "id": 5543, @@ -76939,7 +76939,7 @@ "slot": "head", "requirements": null }, - "price": 15.5 + "price": 212.5 }, "5545": { "id": 5545, @@ -77011,7 +77011,7 @@ "slot": "head", "requirements": null }, - "price": 6534.5 + "price": 667 }, "5549": { "id": 5549, @@ -77048,7 +77048,7 @@ "slot": "head", "requirements": null }, - "price": 100000 + "price": 80882 }, "5553": { "id": 5553, @@ -77520,7 +77520,7 @@ "prayer": 10 } }, - "price": 6910 + "price": 5707 }, "5576": { "id": 5576, @@ -77560,7 +77560,7 @@ "defence": 10 } }, - "price": 4334.5 + "price": 6395.5 }, "5577": { "id": 5577, @@ -78235,7 +78235,7 @@ "ranged": 5 } }, - "price": 249 + "price": 299 }, "5619": { "id": 5619, @@ -78313,7 +78313,7 @@ "ranged": 30 } }, - "price": 492.5 + "price": 184 }, "5621": { "id": 5621, @@ -78352,7 +78352,7 @@ "ranged": 40 } }, - "price": 203 + "price": 344 }, "5622": { "id": 5622, @@ -78430,7 +78430,7 @@ "ranged": 1 } }, - "price": 1952 + "price": 1250 }, "5624": { "id": 5624, @@ -78508,7 +78508,7 @@ "ranged": 30 } }, - "price": 2456 + "price": 257.5 }, "5626": { "id": 5626, @@ -78547,7 +78547,7 @@ "ranged": 30 } }, - "price": 22 + "price": 17 }, "5627": { "id": 5627, @@ -78586,7 +78586,7 @@ "ranged": 40 } }, - "price": 493 + "price": 573 }, "5628": { "id": 5628, @@ -78720,7 +78720,7 @@ } ] }, - "price": 5990.5 + "price": 6898.5 }, "5630": { "id": 5630, @@ -78787,7 +78787,7 @@ } ] }, - "price": 9999 + "price": 2501 }, "5631": { "id": 5631, @@ -78854,7 +78854,7 @@ } ] }, - "price": 3500.5 + "price": 6736 }, "5632": { "id": 5632, @@ -78921,7 +78921,7 @@ } ] }, - "price": 74 + "price": 167 }, "5633": { "id": 5633, @@ -78988,7 +78988,7 @@ } ] }, - "price": 328 + "price": 88.5 }, "5634": { "id": 5634, @@ -79055,7 +79055,7 @@ } ] }, - "price": 549.5 + "price": 393.5 }, "5635": { "id": 5635, @@ -79256,7 +79256,7 @@ } ] }, - "price": 6400.5 + "price": 305 }, "5638": { "id": 5638, @@ -79390,7 +79390,7 @@ } ] }, - "price": 295.5 + "price": 640.5 }, "5640": { "id": 5640, @@ -79524,7 +79524,7 @@ } ] }, - "price": 911 + "price": 726 }, "5642": { "id": 5642, @@ -79563,7 +79563,7 @@ "ranged": 1 } }, - "price": 818.5 + "price": 1337 }, "5643": { "id": 5643, @@ -79641,7 +79641,7 @@ "ranged": 5 } }, - "price": 681 + "price": 9 }, "5645": { "id": 5645, @@ -79719,7 +79719,7 @@ "ranged": 30 } }, - "price": 778.5 + "price": 213.5 }, "5647": { "id": 5647, @@ -79758,7 +79758,7 @@ "ranged": 40 } }, - "price": 806.5 + "price": 657 }, "5648": { "id": 5648, @@ -79797,7 +79797,7 @@ "ranged": 1 } }, - "price": 918.5 + "price": 11.5 }, "5649": { "id": 5649, @@ -79875,7 +79875,7 @@ "ranged": 5 } }, - "price": 686 + "price": 18.5 }, "5651": { "id": 5651, @@ -79914,7 +79914,7 @@ "ranged": 20 } }, - "price": 708.5 + "price": 35 }, "5652": { "id": 5652, @@ -79953,7 +79953,7 @@ "ranged": 30 } }, - "price": 3650.5 + "price": 183.5 }, "5653": { "id": 5653, @@ -79992,7 +79992,7 @@ "ranged": 40 } }, - "price": 1009 + "price": 565.5 }, "5654": { "id": 5654, @@ -80059,7 +80059,7 @@ } ] }, - "price": 6102 + "price": 5024.5 }, "5655": { "id": 5655, @@ -80126,7 +80126,7 @@ } ] }, - "price": 200.5 + "price": 600 }, "5656": { "id": 5656, @@ -80260,7 +80260,7 @@ } ] }, - "price": 308 + "price": 340.5 }, "5658": { "id": 5658, @@ -80394,7 +80394,7 @@ } ] }, - "price": 896.5 + "price": 99 }, "5660": { "id": 5660, @@ -80461,7 +80461,7 @@ } ] }, - "price": 542.5 + "price": 423 }, "5661": { "id": 5661, @@ -80528,7 +80528,7 @@ } ] }, - "price": 3434 + "price": 173 }, "5662": { "id": 5662, @@ -80595,7 +80595,7 @@ } ] }, - "price": 3100.5 + "price": 418.5 }, "5663": { "id": 5663, @@ -80662,7 +80662,7 @@ } ] }, - "price": 5000.5 + "price": 10252.5 }, "5664": { "id": 5664, @@ -80729,7 +80729,7 @@ } ] }, - "price": 994.5 + "price": 806 }, "5665": { "id": 5665, @@ -80796,7 +80796,7 @@ } ] }, - "price": 2238 + "price": 951 }, "5666": { "id": 5666, @@ -80863,7 +80863,7 @@ } ] }, - "price": 1465.5 + "price": 1086 }, "5667": { "id": 5667, @@ -80930,7 +80930,7 @@ } ] }, - "price": 388 + "price": 188 }, "5668": { "id": 5668, @@ -81080,7 +81080,7 @@ } ] }, - "price": 550 + "price": 769 }, "5672": { "id": 5672, @@ -81155,7 +81155,7 @@ } ] }, - "price": 407 + "price": 230 }, "5674": { "id": 5674, @@ -81230,7 +81230,7 @@ } ] }, - "price": 2595 + "price": 500.5 }, "5676": { "id": 5676, @@ -81305,7 +81305,7 @@ } ] }, - "price": 506.5 + "price": 1049.5 }, "5678": { "id": 5678, @@ -81455,7 +81455,7 @@ } ] }, - "price": 19776 + "price": 16504 }, "5682": { "id": 5682, @@ -81530,7 +81530,7 @@ } ] }, - "price": 564 + "price": 2343 }, "5684": { "id": 5684, @@ -81620,7 +81620,7 @@ } ] }, - "price": 425 + "price": 6543.5 }, "5688": { "id": 5688, @@ -81770,7 +81770,7 @@ } ] }, - "price": 2309 + "price": 5000 }, "5692": { "id": 5692, @@ -81920,7 +81920,7 @@ } ] }, - "price": 3426 + "price": 26373.5 }, "5696": { "id": 5696, @@ -81995,7 +81995,7 @@ } ] }, - "price": 8589 + "price": 17254.5 }, "5698": { "id": 5698, @@ -82145,7 +82145,7 @@ } ] }, - "price": 3932.5 + "price": 9055.5 }, "5702": { "id": 5702, @@ -82235,7 +82235,7 @@ } ] }, - "price": 394 + "price": 759 }, "5706": { "id": 5706, @@ -82385,7 +82385,7 @@ } ] }, - "price": 220.5 + "price": 27.5 }, "5710": { "id": 5710, @@ -82460,7 +82460,7 @@ } ] }, - "price": 2874.5 + "price": 4840.5 }, "5712": { "id": 5712, @@ -82535,7 +82535,7 @@ } ] }, - "price": 4986.5 + "price": 1955.5 }, "5714": { "id": 5714, @@ -82610,7 +82610,7 @@ } ] }, - "price": 14536.5 + "price": 20035.5 }, "5716": { "id": 5716, @@ -82835,7 +82835,7 @@ } ] }, - "price": 5658.5 + "price": 5031.5 }, "5722": { "id": 5722, @@ -82985,7 +82985,7 @@ } ] }, - "price": 8625.5 + "price": 4687 }, "5726": { "id": 5726, @@ -83060,7 +83060,7 @@ } ] }, - "price": 5150 + "price": 10388 }, "5728": { "id": 5728, @@ -83135,7 +83135,7 @@ } ] }, - "price": 14618.5 + "price": 18853 }, "5730": { "id": 5730, @@ -83210,7 +83210,7 @@ } ] }, - "price": 39602.5 + "price": 44522 }, "5732": { "id": 5732, @@ -83386,7 +83386,7 @@ } ] }, - "price": 2750.5 + "price": 5104 }, "5739": { "id": 5739, @@ -83422,7 +83422,7 @@ "examine": "This looks a good deal stronger than normal Wizards Mind Bomb.", "wiki_name": "Mature wmb", "wiki_url": "https://oldschool.runescape.wiki/w/Mature_wmb", - "price": 211111 + "price": 90000 }, "5743": { "id": 5743, @@ -83440,7 +83440,7 @@ "examine": "This looks a good deal stronger than normal Greenman's Ale.", "wiki_name": "Greenman's ale(m)", "wiki_url": "https://oldschool.runescape.wiki/w/Greenman's_ale(m)", - "price": 63287 + "price": 53250 }, "5745": { "id": 5745, @@ -83458,7 +83458,7 @@ "examine": "This looks a good deal stronger than normal Dragon Bitter.", "wiki_name": "Dragon bitter(m)", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_bitter(m)", - "price": 100350 + "price": 12777.5 }, "5747": { "id": 5747, @@ -83476,7 +83476,7 @@ "examine": "This looks a good deal stronger than normal Dwarven Stout.", "wiki_name": "Dwarven stout(m)", "wiki_url": "https://oldschool.runescape.wiki/w/Dwarven_stout(m)", - "price": 13020.5 + "price": 18598 }, "5749": { "id": 5749, @@ -83494,7 +83494,7 @@ "examine": "This looks a good deal stronger than normal Moonlight Mead.", "wiki_name": "Moonlight mead(m)", "wiki_url": "https://oldschool.runescape.wiki/w/Moonlight_mead(m)", - "price": 4374 + "price": 25000 }, "5751": { "id": 5751, @@ -83512,7 +83512,7 @@ "examine": "This might help me chop harder.", "wiki_name": "Axeman's folly", "wiki_url": "https://oldschool.runescape.wiki/w/Axeman's_folly", - "price": 2575 + "price": 750.5 }, "5753": { "id": 5753, @@ -83530,7 +83530,7 @@ "examine": "This looks a good deal stronger than normal Axeman's Folly.", "wiki_name": "Axeman's folly(m)", "wiki_url": "https://oldschool.runescape.wiki/w/Axeman's_folly(m)", - "price": 27582.5 + "price": 57474.5 }, "5755": { "id": 5755, @@ -83548,7 +83548,7 @@ "examine": "A fruity, full-bodied ale.", "wiki_name": "Chef's delight", "wiki_url": "https://oldschool.runescape.wiki/w/Chef's_delight", - "price": 383.5 + "price": 593 }, "5757": { "id": 5757, @@ -83566,7 +83566,7 @@ "examine": "This looks a good deal stronger than normal Chef's Delight.", "wiki_name": "Chef's delight(m)", "wiki_url": "https://oldschool.runescape.wiki/w/Chef's_delight(m)", - "price": 62086 + "price": 47568 }, "5759": { "id": 5759, @@ -83584,7 +83584,7 @@ "examine": "Ale with bite.", "wiki_name": "Slayer's respite", "wiki_url": "https://oldschool.runescape.wiki/w/Slayer's_respite", - "price": 272.5 + "price": 32 }, "5761": { "id": 5761, @@ -83602,7 +83602,7 @@ "examine": "This looks a good deal stronger than normal Slayer's Respite.", "wiki_name": "Slayer's respite(m)", "wiki_url": "https://oldschool.runescape.wiki/w/Slayer's_respite(m)", - "price": 105757.5 + "price": 65069 }, "5763": { "id": 5763, @@ -83620,7 +83620,7 @@ "examine": "A glass of cider.", "wiki_name": "Cider", "wiki_url": "https://oldschool.runescape.wiki/w/Cider", - "price": 187.5 + "price": 412 }, "5765": { "id": 5765, @@ -83656,7 +83656,7 @@ "examine": "A pot filled with ale yeast.", "wiki_name": "Ale yeast", "wiki_url": "https://oldschool.runescape.wiki/w/Ale_yeast", - "price": 831.5 + "price": 1605.5 }, "5769": { "id": 5769, @@ -83740,7 +83740,7 @@ "examine": "This keg contains 4 pints of Dwarven Stout.", "wiki_name": "Dwarven stout (keg) (4 pints)", "wiki_url": "https://oldschool.runescape.wiki/w/Dwarven_stout_(keg)#4_pints", - "price": 32469.5 + "price": 15209 }, "5779": { "id": 5779, @@ -83806,7 +83806,7 @@ "examine": "This keg contains 4 pints of Asgarnian Ale.", "wiki_name": "Asgarnian ale (keg) (4 pints)", "wiki_url": "https://oldschool.runescape.wiki/w/Asgarnian_ale_(keg)#4_pints", - "price": 99999.5 + "price": 58782 }, "5787": { "id": 5787, @@ -83872,7 +83872,7 @@ "examine": "This keg contains 4 pints of Greenmans Ale.", "wiki_name": "Greenmans ale (keg) (4 pints)", "wiki_url": "https://oldschool.runescape.wiki/w/Greenmans_ale_(keg)#4_pints", - "price": 43702.5 + "price": 10210.5 }, "5795": { "id": 5795, @@ -84004,7 +84004,7 @@ "examine": "This keg contains 4 pints of Dragon Bitter.", "wiki_name": "Dragon bitter (keg) (4 pints)", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_bitter_(keg)#4_pints", - "price": 30500 + "price": 11314.5 }, "5811": { "id": 5811, @@ -84070,7 +84070,7 @@ "examine": "This keg contains 4 pints of Moonlight Mead.", "wiki_name": "Moonlight mead (keg) (4 pints)", "wiki_url": "https://oldschool.runescape.wiki/w/Moonlight_mead_(keg)#4_pints", - "price": 62500 + "price": 37499.5 }, "5819": { "id": 5819, @@ -84136,7 +84136,7 @@ "examine": "This keg contains 4 pints of Axeman's Folly.", "wiki_name": "Axeman's folly (keg) (4 pints)", "wiki_url": "https://oldschool.runescape.wiki/w/Axeman's_folly_(keg)#4_pints", - "price": 267500 + "price": 4996.5 }, "5827": { "id": 5827, @@ -84202,7 +84202,7 @@ "examine": "This keg contains 4 pints of Chef's Delight.", "wiki_name": "Chef's delight (keg) (4 pints)", "wiki_url": "https://oldschool.runescape.wiki/w/Chef's_delight_(keg)#4_pints", - "price": 23000 + "price": 9193.5 }, "5835": { "id": 5835, @@ -84334,7 +84334,7 @@ "examine": "This keg contains 4 pints of Cider.", "wiki_name": "Cider (keg) (4 pints)", "wiki_url": "https://oldschool.runescape.wiki/w/Cider_(keg)#4_pints", - "price": 10829 + "price": 12004 }, "5851": { "id": 5851, @@ -84400,7 +84400,7 @@ "examine": "This keg contains 4 pints of mature Dwarven Stout.", "wiki_name": "Dwarven stout(m) (keg) (4 pints)", "wiki_url": "https://oldschool.runescape.wiki/w/Dwarven_stout(m)_(keg)#4_pints", - "price": 257010.5 + "price": 195515.5 }, "5859": { "id": 5859, @@ -84466,7 +84466,7 @@ "examine": "This keg contains 4 pints of mature Asgarnian Ale.", "wiki_name": "Asgarnian ale(m) (keg) (4 pints)", "wiki_url": "https://oldschool.runescape.wiki/w/Asgarnian_ale(m)_(keg)#4_pints", - "price": 58500 + "price": 10166 }, "5867": { "id": 5867, @@ -84532,7 +84532,7 @@ "examine": "This keg contains 4 pints of mature Greenmans Ale.", "wiki_name": "Greenmans ale(m) (keg) (4 pints)", "wiki_url": "https://oldschool.runescape.wiki/w/Greenmans_ale(m)_(keg)#4_pints", - "price": 286499.5 + "price": 150799.5 }, "5875": { "id": 5875, @@ -84598,7 +84598,7 @@ "examine": "This keg contains 4 pints of mature Wizards Mind Bomb.", "wiki_name": "Mind bomb(m) (keg) (4 pints)", "wiki_url": "https://oldschool.runescape.wiki/w/Mind_bomb(m)_(keg)#4_pints", - "price": 275109.5 + "price": 30697.5 }, "5883": { "id": 5883, @@ -84664,7 +84664,7 @@ "examine": "This keg contains 4 pints of mature Dragon Bitter.", "wiki_name": "Dragon bitter(m) (keg) (4 pints)", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_bitter(m)_(keg)#4_pints", - "price": 182407.5 + "price": 17709 }, "5891": { "id": 5891, @@ -84730,7 +84730,7 @@ "examine": "This keg contains 4 pints of mature Moonlight Mead.", "wiki_name": "Moonlight mead(m) (keg) (4 pints)", "wiki_url": "https://oldschool.runescape.wiki/w/Moonlight_mead(m)_(keg)#4_pints", - "price": 139873.5 + "price": 100000 }, "5899": { "id": 5899, @@ -84796,7 +84796,7 @@ "examine": "This keg contains 4 pints of mature Axeman's Folly.", "wiki_name": "Axeman's folly(m) (keg) (4 pints)", "wiki_url": "https://oldschool.runescape.wiki/w/Axeman's_folly(m)_(keg)#4_pints", - "price": 227719.5 + "price": 250000 }, "5907": { "id": 5907, @@ -84928,7 +84928,7 @@ "examine": "This keg contains 4 pints of mature Slayer's Respite.", "wiki_name": "Slayer's respite(m) (keg) (4 pints)", "wiki_url": "https://oldschool.runescape.wiki/w/Slayer's_respite(m)_(keg)#4_pints", - "price": 173972.5 + "price": 325568.5 }, "5923": { "id": 5923, @@ -84994,7 +84994,7 @@ "examine": "This keg contains 4 pints of mature Cider.", "wiki_name": "Cider(m) (keg) (4 pints)", "wiki_url": "https://oldschool.runescape.wiki/w/Cider(m)_(keg)#4_pints", - "price": 605500 + "price": 172754 }, "5931": { "id": 5931, @@ -85012,7 +85012,7 @@ "examine": "I can weave this to make sacks.", "wiki_name": "Jute fibre", "wiki_url": "https://oldschool.runescape.wiki/w/Jute_fibre", - "price": 955.5 + "price": 1255.5 }, "5933": { "id": 5933, @@ -85048,7 +85048,7 @@ "examine": "A vial filled with coconut milk", "wiki_name": "Coconut milk", "wiki_url": "https://oldschool.runescape.wiki/w/Coconut_milk", - "price": 3692.5 + "price": 90 }, "5936": { "id": 5936, @@ -85080,7 +85080,7 @@ "examine": "A vial of extra strong weapon poison, for spears and daggers.", "wiki_name": "Weapon poison(+)", "wiki_url": "https://oldschool.runescape.wiki/w/Weapon_poison(+)", - "price": 791 + "price": 460.5 }, "5939": { "id": 5939, @@ -85144,7 +85144,7 @@ "examine": "4 doses of extra strong antipoison potion.", "wiki_name": "Antidote+ (4 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Antidote+#4_dose", - "price": 992.5 + "price": 1646.5 }, "5945": { "id": 5945, @@ -85162,7 +85162,7 @@ "examine": "3 doses of extra strong antipoison potion.", "wiki_name": "Antidote+ (3 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Antidote+#3_dose", - "price": 1760.5 + "price": 1043 }, "5947": { "id": 5947, @@ -85180,7 +85180,7 @@ "examine": "2 doses of extra strong antipoison potion.", "wiki_name": "Antidote+ (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Antidote+#2_dose", - "price": 1128.5 + "price": 500 }, "5949": { "id": 5949, @@ -85198,7 +85198,7 @@ "examine": "1 dose of extra strong antipoison potion.", "wiki_name": "Antidote+ (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Antidote+#1_dose", - "price": 333 + "price": 108 }, "5951": { "id": 5951, @@ -85230,7 +85230,7 @@ "examine": "4 doses of super strong antipoison potion.", "wiki_name": "Antidote++ (4 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Antidote++#4_dose", - "price": 3139.5 + "price": 5868.5 }, "5954": { "id": 5954, @@ -85248,7 +85248,7 @@ "examine": "3 doses of super strong antipoison potion.", "wiki_name": "Antidote++ (3 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Antidote++#3_dose", - "price": 2755.5 + "price": 4926 }, "5956": { "id": 5956, @@ -85266,7 +85266,7 @@ "examine": "2 doses of super strong antipoison potion.", "wiki_name": "Antidote++ (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Antidote++#2_dose", - "price": 1001 + "price": 2519 }, "5958": { "id": 5958, @@ -85284,7 +85284,7 @@ "examine": "1 dose of super strong antipoison potion.", "wiki_name": "Antidote++ (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Antidote++#1_dose", - "price": 882.5 + "price": 1125 }, "5960": { "id": 5960, @@ -85366,7 +85366,7 @@ "examine": "A fruit basket filled with tomatoes.", "wiki_name": "Tomatoes (5)", "wiki_url": "https://oldschool.runescape.wiki/w/Tomatoes#(5)", - "price": 554.5 + "price": 306 }, "5970": { "id": 5970, @@ -85384,7 +85384,7 @@ "examine": "I could make a spicy curry with this.", "wiki_name": "Curry leaf", "wiki_url": "https://oldschool.runescape.wiki/w/Curry_leaf", - "price": 42.5 + "price": 7 }, "5972": { "id": 5972, @@ -85402,7 +85402,7 @@ "examine": "Looks delicious.", "wiki_name": "Papaya fruit", "wiki_url": "https://oldschool.runescape.wiki/w/Papaya_fruit", - "price": 1161.5 + "price": 1986 }, "5974": { "id": 5974, @@ -85470,7 +85470,7 @@ "examine": "This is the largest fruit I've ever seen.", "wiki_name": "Calquat fruit", "wiki_url": "https://oldschool.runescape.wiki/w/Calquat_fruit", - "price": 101 + "price": 124.5 }, "5982": { "id": 5982, @@ -85488,7 +85488,7 @@ "examine": "A juicy watermelon.", "wiki_name": "Watermelon", "wiki_url": "https://oldschool.runescape.wiki/w/Watermelon", - "price": 17.5 + "price": 24.5 }, "5984": { "id": 5984, @@ -85506,7 +85506,7 @@ "examine": "A slice of watermelon.", "wiki_name": "Watermelon slice", "wiki_url": "https://oldschool.runescape.wiki/w/Watermelon_slice", - "price": 40 + "price": 63.5 }, "5986": { "id": 5986, @@ -85524,7 +85524,7 @@ "examine": "Raw sweetcorn.", "wiki_name": "Sweetcorn", "wiki_url": "https://oldschool.runescape.wiki/w/Sweetcorn", - "price": 347 + "price": 73.5 }, "5988": { "id": 5988, @@ -85542,7 +85542,7 @@ "examine": "Delicious cooked sweetcorn.", "wiki_name": "Cooked sweetcorn", "wiki_url": "https://oldschool.runescape.wiki/w/Cooked_sweetcorn", - "price": 434.5 + "price": 70.5 }, "5990": { "id": 5990, @@ -85576,7 +85576,7 @@ "examine": "A bucket of apple mush.", "wiki_name": "Apple mush", "wiki_url": "https://oldschool.runescape.wiki/w/Apple_mush", - "price": 2950 + "price": 7000 }, "5994": { "id": 5994, @@ -85594,7 +85594,7 @@ "examine": "A handful of Hammerstone Hops.", "wiki_name": "Hammerstone hops", "wiki_url": "https://oldschool.runescape.wiki/w/Hammerstone_hops", - "price": 282 + "price": 2249 }, "5996": { "id": 5996, @@ -85612,7 +85612,7 @@ "examine": "A handful of Asgarnian Hops.", "wiki_name": "Asgarnian hops", "wiki_url": "https://oldschool.runescape.wiki/w/Asgarnian_hops", - "price": 249.5 + "price": 103 }, "5998": { "id": 5998, @@ -85648,7 +85648,7 @@ "examine": "A handful of Krandorian Hops.", "wiki_name": "Krandorian hops", "wiki_url": "https://oldschool.runescape.wiki/w/Krandorian_hops", - "price": 74 + "price": 87 }, "6002": { "id": 6002, @@ -85666,7 +85666,7 @@ "examine": "A handful of Wildblood Hops.", "wiki_name": "Wildblood hops", "wiki_url": "https://oldschool.runescape.wiki/w/Wildblood_hops", - "price": 34 + "price": 25.5 }, "6004": { "id": 6004, @@ -85684,7 +85684,7 @@ "examine": "A Bittercap Mushroom", "wiki_name": "Mushroom", "wiki_url": "https://oldschool.runescape.wiki/w/Mushroom", - "price": 134 + "price": 82.5 }, "6006": { "id": 6006, @@ -85702,7 +85702,7 @@ "examine": "A handful of Barley.", "wiki_name": "Barley", "wiki_url": "https://oldschool.runescape.wiki/w/Barley", - "price": 578.5 + "price": 700 }, "6008": { "id": 6008, @@ -85720,7 +85720,7 @@ "examine": "A handful of barley malt.", "wiki_name": "Barley malt", "wiki_url": "https://oldschool.runescape.wiki/w/Barley_malt", - "price": 963 + "price": 1106 }, "6010": { "id": 6010, @@ -85738,7 +85738,7 @@ "examine": "A bunch of marigolds.", "wiki_name": "Marigolds", "wiki_url": "https://oldschool.runescape.wiki/w/Marigolds", - "price": 666.5 + "price": 286 }, "6012": { "id": 6012, @@ -85756,7 +85756,7 @@ "examine": "A bunch of nasturtiums.", "wiki_name": "Nasturtiums", "wiki_url": "https://oldschool.runescape.wiki/w/Nasturtiums", - "price": 101 + "price": 540 }, "6014": { "id": 6014, @@ -85774,7 +85774,7 @@ "examine": "Some rosemary.", "wiki_name": "Rosemary", "wiki_url": "https://oldschool.runescape.wiki/w/Rosemary", - "price": 106 + "price": 146 }, "6016": { "id": 6016, @@ -85792,7 +85792,7 @@ "examine": "Don't prick yourself with this.", "wiki_name": "Cactus spine", "wiki_url": "https://oldschool.runescape.wiki/w/Cactus_spine", - "price": 1821 + "price": 1253 }, "6018": { "id": 6018, @@ -85818,16 +85818,15 @@ "members": true, "tradeable": true, "tradeable_on_ge": true, - "noteable": true, + "stackable": true, "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.028, "release_date": "2005-07-11", "examine": "A pile of leaves.", "wiki_name": "Leaves", "wiki_url": "https://oldschool.runescape.wiki/w/Leaves", - "price": 0 + "price": 6 }, "6022": { "id": 6022, @@ -85835,16 +85834,15 @@ "members": true, "tradeable": true, "tradeable_on_ge": true, - "noteable": true, + "stackable": true, "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.028, "release_date": "2005-07-11", "examine": "A pile of Oak tree leaves.", "wiki_name": "Leaves (oak)", "wiki_url": "https://oldschool.runescape.wiki/w/Leaves_(oak)", - "price": 0 + "price": 28 }, "6024": { "id": 6024, @@ -85852,16 +85850,15 @@ "members": true, "tradeable": true, "tradeable_on_ge": true, - "noteable": true, + "stackable": true, "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.028, "release_date": "2005-07-11", "examine": "A pile of Willow tree leaves.", "wiki_name": "Leaves (willow)", "wiki_url": "https://oldschool.runescape.wiki/w/Leaves_(willow)", - "price": 0 + "price": 30 }, "6026": { "id": 6026, @@ -85869,16 +85866,15 @@ "members": true, "tradeable": true, "tradeable_on_ge": true, - "noteable": true, + "stackable": true, "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.028, "release_date": "2005-07-11", "examine": "A pile of Yew tree leaves.", "wiki_name": "Leaves (yew)", "wiki_url": "https://oldschool.runescape.wiki/w/Leaves_(yew)", - "price": 0 + "price": 107.5 }, "6028": { "id": 6028, @@ -85886,16 +85882,15 @@ "members": true, "tradeable": true, "tradeable_on_ge": true, - "noteable": true, + "stackable": true, "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.028, "release_date": "2005-07-11", "examine": "A pile of Maple tree leaves.", "wiki_name": "Leaves (maple)", "wiki_url": "https://oldschool.runescape.wiki/w/Leaves_(maple)", - "price": 0 + "price": 30 }, "6030": { "id": 6030, @@ -85903,16 +85898,15 @@ "members": true, "tradeable": true, "tradeable_on_ge": true, - "noteable": true, + "stackable": true, "cost": 1, "lowalch": 0, "highalch": 0, - "weight": 0.028, "release_date": "2005-07-11", "examine": "A pile of Magic tree leaves.", "wiki_name": "Leaves (magic)", "wiki_url": "https://oldschool.runescape.wiki/w/Leaves_(magic)", - "price": 0 + "price": 218 }, "6032": { "id": 6032, @@ -85930,7 +85924,7 @@ "examine": "Good for plants, helps them grow.", "wiki_name": "Compost", "wiki_url": "https://oldschool.runescape.wiki/w/Compost", - "price": 33 + "price": 28.5 }, "6034": { "id": 6034, @@ -85948,7 +85942,7 @@ "examine": "Super-good for the smallest or largest of plants.", "wiki_name": "Supercompost", "wiki_url": "https://oldschool.runescape.wiki/w/Supercompost", - "price": 565.5 + "price": 74.5 }, "6036": { "id": 6036, @@ -85966,7 +85960,7 @@ "examine": "Use this on plants to cure disease.", "wiki_name": "Plant cure", "wiki_url": "https://oldschool.runescape.wiki/w/Plant_cure", - "price": 293 + "price": 196.5 }, "6038": { "id": 6038, @@ -86072,7 +86066,7 @@ "examine": "The roots of the Oak tree.", "wiki_name": "Oak roots", "wiki_url": "https://oldschool.runescape.wiki/w/Oak_roots", - "price": 40.5 + "price": 153 }, "6045": { "id": 6045, @@ -86090,7 +86084,7 @@ "examine": "The roots of the Willow tree.", "wiki_name": "Willow roots", "wiki_url": "https://oldschool.runescape.wiki/w/Willow_roots", - "price": 39.5 + "price": 71 }, "6047": { "id": 6047, @@ -86108,7 +86102,7 @@ "examine": "The roots of the Maple tree.", "wiki_name": "Maple roots", "wiki_url": "https://oldschool.runescape.wiki/w/Maple_roots", - "price": 30 + "price": 61 }, "6049": { "id": 6049, @@ -86126,7 +86120,7 @@ "examine": "The roots of the Yew tree.", "wiki_name": "Yew roots", "wiki_url": "https://oldschool.runescape.wiki/w/Yew_roots", - "price": 554.5 + "price": 123.5 }, "6051": { "id": 6051, @@ -86144,7 +86138,7 @@ "examine": "The roots of the Magic tree.", "wiki_name": "Magic roots", "wiki_url": "https://oldschool.runescape.wiki/w/Magic_roots", - "price": 1726.5 + "price": 6182 }, "6053": { "id": 6053, @@ -86177,7 +86171,7 @@ "examine": "A handful of weeds.", "wiki_name": "Weeds", "wiki_url": "https://oldschool.runescape.wiki/w/Weeds", - "price": 145.5 + "price": 101 }, "6057": { "id": 6057, @@ -86258,7 +86252,7 @@ "ranged": 1 } }, - "price": 2999.5 + "price": 2000 }, "6062": { "id": 6062, @@ -86297,7 +86291,7 @@ "ranged": 1 } }, - "price": 3045 + "price": 663 }, "6063": { "id": 6063, @@ -87520,7 +87514,7 @@ "defence": 40 } }, - "price": 19944 + "price": 21946.5 }, "6129": { "id": 6129, @@ -87682,7 +87676,7 @@ "ranged": 40 } }, - "price": 5950 + "price": 4235 }, "6135": { "id": 6135, @@ -87764,7 +87758,7 @@ "magic": 40 } }, - "price": 46993 + "price": 76004.5 }, "6139": { "id": 6139, @@ -87805,7 +87799,7 @@ "magic": 40 } }, - "price": 162870 + "price": 32493 }, "6141": { "id": 6141, @@ -87887,7 +87881,7 @@ "magic": 40 } }, - "price": 4631.5 + "price": 9000 }, "6145": { "id": 6145, @@ -87925,7 +87919,7 @@ "slot": "feet", "requirements": null }, - "price": 6425 + "price": 314.5 }, "6147": { "id": 6147, @@ -87963,7 +87957,7 @@ "slot": "feet", "requirements": null }, - "price": 44388.5 + "price": 19500 }, "6149": { "id": 6149, @@ -88001,7 +87995,7 @@ "slot": "hands", "requirements": null }, - "price": 1657 + "price": 9975 }, "6151": { "id": 6151, @@ -88039,7 +88033,7 @@ "slot": "hands", "requirements": null }, - "price": 958 + "price": 407.5 }, "6153": { "id": 6153, @@ -88077,7 +88071,7 @@ "slot": "hands", "requirements": null }, - "price": 260000 + "price": 132500 }, "6155": { "id": 6155, @@ -88095,7 +88089,7 @@ "examine": "A sturdy piece of dagannoth hide.", "wiki_name": "Dagannoth hide", "wiki_url": "https://oldschool.runescape.wiki/w/Dagannoth_hide", - "price": 192.5 + "price": 376.5 }, "6157": { "id": 6157, @@ -88113,7 +88107,7 @@ "examine": "A spherical chunk of rock-shell.", "wiki_name": "Rock-shell chunk", "wiki_url": "https://oldschool.runescape.wiki/w/Rock-shell_chunk", - "price": 12566.5 + "price": 11298.5 }, "6159": { "id": 6159, @@ -88131,7 +88125,7 @@ "examine": "A curved piece of rock-shell.", "wiki_name": "Rock-shell shard", "wiki_url": "https://oldschool.runescape.wiki/w/Rock-shell_shard", - "price": 17728 + "price": 19806 }, "6161": { "id": 6161, @@ -88149,7 +88143,7 @@ "examine": "A slim piece of rock-shell.", "wiki_name": "Rock-shell splinter", "wiki_url": "https://oldschool.runescape.wiki/w/Rock-shell_splinter", - "price": 18935 + "price": 22664 }, "6163": { "id": 6163, @@ -88167,7 +88161,7 @@ "examine": "A fearsome looking skull.", "wiki_name": "Skull piece", "wiki_url": "https://oldschool.runescape.wiki/w/Skull_piece", - "price": 133894.5 + "price": 78193 }, "6165": { "id": 6165, @@ -88185,7 +88179,7 @@ "examine": "A slightly damaged ribcage.", "wiki_name": "Ribcage piece", "wiki_url": "https://oldschool.runescape.wiki/w/Ribcage_piece", - "price": 6576 + "price": 10014 }, "6167": { "id": 6167, @@ -88221,7 +88215,7 @@ "examine": "A toughened chunk of dagannoth hide.", "wiki_name": "Circular hide", "wiki_url": "https://oldschool.runescape.wiki/w/Circular_hide", - "price": 27636 + "price": 5130 }, "6171": { "id": 6171, @@ -88239,7 +88233,7 @@ "examine": "A tattered chunk of dagannoth hide.", "wiki_name": "Flattened hide", "wiki_url": "https://oldschool.runescape.wiki/w/Flattened_hide", - "price": 5322.5 + "price": 9041.5 }, "6173": { "id": 6173, @@ -88656,7 +88650,7 @@ "examine": "Teak logs prepared with sacred oil for a funeral pyre.", "wiki_name": "Teak pyre logs", "wiki_url": "https://oldschool.runescape.wiki/w/Teak_pyre_logs", - "price": 1574.5 + "price": 2108 }, "6213": { "id": 6213, @@ -88674,7 +88668,7 @@ "examine": "Mahogany logs prepared with sacred oil for a funeral pyre.", "wiki_name": "Mahogany pyre logs", "wiki_url": "https://oldschool.runescape.wiki/w/Mahogany_pyre_logs", - "price": 990.5 + "price": 2819 }, "6215": { "id": 6215, @@ -88713,7 +88707,7 @@ "defence": 25 } }, - "price": 14250 + "price": 6243 }, "6217": { "id": 6217, @@ -89094,7 +89088,7 @@ "defence": 25 } }, - "price": 2423 + "price": 5117.5 }, "6237": { "id": 6237, @@ -89133,7 +89127,7 @@ "defence": 25 } }, - "price": 2457 + "price": 5034 }, "6239": { "id": 6239, @@ -89514,7 +89508,7 @@ "defence": 25 } }, - "price": 2336.5 + "price": 5174.5 }, "6259": { "id": 6259, @@ -89553,7 +89547,7 @@ "defence": 25 } }, - "price": 1520 + "price": 4769 }, "6261": { "id": 6261, @@ -89934,7 +89928,7 @@ "defence": 25 } }, - "price": 2058 + "price": 3472 }, "6281": { "id": 6281, @@ -89952,7 +89946,7 @@ "examine": "A wooden pole for use in primitive construction.", "wiki_name": "Thatch spar light", "wiki_url": "https://oldschool.runescape.wiki/w/Thatch_spar_light", - "price": 33 + "price": 181 }, "6283": { "id": 6283, @@ -89970,7 +89964,7 @@ "examine": "A wooden pole for use in primitive construction.", "wiki_name": "Thatch spar med", "wiki_url": "https://oldschool.runescape.wiki/w/Thatch_spar_med", - "price": 2505 + "price": 75 }, "6285": { "id": 6285, @@ -90006,7 +90000,7 @@ "examine": "Scaly but not slimy! It could be a useful material if it were tanned.", "wiki_name": "Snake hide", "wiki_url": "https://oldschool.runescape.wiki/w/Snake_hide", - "price": 95 + "price": 28 }, "6289": { "id": 6289, @@ -90024,7 +90018,7 @@ "examine": "Nicely tanned skin from a snake.", "wiki_name": "Snakeskin", "wiki_url": "https://oldschool.runescape.wiki/w/Snakeskin", - "price": 17 + "price": 25 }, "6291": { "id": 6291, @@ -90110,7 +90104,7 @@ "examine": "A nicely roasted spider threaded onto an arrow shaft.", "wiki_name": "Spider on shaft", "wiki_url": "https://oldschool.runescape.wiki/w/Spider_on_shaft", - "price": 1999.5 + "price": 162 }, "6301": { "id": 6301, @@ -90159,7 +90153,7 @@ "examine": "A sharp pointed stick, quite resistant to fire.", "wiki_name": "Skewer stick", "wiki_url": "https://oldschool.runescape.wiki/w/Skewer_stick", - "price": 21 + "price": 150 }, "6306": { "id": 6306, @@ -90176,7 +90170,7 @@ "examine": "Karamja currency.", "wiki_name": "Trading sticks", "wiki_url": "https://oldschool.runescape.wiki/w/Trading_sticks", - "price": 9 + "price": 6.5 }, "6311": { "id": 6311, @@ -90194,7 +90188,7 @@ "examine": "Plant this in a herb patch to grow Goutweed.", "wiki_name": "Gout tuber", "wiki_url": "https://oldschool.runescape.wiki/w/Gout_tuber", - "price": 594392 + "price": 974554.5 }, "6313": { "id": 6313, @@ -90267,7 +90261,7 @@ } ] }, - "price": 1396.5 + "price": 1746.5 }, "6315": { "id": 6315, @@ -90340,7 +90334,7 @@ } ] }, - "price": 7202 + "price": 20616.5 }, "6317": { "id": 6317, @@ -90430,7 +90424,7 @@ "examine": "A giant mosquito's proboscis, aerodynamic and sharp!", "wiki_name": "Proboscis", "wiki_url": "https://oldschool.runescape.wiki/w/Proboscis", - "price": 190 + "price": 365.5 }, "6322": { "id": 6322, @@ -90553,7 +90547,7 @@ "defence": 30 } }, - "price": 250 + "price": 459 }, "6328": { "id": 6328, @@ -90594,7 +90588,7 @@ "defence": 30 } }, - "price": 257 + "price": 361.5 }, "6330": { "id": 6330, @@ -90635,7 +90629,7 @@ "defence": 30 } }, - "price": 225.5 + "price": 114.5 }, "6332": { "id": 6332, @@ -90671,7 +90665,7 @@ "examine": "Some well-cut teak logs.", "wiki_name": "Teak logs", "wiki_url": "https://oldschool.runescape.wiki/w/Teak_logs", - "price": 219.5 + "price": 148.5 }, "6335": { "id": 6335, @@ -90747,7 +90741,7 @@ "slot": "head", "requirements": null }, - "price": 2279.5 + "price": 2024 }, "6339": { "id": 6339, @@ -90785,7 +90779,7 @@ "slot": "head", "requirements": null }, - "price": 1774.5 + "price": 2207.5 }, "6341": { "id": 6341, @@ -90823,7 +90817,7 @@ "slot": "body", "requirements": null }, - "price": 33000 + "price": 2277.5 }, "6343": { "id": 6343, @@ -90861,7 +90855,7 @@ "slot": "legs", "requirements": null }, - "price": 2498 + "price": 4987.5 }, "6345": { "id": 6345, @@ -90899,7 +90893,7 @@ "slot": "head", "requirements": null }, - "price": 8477 + "price": 1717 }, "6347": { "id": 6347, @@ -91013,7 +91007,7 @@ "slot": "body", "requirements": null }, - "price": 6526 + "price": 7510 }, "6353": { "id": 6353, @@ -91051,7 +91045,7 @@ "slot": "legs", "requirements": null }, - "price": 1500.5 + "price": 9050.5 }, "6355": { "id": 6355, @@ -91089,7 +91083,7 @@ "slot": "head", "requirements": null }, - "price": 8441.5 + "price": 1773 }, "6357": { "id": 6357, @@ -91127,7 +91121,7 @@ "slot": "feet", "requirements": null }, - "price": 2799 + "price": 1199.5 }, "6359": { "id": 6359, @@ -91203,7 +91197,7 @@ "slot": "body", "requirements": null }, - "price": 2857 + "price": 1998 }, "6363": { "id": 6363, @@ -91241,7 +91235,7 @@ "slot": "legs", "requirements": null }, - "price": 638 + "price": 780.5 }, "6365": { "id": 6365, @@ -91317,7 +91311,7 @@ "slot": "feet", "requirements": null }, - "price": 385 + "price": 4332.5 }, "6369": { "id": 6369, @@ -91355,7 +91349,7 @@ "slot": "hands", "requirements": null }, - "price": 4411 + "price": 2072.5 }, "6371": { "id": 6371, @@ -91393,7 +91387,7 @@ "slot": "body", "requirements": null }, - "price": 50000 + "price": 4123.5 }, "6373": { "id": 6373, @@ -91431,7 +91425,7 @@ "slot": "legs", "requirements": null }, - "price": 7174.5 + "price": 1392 }, "6375": { "id": 6375, @@ -91469,7 +91463,7 @@ "slot": "head", "requirements": null }, - "price": 1534 + "price": 2719.5 }, "6377": { "id": 6377, @@ -91507,7 +91501,7 @@ "slot": "feet", "requirements": null }, - "price": 2565.5 + "price": 12834.5 }, "6379": { "id": 6379, @@ -91545,7 +91539,7 @@ "slot": "hands", "requirements": null }, - "price": 481.5 + "price": 1023 }, "6382": { "id": 6382, @@ -91583,7 +91577,7 @@ "slot": "head", "requirements": null }, - "price": 3362.5 + "price": 388 }, "6384": { "id": 6384, @@ -91621,7 +91615,7 @@ "slot": "body", "requirements": null }, - "price": 1468 + "price": 388.5 }, "6386": { "id": 6386, @@ -91659,7 +91653,7 @@ "slot": "legs", "requirements": null }, - "price": 366 + "price": 2599.5 }, "6388": { "id": 6388, @@ -91697,7 +91691,7 @@ "slot": "body", "requirements": null }, - "price": 3350 + "price": 621 }, "6390": { "id": 6390, @@ -91735,7 +91729,7 @@ "slot": "legs", "requirements": null }, - "price": 465.5 + "price": 1840.5 }, "6392": { "id": 6392, @@ -91773,7 +91767,7 @@ "slot": "head", "requirements": null }, - "price": 553.5 + "price": 381.5 }, "6394": { "id": 6394, @@ -91811,7 +91805,7 @@ "slot": "body", "requirements": null }, - "price": 887 + "price": 175.5 }, "6396": { "id": 6396, @@ -91849,7 +91843,7 @@ "slot": "legs", "requirements": null }, - "price": 1426 + "price": 4740 }, "6398": { "id": 6398, @@ -91887,7 +91881,7 @@ "slot": "legs", "requirements": null }, - "price": 1102.5 + "price": 501 }, "6400": { "id": 6400, @@ -91925,7 +91919,7 @@ "slot": "head", "requirements": null }, - "price": 1145 + "price": 340 }, "6402": { "id": 6402, @@ -91963,7 +91957,7 @@ "slot": "body", "requirements": null }, - "price": 805.5 + "price": 632 }, "6404": { "id": 6404, @@ -92105,7 +92099,7 @@ } ] }, - "price": 3000 + "price": 2131.5 }, "6410": { "id": 6410, @@ -92237,7 +92231,7 @@ } ] }, - "price": 10049.5 + "price": 6478.5 }, "6414": { "id": 6414, @@ -92303,7 +92297,7 @@ } ] }, - "price": 1059 + "price": 760 }, "6416": { "id": 6416, @@ -92369,7 +92363,7 @@ } ] }, - "price": 4110 + "price": 2434 }, "6418": { "id": 6418, @@ -92435,7 +92429,7 @@ } ] }, - "price": 2605.5 + "price": 1543.5 }, "6420": { "id": 6420, @@ -92501,7 +92495,7 @@ } ] }, - "price": 1584.5 + "price": 1916 }, "6448": { "id": 6448, @@ -92809,7 +92803,7 @@ "examine": "Pour this on compost to turn it into super-compost.", "wiki_name": "Compost potion (4 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Compost_potion#4_dose", - "price": 491 + "price": 8.5 }, "6472": { "id": 6472, @@ -92827,7 +92821,7 @@ "examine": "Pour this on compost to turn it into super-compost.", "wiki_name": "Compost potion (3 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Compost_potion#3_dose", - "price": 17 + "price": 24 }, "6474": { "id": 6474, @@ -92845,7 +92839,7 @@ "examine": "Pour this on compost to turn it into super-compost.", "wiki_name": "Compost potion (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Compost_potion#2_dose", - "price": 46.5 + "price": 13 }, "6476": { "id": 6476, @@ -92863,7 +92857,7 @@ "examine": "Pour this on compost to turn it into super-compost.", "wiki_name": "Compost potion (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Compost_potion#1_dose", - "price": 35 + "price": 1 }, "6478": { "id": 6478, @@ -92998,7 +92992,7 @@ } ] }, - "price": 1818.5 + "price": 2524 }, "6523": { "id": 6523, @@ -93073,7 +93067,7 @@ } ] }, - "price": 394534 + "price": 350344.5 }, "6524": { "id": 6524, @@ -93113,7 +93107,7 @@ "defence": 60 } }, - "price": 254855.5 + "price": 480174.5 }, "6525": { "id": 6525, @@ -93188,7 +93182,7 @@ } ] }, - "price": 61193.5 + "price": 75452 }, "6526": { "id": 6526, @@ -93271,7 +93265,7 @@ } ] }, - "price": 463499 + "price": 439125 }, "6527": { "id": 6527, @@ -93339,7 +93333,7 @@ } ] }, - "price": 118750 + "price": 142618 }, "6528": { "id": 6528, @@ -93407,7 +93401,7 @@ } ] }, - "price": 185500 + "price": 252913 }, "6529": { "id": 6529, @@ -93901,7 +93895,7 @@ } ] }, - "price": 21132 + "price": 28248.5 }, "6563": { "id": 6563, @@ -93984,7 +93978,7 @@ } ] }, - "price": 42166 + "price": 48000.5 }, "6568": { "id": 6568, @@ -94022,7 +94016,7 @@ "slot": "cape", "requirements": null }, - "price": 540474 + "price": 607479 }, "6570": { "id": 6570, @@ -94074,7 +94068,7 @@ "examine": "This would be worth more cut.", "wiki_name": "Uncut onyx", "wiki_url": "https://oldschool.runescape.wiki/w/Uncut_onyx", - "price": 2710500.5 + "price": 2376834.5 }, "6573": { "id": 6573, @@ -94092,7 +94086,7 @@ "examine": "This looks valuable.", "wiki_name": "Onyx", "wiki_url": "https://oldschool.runescape.wiki/w/Onyx", - "price": 2792273.5 + "price": 2350372 }, "6575": { "id": 6575, @@ -94130,7 +94124,7 @@ "slot": "ring", "requirements": null }, - "price": 2417903 + "price": 1772158.5 }, "6577": { "id": 6577, @@ -94168,7 +94162,7 @@ "slot": "neck", "requirements": null }, - "price": 2650000 + "price": 1930000 }, "6579": { "id": 6579, @@ -94186,7 +94180,7 @@ "examine": "It needs a string so I can wear it.", "wiki_name": "Onyx amulet (u)", "wiki_url": "https://oldschool.runescape.wiki/w/Onyx_amulet_(u)", - "price": 1869943.5 + "price": 1950000 }, "6581": { "id": 6581, @@ -94224,7 +94218,7 @@ "slot": "neck", "requirements": null }, - "price": 2600000 + "price": 2184313 }, "6583": { "id": 6583, @@ -94262,7 +94256,7 @@ "slot": "ring", "requirements": null }, - "price": 2390000 + "price": 2582500 }, "6585": { "id": 6585, @@ -94300,7 +94294,7 @@ "slot": "neck", "requirements": null }, - "price": 2711546 + "price": 2372536.5 }, "6587": { "id": 6587, @@ -94375,7 +94369,7 @@ } ] }, - "price": 3717.5 + "price": 2466.5 }, "6589": { "id": 6589, @@ -94450,7 +94444,7 @@ } ] }, - "price": 651.5 + "price": 1142.5 }, "6591": { "id": 6591, @@ -94600,7 +94594,7 @@ } ] }, - "price": 5066.5 + "price": 130.5 }, "6595": { "id": 6595, @@ -94675,7 +94669,7 @@ } ] }, - "price": 68000 + "price": 171 }, "6597": { "id": 6597, @@ -94750,7 +94744,7 @@ } ] }, - "price": 395 + "price": 348 }, "6599": { "id": 6599, @@ -94819,7 +94813,7 @@ } ] }, - "price": 1491.5 + "price": 2444 }, "6601": { "id": 6601, @@ -94894,7 +94888,7 @@ } ] }, - "price": 2500.5 + "price": 10305 }, "6603": { "id": 6603, @@ -94976,7 +94970,7 @@ } ] }, - "price": 2249.5 + "price": 765.5 }, "6605": { "id": 6605, @@ -95051,7 +95045,7 @@ } ] }, - "price": 1730 + "price": 2410.5 }, "6607": { "id": 6607, @@ -95126,7 +95120,7 @@ } ] }, - "price": 831 + "price": 1492.5 }, "6609": { "id": 6609, @@ -95201,7 +95195,7 @@ } ] }, - "price": 1428.5 + "price": 1683 }, "6611": { "id": 6611, @@ -95276,7 +95270,7 @@ } ] }, - "price": 634 + "price": 4052.5 }, "6613": { "id": 6613, @@ -95344,7 +95338,7 @@ } ] }, - "price": 3312 + "price": 847.5 }, "6615": { "id": 6615, @@ -95384,7 +95378,7 @@ "defence": 10 } }, - "price": 454.5 + "price": 760.5 }, "6617": { "id": 6617, @@ -95424,7 +95418,7 @@ "defence": 10 } }, - "price": 4592.5 + "price": 4014 }, "6619": { "id": 6619, @@ -95464,7 +95458,7 @@ "defence": 10 } }, - "price": 1265 + "price": 881.5 }, "6621": { "id": 6621, @@ -95504,7 +95498,7 @@ "defence": 10 } }, - "price": 2050 + "price": 581.5 }, "6623": { "id": 6623, @@ -95544,7 +95538,7 @@ "defence": 10 } }, - "price": 9633.5 + "price": 1143.5 }, "6625": { "id": 6625, @@ -95584,7 +95578,7 @@ "defence": 10 } }, - "price": 3778.5 + "price": 2897 }, "6627": { "id": 6627, @@ -95624,7 +95618,7 @@ "defence": 10 } }, - "price": 61442 + "price": 7521.5 }, "6629": { "id": 6629, @@ -95664,7 +95658,7 @@ "defence": 10 } }, - "price": 190 + "price": 596 }, "6631": { "id": 6631, @@ -95704,7 +95698,7 @@ "defence": 10 } }, - "price": 2189 + "price": 15000.5 }, "6633": { "id": 6633, @@ -95744,7 +95738,7 @@ "defence": 10 } }, - "price": 2236.5 + "price": 3681 }, "6635": { "id": 6635, @@ -96264,7 +96258,7 @@ "examine": "An empty fishbowl.", "wiki_name": "Fishbowl (Empty)", "wiki_url": "https://oldschool.runescape.wiki/w/Fishbowl#Empty", - "price": 28 + "price": 23.5 }, "6668": { "id": 6668, @@ -96450,7 +96444,7 @@ "examine": "One of the ingredients for making fish food.", "wiki_name": "Ground guam", "wiki_url": "https://oldschool.runescape.wiki/w/Ground_guam", - "price": 10 + "price": 21.5 }, "6683": { "id": 6683, @@ -96484,7 +96478,7 @@ "examine": "4 doses of Saradomin brew.", "wiki_name": "Saradomin brew (4 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Saradomin_brew#4_dose", - "price": 7618.5 + "price": 10317 }, "6687": { "id": 6687, @@ -96502,7 +96496,7 @@ "examine": "3 doses of Saradomin brew.", "wiki_name": "Saradomin brew (3 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Saradomin_brew#3_dose", - "price": 5622.5 + "price": 7530.5 }, "6689": { "id": 6689, @@ -96520,7 +96514,7 @@ "examine": "2 doses of Saradomin brew.", "wiki_name": "Saradomin brew (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Saradomin_brew#2_dose", - "price": 3553 + "price": 5019.5 }, "6691": { "id": 6691, @@ -96538,7 +96532,7 @@ "examine": "1 dose of Saradomin brew.", "wiki_name": "Saradomin brew (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Saradomin_brew#1_dose", - "price": 1866.5 + "price": 2518 }, "6693": { "id": 6693, @@ -96556,7 +96550,7 @@ "examine": "A crushed bird's nest.", "wiki_name": "Crushed nest", "wiki_url": "https://oldschool.runescape.wiki/w/Crushed_nest", - "price": 5300 + "price": 6305.5 }, "6695": { "id": 6695, @@ -96597,7 +96591,7 @@ "examine": "A pat of freshly churned butter.", "wiki_name": "Pat of butter", "wiki_url": "https://oldschool.runescape.wiki/w/Pat_of_butter", - "price": 229 + "price": 20.5 }, "6699": { "id": 6699, @@ -96631,7 +96625,7 @@ "examine": "It'd taste even better with some toppings.", "wiki_name": "Baked potato", "wiki_url": "https://oldschool.runescape.wiki/w/Baked_potato", - "price": 200 + "price": 142.5 }, "6703": { "id": 6703, @@ -96649,7 +96643,7 @@ "examine": "A baked potato with butter.", "wiki_name": "Potato with butter", "wiki_url": "https://oldschool.runescape.wiki/w/Potato_with_butter", - "price": 1609.5 + "price": 346 }, "6705": { "id": 6705, @@ -96667,7 +96661,7 @@ "examine": "A baked potato with butter and cheese.", "wiki_name": "Potato with cheese", "wiki_url": "https://oldschool.runescape.wiki/w/Potato_with_cheese", - "price": 204.5 + "price": 246 }, "6707": { "id": 6707, @@ -96954,7 +96948,7 @@ } ] }, - "price": 20384 + "price": 22500 }, "6728": { "id": 6728, @@ -96986,7 +96980,7 @@ "examine": "These would feed a dogfish for months!", "wiki_name": "Dagannoth bones", "wiki_url": "https://oldschool.runescape.wiki/w/Dagannoth_bones", - "price": 8418 + "price": 9969.5 }, "6731": { "id": 6731, @@ -97024,7 +97018,7 @@ "slot": "ring", "requirements": null }, - "price": 868679.5 + "price": 391738 }, "6733": { "id": 6733, @@ -97062,7 +97056,7 @@ "slot": "ring", "requirements": null }, - "price": 4063755.5 + "price": 3270861.5 }, "6735": { "id": 6735, @@ -97100,7 +97094,7 @@ "slot": "ring", "requirements": null }, - "price": 113112 + "price": 54042 }, "6737": { "id": 6737, @@ -97138,7 +97132,7 @@ "slot": "ring", "requirements": null }, - "price": 3019767 + "price": 2817683.5 }, "6739": { "id": 6739, @@ -97213,7 +97207,7 @@ } ] }, - "price": 177565.5 + "price": 50657.5 }, "6741": { "id": 6741, @@ -97461,7 +97455,7 @@ "slot": "body", "requirements": null }, - "price": 1301.5 + "price": 2587.5 }, "6752": { "id": 6752, @@ -97643,7 +97637,7 @@ } ] }, - "price": 2652 + "price": 9500 }, "6762": { "id": 6762, @@ -97709,7 +97703,7 @@ } ] }, - "price": 2067 + "price": 7257.5 }, "6764": { "id": 6764, @@ -97775,7 +97769,7 @@ } ] }, - "price": 2177.5 + "price": 10100.5 }, "6766": { "id": 6766, @@ -98518,7 +98512,7 @@ "examine": "Better eat this before it melts.", "wiki_name": "Choc-ice", "wiki_url": "https://oldschool.runescape.wiki/w/Choc-ice", - "price": 117 + "price": 138 }, "6796": { "id": 6796, @@ -99960,7 +99954,7 @@ "magic": 60 } }, - "price": 1976037.5 + "price": 2391136 }, "6891": { "id": 6891, @@ -99978,7 +99972,7 @@ "examine": "A book about the Training Arena.", "wiki_name": "Arena book", "wiki_url": "https://oldschool.runescape.wiki/w/Arena_book", - "price": 1757.5 + "price": 442 }, "6893": { "id": 6893, @@ -100260,7 +100254,7 @@ } ] }, - "price": 120155.5 + "price": 165190 }, "6910": { "id": 6910, @@ -100342,7 +100336,7 @@ } ] }, - "price": 544500 + "price": 435167 }, "6912": { "id": 6912, @@ -100424,7 +100418,7 @@ } ] }, - "price": 975619 + "price": 1677500 }, "6914": { "id": 6914, @@ -100506,7 +100500,7 @@ } ] }, - "price": 1881881 + "price": 3018162 }, "6916": { "id": 6916, @@ -100547,7 +100541,7 @@ "defence": 25 } }, - "price": 1655005 + "price": 2332715 }, "6918": { "id": 6918, @@ -100588,7 +100582,7 @@ "defence": 25 } }, - "price": 1571923.5 + "price": 1619396 }, "6920": { "id": 6920, @@ -100629,7 +100623,7 @@ "defence": 25 } }, - "price": 372234 + "price": 466377.5 }, "6922": { "id": 6922, @@ -100670,7 +100664,7 @@ "defence": 25 } }, - "price": 383831.5 + "price": 739721 }, "6924": { "id": 6924, @@ -100711,7 +100705,7 @@ "defence": 25 } }, - "price": 1722247 + "price": 3164845.5 }, "6926": { "id": 6926, @@ -100953,7 +100947,7 @@ "slot": "cape", "requirements": null }, - "price": 3664.5 + "price": 2750 }, "6961": { "id": 6961, @@ -101080,7 +101074,7 @@ "examine": "A tiny chunk of sandstone.", "wiki_name": "Sandstone (1kg)", "wiki_url": "https://oldschool.runescape.wiki/w/Sandstone#1kg", - "price": 1 + "price": 15.5 }, "6973": { "id": 6973, @@ -101098,7 +101092,7 @@ "examine": "A small chunk of sandstone.", "wiki_name": "Sandstone (2kg)", "wiki_url": "https://oldschool.runescape.wiki/w/Sandstone#2kg", - "price": 53.5 + "price": 29 }, "6975": { "id": 6975, @@ -101134,7 +101128,7 @@ "examine": "A large chunk of sandstone.", "wiki_name": "Sandstone (10kg)", "wiki_url": "https://oldschool.runescape.wiki/w/Sandstone#10kg", - "price": 2318 + "price": 1544.5 }, "6979": { "id": 6979, @@ -101152,7 +101146,7 @@ "examine": "A tiny chunk of granite.", "wiki_name": "Granite (500g)", "wiki_url": "https://oldschool.runescape.wiki/w/Granite#500g", - "price": 210 + "price": 400 }, "6981": { "id": 6981, @@ -101188,7 +101182,7 @@ "examine": "A medium-sized chunk of granite.", "wiki_name": "Granite (5kg)", "wiki_url": "https://oldschool.runescape.wiki/w/Granite#5kg", - "price": 1876 + "price": 503.5 }, "6985": { "id": 6985, @@ -101523,7 +101517,7 @@ "slayer": 33 } }, - "price": 189.5 + "price": 1403 }, "7053": { "id": 7053, @@ -101577,7 +101571,7 @@ "examine": "A baked potato with chilli con carne.", "wiki_name": "Chilli potato", "wiki_url": "https://oldschool.runescape.wiki/w/Chilli_potato", - "price": 163 + "price": 143.5 }, "7056": { "id": 7056, @@ -101595,7 +101589,7 @@ "examine": "A baked potato with egg and tomato.", "wiki_name": "Egg potato", "wiki_url": "https://oldschool.runescape.wiki/w/Egg_potato", - "price": 278 + "price": 228.5 }, "7058": { "id": 7058, @@ -101613,7 +101607,7 @@ "examine": "A baked potato with mushroom and onions.", "wiki_name": "Mushroom potato", "wiki_url": "https://oldschool.runescape.wiki/w/Mushroom_potato", - "price": 950.5 + "price": 519 }, "7060": { "id": 7060, @@ -101631,7 +101625,7 @@ "examine": "A baked potato with tuna and sweetcorn.", "wiki_name": "Tuna potato", "wiki_url": "https://oldschool.runescape.wiki/w/Tuna_potato", - "price": 1383.5 + "price": 991.5 }, "7062": { "id": 7062, @@ -101685,7 +101679,7 @@ "examine": "A bowl of fried mushroom and onions.", "wiki_name": "Mushroom & onion", "wiki_url": "https://oldschool.runescape.wiki/w/Mushroom_&_onion", - "price": 10120.5 + "price": 637.5 }, "7068": { "id": 7068, @@ -101703,7 +101697,7 @@ "examine": "A bowl of cooked tuna and sweetcorn.", "wiki_name": "Tuna and corn", "wiki_url": "https://oldschool.runescape.wiki/w/Tuna_and_corn", - "price": 713.5 + "price": 591 }, "7070": { "id": 7070, @@ -101739,7 +101733,7 @@ "examine": "A bowl of spicy sauce.", "wiki_name": "Spicy sauce", "wiki_url": "https://oldschool.runescape.wiki/w/Spicy_sauce", - "price": 2000 + "price": 1165 }, "7074": { "id": 7074, @@ -101757,7 +101751,7 @@ "examine": "A bowl of chopped garlic.", "wiki_name": "Chopped garlic", "wiki_url": "https://oldschool.runescape.wiki/w/Chopped_garlic", - "price": 133.5 + "price": 2502 }, "7076": { "id": 7076, @@ -101775,7 +101769,7 @@ "examine": "A bowl of uncooked egg.", "wiki_name": "Uncooked egg", "wiki_url": "https://oldschool.runescape.wiki/w/Uncooked_egg", - "price": 2999 + "price": 557.5 }, "7078": { "id": 7078, @@ -101793,7 +101787,7 @@ "examine": "A bowl of scrambled egg.", "wiki_name": "Scrambled egg", "wiki_url": "https://oldschool.runescape.wiki/w/Scrambled_egg", - "price": 3754.5 + "price": 1277.5 }, "7080": { "id": 7080, @@ -101829,7 +101823,7 @@ "examine": "A bowl of fried Bittercap mushrooms.", "wiki_name": "Fried mushrooms", "wiki_url": "https://oldschool.runescape.wiki/w/Fried_mushrooms", - "price": 87 + "price": 106.5 }, "7084": { "id": 7084, @@ -101847,7 +101841,7 @@ "examine": "A bowl of sliced, fried onions.", "wiki_name": "Fried onions", "wiki_url": "https://oldschool.runescape.wiki/w/Fried_onions", - "price": 100 + "price": 2 }, "7086": { "id": 7086, @@ -101865,7 +101859,7 @@ "examine": "A bowl of finely chopped tuna.", "wiki_name": "Chopped tuna", "wiki_url": "https://oldschool.runescape.wiki/w/Chopped_tuna", - "price": 209 + "price": 2629.5 }, "7088": { "id": 7088, @@ -101883,7 +101877,7 @@ "examine": "A bowl of cooked sweetcorn.", "wiki_name": "Sweetcorn (bowl)", "wiki_url": "https://oldschool.runescape.wiki/w/Sweetcorn_(bowl)", - "price": 500 + "price": 336.5 }, "7090": { "id": 7090, @@ -101993,7 +101987,7 @@ "slot": "body", "requirements": null }, - "price": 218 + "price": 112.5 }, "7112": { "id": 7112, @@ -102069,7 +102063,7 @@ "slot": "feet", "requirements": null }, - "price": 271 + "price": 923.5 }, "7116": { "id": 7116, @@ -102197,7 +102191,7 @@ "slot": "body", "requirements": null }, - "price": 688.5 + "price": 793.5 }, "7124": { "id": 7124, @@ -102235,7 +102229,7 @@ "slot": "head", "requirements": null }, - "price": 905 + "price": 333.5 }, "7126": { "id": 7126, @@ -102273,7 +102267,7 @@ "slot": "legs", "requirements": null }, - "price": 5272.5 + "price": 174.5 }, "7128": { "id": 7128, @@ -102311,7 +102305,7 @@ "slot": "body", "requirements": null }, - "price": 5339 + "price": 6142.5 }, "7130": { "id": 7130, @@ -102349,7 +102343,7 @@ "slot": "head", "requirements": null }, - "price": 352 + "price": 785 }, "7132": { "id": 7132, @@ -102387,7 +102381,7 @@ "slot": "legs", "requirements": null }, - "price": 4480 + "price": 388.5 }, "7134": { "id": 7134, @@ -102425,7 +102419,7 @@ "slot": "body", "requirements": null }, - "price": 584 + "price": 9500 }, "7136": { "id": 7136, @@ -102463,7 +102457,7 @@ "slot": "head", "requirements": null }, - "price": 849 + "price": 659.5 }, "7138": { "id": 7138, @@ -102501,7 +102495,7 @@ "slot": "legs", "requirements": null }, - "price": 1005 + "price": 84.5 }, "7140": { "id": 7140, @@ -102981,7 +102975,7 @@ "slayer": 37 } }, - "price": 1400 + "price": 234.5 }, "7160": { "id": 7160, @@ -103058,7 +103052,7 @@ "examine": "Needs to be baked before I can use it.", "wiki_name": "Raw mud pie", "wiki_url": "https://oldschool.runescape.wiki/w/Raw_mud_pie", - "price": 1401.5 + "price": 683 }, "7170": { "id": 7170, @@ -103124,7 +103118,7 @@ } ] }, - "price": 319.5 + "price": 3651 }, "7172": { "id": 7172, @@ -103174,7 +103168,7 @@ "examine": "Needs cooking before I eat it.", "wiki_name": "Raw garden pie", "wiki_url": "https://oldschool.runescape.wiki/w/Raw_garden_pie", - "price": 937 + "price": 435.5 }, "7178": { "id": 7178, @@ -103192,7 +103186,7 @@ "examine": "What I wouldn't give for a good steak about now...", "wiki_name": "Garden pie (Full)", "wiki_url": "https://oldschool.runescape.wiki/w/Garden_pie#Full", - "price": 38.5 + "price": 141.5 }, "7180": { "id": 7180, @@ -103276,7 +103270,7 @@ "examine": "Bounty of the sea.", "wiki_name": "Fish pie (Full)", "wiki_url": "https://oldschool.runescape.wiki/w/Fish_pie#Full", - "price": 59.5 + "price": 375 }, "7190": { "id": 7190, @@ -103342,7 +103336,7 @@ "examine": "This would taste a lot better cooked.", "wiki_name": "Raw admiral pie", "wiki_url": "https://oldschool.runescape.wiki/w/Raw_admiral_pie", - "price": 847.5 + "price": 1150 }, "7198": { "id": 7198, @@ -103360,7 +103354,7 @@ "examine": "Much tastier than a normal fish pie.", "wiki_name": "Admiral pie (Full)", "wiki_url": "https://oldschool.runescape.wiki/w/Admiral_pie#Full", - "price": 138.5 + "price": 157.5 }, "7200": { "id": 7200, @@ -103426,7 +103420,7 @@ "examine": "Good as it looks, I'd better cook it.", "wiki_name": "Raw wild pie", "wiki_url": "https://oldschool.runescape.wiki/w/Raw_wild_pie", - "price": 4311.5 + "price": 3183.5 }, "7208": { "id": 7208, @@ -103444,7 +103438,7 @@ "examine": "A triumph of man over nature.", "wiki_name": "Wild pie (Full)", "wiki_url": "https://oldschool.runescape.wiki/w/Wild_pie#Full", - "price": 829.5 + "price": 714 }, "7210": { "id": 7210, @@ -103510,7 +103504,7 @@ "examine": "Fresh fruit may be good for you, but I should really cook this.", "wiki_name": "Raw summer pie", "wiki_url": "https://oldschool.runescape.wiki/w/Raw_summer_pie", - "price": 925 + "price": 1163 }, "7218": { "id": 7218, @@ -103578,7 +103572,7 @@ "examine": "A delicious looking piece of roast rabbit.", "wiki_name": "Roast rabbit", "wiki_url": "https://oldschool.runescape.wiki/w/Roast_rabbit", - "price": 127 + "price": 75.5 }, "7224": { "id": 7224, @@ -103726,7 +103720,7 @@ "slot": "head", "requirements": null }, - "price": 6249 + "price": 12894 }, "7321": { "id": 7321, @@ -103764,7 +103758,7 @@ "slot": "head", "requirements": null }, - "price": 2384 + "price": 3845 }, "7323": { "id": 7323, @@ -103802,7 +103796,7 @@ "slot": "head", "requirements": null }, - "price": 7000 + "price": 7999.5 }, "7325": { "id": 7325, @@ -103840,7 +103834,7 @@ "slot": "head", "requirements": null }, - "price": 40000 + "price": 6155 }, "7327": { "id": 7327, @@ -103878,7 +103872,7 @@ "slot": "head", "requirements": null }, - "price": 5999.5 + "price": 5108 }, "7329": { "id": 7329, @@ -103895,7 +103889,7 @@ "examine": "Makes firelighting a lot easier.", "wiki_name": "Red firelighter", "wiki_url": "https://oldschool.runescape.wiki/w/Red_firelighter", - "price": 73.5 + "price": 39 }, "7330": { "id": 7330, @@ -103912,7 +103906,7 @@ "examine": "Makes firelighting a lot easier.", "wiki_name": "Green firelighter", "wiki_url": "https://oldschool.runescape.wiki/w/Green_firelighter", - "price": 86 + "price": 52 }, "7331": { "id": 7331, @@ -103929,7 +103923,7 @@ "examine": "Makes firelighting a lot easier.", "wiki_name": "Blue firelighter", "wiki_url": "https://oldschool.runescape.wiki/w/Blue_firelighter", - "price": 66 + "price": 90 }, "7332": { "id": 7332, @@ -103968,7 +103962,7 @@ "defence": 10 } }, - "price": 2904.5 + "price": 3534.5 }, "7334": { "id": 7334, @@ -104046,7 +104040,7 @@ "defence": 40 } }, - "price": 70002.5 + "price": 55442 }, "7338": { "id": 7338, @@ -104085,7 +104079,7 @@ "defence": 10 } }, - "price": 3660 + "price": 1838 }, "7340": { "id": 7340, @@ -104124,7 +104118,7 @@ "defence": 30 } }, - "price": 51015 + "price": 4000 }, "7342": { "id": 7342, @@ -104202,7 +104196,7 @@ "defence": 10 } }, - "price": 4380 + "price": 3592.5 }, "7346": { "id": 7346, @@ -104241,7 +104235,7 @@ "defence": 30 } }, - "price": 16500 + "price": 3000 }, "7348": { "id": 7348, @@ -104319,7 +104313,7 @@ "defence": 10 } }, - "price": 2437.5 + "price": 1803.5 }, "7352": { "id": 7352, @@ -104358,7 +104352,7 @@ "defence": 30 } }, - "price": 21666.5 + "price": 2888 }, "7354": { "id": 7354, @@ -104397,7 +104391,7 @@ "defence": 40 } }, - "price": 34472.5 + "price": 46397.5 }, "7356": { "id": 7356, @@ -104436,7 +104430,7 @@ "defence": 10 } }, - "price": 1069.5 + "price": 2025.5 }, "7358": { "id": 7358, @@ -104475,7 +104469,7 @@ "defence": 30 } }, - "price": 2261.5 + "price": 2803.5 }, "7360": { "id": 7360, @@ -104554,7 +104548,7 @@ "defence": 20 } }, - "price": 29228.5 + "price": 13371.5 }, "7364": { "id": 7364, @@ -104594,7 +104588,7 @@ "defence": 20 } }, - "price": 7730 + "price": 3746.5 }, "7366": { "id": 7366, @@ -104634,7 +104628,7 @@ "defence": 1 } }, - "price": 15010 + "price": 5903.5 }, "7368": { "id": 7368, @@ -104674,7 +104668,7 @@ "defence": 1 } }, - "price": 6583.5 + "price": 5747.5 }, "7370": { "id": 7370, @@ -104714,7 +104708,7 @@ "defence": 40 } }, - "price": 5407.5 + "price": 4001.5 }, "7372": { "id": 7372, @@ -104836,7 +104830,7 @@ "defence": 40 } }, - "price": 5112.5 + "price": 7430.5 }, "7378": { "id": 7378, @@ -104875,7 +104869,7 @@ "ranged": 40 } }, - "price": 68767.5 + "price": 27502.5 }, "7380": { "id": 7380, @@ -104994,7 +104988,7 @@ "ranged": 50 } }, - "price": 1706 + "price": 2301 }, "7386": { "id": 7386, @@ -105031,7 +105025,7 @@ "slot": "legs", "requirements": null }, - "price": 38894.5 + "price": 17954.5 }, "7388": { "id": 7388, @@ -105068,7 +105062,7 @@ "slot": "legs", "requirements": null }, - "price": 13529.5 + "price": 4978.5 }, "7390": { "id": 7390, @@ -105105,7 +105099,7 @@ "slot": "body", "requirements": null }, - "price": 152029 + "price": 130500 }, "7392": { "id": 7392, @@ -105142,7 +105136,7 @@ "slot": "body", "requirements": null }, - "price": 53999.5 + "price": 28249 }, "7394": { "id": 7394, @@ -105179,7 +105173,7 @@ "slot": "head", "requirements": null }, - "price": 195568 + "price": 131901 }, "7396": { "id": 7396, @@ -105216,7 +105210,7 @@ "slot": "head", "requirements": null }, - "price": 107050.5 + "price": 48803.5 }, "7398": { "id": 7398, @@ -105537,7 +105531,7 @@ "examine": "A mole claw.", "wiki_name": "Mole claw", "wiki_url": "https://oldschool.runescape.wiki/w/Mole_claw", - "price": 7996.5 + "price": 6479.5 }, "7418": { "id": 7418, @@ -105555,7 +105549,7 @@ "examine": "The skin of a large mole.", "wiki_name": "Mole skin", "wiki_url": "https://oldschool.runescape.wiki/w/Mole_skin", - "price": 7696 + "price": 4380.5 }, "7420": { "id": 7420, @@ -105805,7 +105799,7 @@ } ] }, - "price": 275 + "price": 725 }, "7435": { "id": 7435, @@ -105878,7 +105872,7 @@ } ] }, - "price": 2600 + "price": 5247 }, "7437": { "id": 7437, @@ -105951,7 +105945,7 @@ } ] }, - "price": 295 + "price": 1968 }, "7439": { "id": 7439, @@ -106024,7 +106018,7 @@ } ] }, - "price": 878.5 + "price": 2557 }, "7441": { "id": 7441, @@ -106090,7 +106084,7 @@ } ] }, - "price": 2532.5 + "price": 682 }, "7443": { "id": 7443, @@ -106163,7 +106157,7 @@ } ] }, - "price": 1659 + "price": 4085.5 }, "7445": { "id": 7445, @@ -106229,7 +106223,7 @@ } ] }, - "price": 58499.5 + "price": 22845 }, "7447": { "id": 7447, @@ -106304,7 +106298,7 @@ } ] }, - "price": 4491.5 + "price": 3756.5 }, "7449": { "id": 7449, @@ -106443,7 +106437,7 @@ } ] }, - "price": 17887 + "price": 13941.5 }, "7453": { "id": 7453, @@ -106856,7 +106850,7 @@ "examine": "It's cornflour in a pot.", "wiki_name": "Pot of cornflour", "wiki_url": "https://oldschool.runescape.wiki/w/Pot_of_cornflour", - "price": 1930 + "price": 1700 }, "7470": { "id": 7470, @@ -107461,7 +107455,7 @@ "examine": "Nice and tasty!", "wiki_name": "Cooked crab meat (Five)", "wiki_url": "https://oldschool.runescape.wiki/w/Cooked_crab_meat#Five", - "price": 5187 + "price": 298.5 }, "7523": { "id": 7523, @@ -107919,7 +107913,7 @@ "examine": "The uncooked meat of a Jubbly bird.", "wiki_name": "Raw jubbly", "wiki_url": "https://oldschool.runescape.wiki/w/Raw_jubbly", - "price": 749.5 + "price": 458 }, "7568": { "id": 7568, @@ -107937,7 +107931,7 @@ "examine": "Lovely Jubbly!", "wiki_name": "Cooked jubbly", "wiki_url": "https://oldschool.runescape.wiki/w/Cooked_jubbly", - "price": 1559.5 + "price": 1775 }, "7570": { "id": 7570, @@ -109371,7 +109365,7 @@ "examine": "It's ground up silver.", "wiki_name": "Silver dust", "wiki_url": "https://oldschool.runescape.wiki/w/Silver_dust", - "price": 199.5 + "price": 222 }, "7652": { "id": 7652, @@ -109453,7 +109447,7 @@ "examine": "A potion of harralander, red spiders eggs, garlic and silver dust.", "wiki_name": "Guthix balance (4 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Guthix_balance#4_dose", - "price": 191 + "price": 131.5 }, "7662": { "id": 7662, @@ -109471,7 +109465,7 @@ "examine": "A potion of harralander, red spiders eggs, garlic and silver dust.", "wiki_name": "Guthix balance (3 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Guthix_balance#3_dose", - "price": 75.5 + "price": 88 }, "7664": { "id": 7664, @@ -109489,7 +109483,7 @@ "examine": "A potion of harralander, red spiders eggs, garlic and silver dust.", "wiki_name": "Guthix balance (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Guthix_balance#2_dose", - "price": 9001 + "price": 241 }, "7666": { "id": 7666, @@ -109575,7 +109569,7 @@ } ] }, - "price": 1802 + "price": 2118.5 }, "7671": { "id": 7671, @@ -110564,7 +110558,7 @@ "examine": "Nice bit of crafting!", "wiki_name": "Toy soldier (Wound)", "wiki_url": "https://oldschool.runescape.wiki/w/Toy_soldier#Wound", - "price": 3827 + "price": 6414.5 }, "7763": { "id": 7763, @@ -110582,7 +110576,7 @@ "examine": "Nice bit of crafting!", "wiki_name": "Toy doll (Normal)", "wiki_url": "https://oldschool.runescape.wiki/w/Toy_doll#Normal", - "price": 1802 + "price": 2626.5 }, "7765": { "id": 7765, @@ -110600,7 +110594,7 @@ "examine": "Nice bit of crafting!", "wiki_name": "Toy doll (Wound)", "wiki_url": "https://oldschool.runescape.wiki/w/Toy_doll#Wound", - "price": 4590.5 + "price": 3287.5 }, "7767": { "id": 7767, @@ -110618,7 +110612,7 @@ "examine": "Nice bit of crafting!", "wiki_name": "Toy mouse (Normal)", "wiki_url": "https://oldschool.runescape.wiki/w/Toy_mouse#Normal", - "price": 2914 + "price": 2406.5 }, "7769": { "id": 7769, @@ -110636,7 +110630,7 @@ "examine": "Nice bit of crafting!", "wiki_name": "Toy mouse (Wound)", "wiki_url": "https://oldschool.runescape.wiki/w/Toy_mouse#Wound", - "price": 2231 + "price": 3458 }, "7771": { "id": 7771, @@ -110654,7 +110648,7 @@ "examine": "Nice bit of crafting!", "wiki_name": "Toy cat", "wiki_url": "https://oldschool.runescape.wiki/w/Toy_cat", - "price": 2835.5 + "price": 3169.5 }, "7773": { "id": 7773, @@ -111064,7 +111058,7 @@ "examine": "Scaly but not slimy!", "wiki_name": "Snake hide (swamp)", "wiki_url": "https://oldschool.runescape.wiki/w/Snake_hide_(swamp)", - "price": 138.5 + "price": 69.5 }, "7803": { "id": 7803, @@ -112975,7 +112969,7 @@ "examine": "A very good vintage.", "wiki_name": "Bottle of wine", "wiki_url": "https://oldschool.runescape.wiki/w/Bottle_of_wine", - "price": 1290 + "price": 843 }, "7921": { "id": 7921, @@ -113146,7 +113140,7 @@ "examine": "An unimbued rune of extra capability.", "wiki_name": "Pure essence", "wiki_url": "https://oldschool.runescape.wiki/w/Pure_essence", - "price": 1.5 + "price": 2.5 }, "7938": { "id": 7938, @@ -113178,7 +113172,7 @@ "examine": "A word in your shell-like.", "wiki_name": "Tortoise shell", "wiki_url": "https://oldschool.runescape.wiki/w/Tortoise_shell", - "price": 7100 + "price": 1801.5 }, "7941": { "id": 7941, @@ -113238,7 +113232,7 @@ "examine": "I should try cooking this.", "wiki_name": "Raw monkfish", "wiki_url": "https://oldschool.runescape.wiki/w/Raw_monkfish", - "price": 235.5 + "price": 168.5 }, "7946": { "id": 7946, @@ -113256,7 +113250,7 @@ "examine": "A tasty fish.", "wiki_name": "Monkfish", "wiki_url": "https://oldschool.runescape.wiki/w/Monkfish", - "price": 321 + "price": 264 }, "7948": { "id": 7948, @@ -114059,7 +114053,7 @@ "examine": "A teleport to Varrock.", "wiki_name": "Varrock teleport (tablet)", "wiki_url": "https://oldschool.runescape.wiki/w/Varrock_teleport_(tablet)", - "price": 546 + "price": 450 }, "8008": { "id": 8008, @@ -114076,7 +114070,7 @@ "examine": "A teleport to Lumbridge.", "wiki_name": "Lumbridge teleport (tablet)", "wiki_url": "https://oldschool.runescape.wiki/w/Lumbridge_teleport_(tablet)", - "price": 500.5 + "price": 440.5 }, "8009": { "id": 8009, @@ -114093,7 +114087,7 @@ "examine": "A teleport to Falador.", "wiki_name": "Falador teleport (tablet)", "wiki_url": "https://oldschool.runescape.wiki/w/Falador_teleport_(tablet)", - "price": 384 + "price": 453 }, "8010": { "id": 8010, @@ -114110,7 +114104,7 @@ "examine": "A teleport to Camelot.", "wiki_name": "Camelot teleport (tablet)", "wiki_url": "https://oldschool.runescape.wiki/w/Camelot_teleport_(tablet)", - "price": 445 + "price": 305.5 }, "8011": { "id": 8011, @@ -114127,7 +114121,7 @@ "examine": "A teleport to East Ardougne.", "wiki_name": "Ardougne teleport (tablet)", "wiki_url": "https://oldschool.runescape.wiki/w/Ardougne_teleport_(tablet)", - "price": 475.5 + "price": 342.5 }, "8012": { "id": 8012, @@ -114144,7 +114138,7 @@ "examine": "A teleport to the Yanille Watchtower.", "wiki_name": "Watchtower teleport (tablet)", "wiki_url": "https://oldschool.runescape.wiki/w/Watchtower_teleport_(tablet)", - "price": 564 + "price": 663 }, "8013": { "id": 8013, @@ -114161,7 +114155,7 @@ "examine": "A teleport to one's own house.", "wiki_name": "Teleport to house (tablet)", "wiki_url": "https://oldschool.runescape.wiki/w/Teleport_to_house_(tablet)", - "price": 555.5 + "price": 436.5 }, "8014": { "id": 8014, @@ -114178,7 +114172,7 @@ "examine": "A tablet containing a magic spell.", "wiki_name": "Bones to bananas (tablet)", "wiki_url": "https://oldschool.runescape.wiki/w/Bones_to_bananas_(tablet)", - "price": 918 + "price": 651.5 }, "8015": { "id": 8015, @@ -114195,7 +114189,7 @@ "examine": "A tablet containing a magic spell.", "wiki_name": "Bones to peaches (tablet)", "wiki_url": "https://oldschool.runescape.wiki/w/Bones_to_peaches_(tablet)", - "price": 1018 + "price": 876.5 }, "8016": { "id": 8016, @@ -114212,7 +114206,7 @@ "examine": "A tablet containing a magic spell.", "wiki_name": "Enchant sapphire or opal", "wiki_url": "https://oldschool.runescape.wiki/w/Enchant_sapphire_or_opal", - "price": 46 + "price": 585 }, "8017": { "id": 8017, @@ -114229,7 +114223,7 @@ "examine": "A tablet containing a magic spell.", "wiki_name": "Enchant emerald or jade", "wiki_url": "https://oldschool.runescape.wiki/w/Enchant_emerald_or_jade", - "price": 355 + "price": 1240 }, "8018": { "id": 8018, @@ -114263,7 +114257,7 @@ "examine": "A tablet containing a magic spell.", "wiki_name": "Enchant diamond", "wiki_url": "https://oldschool.runescape.wiki/w/Enchant_diamond", - "price": 382 + "price": 675 }, "8020": { "id": 8020, @@ -114280,7 +114274,7 @@ "examine": "A tablet containing a magic spell.", "wiki_name": "Enchant dragonstone", "wiki_url": "https://oldschool.runescape.wiki/w/Enchant_dragonstone", - "price": 126 + "price": 1005 }, "8021": { "id": 8021, @@ -114297,7 +114291,7 @@ "examine": "A tablet containing a magic spell.", "wiki_name": "Enchant onyx", "wiki_url": "https://oldschool.runescape.wiki/w/Enchant_onyx", - "price": 521.5 + "price": 365.5 }, "8022": { "id": 8022, @@ -117560,7 +117554,7 @@ "examine": "You can plant this in your garden.", "wiki_name": "Bagged oak tree", "wiki_url": "https://oldschool.runescape.wiki/w/Bagged_oak_tree", - "price": 5430 + "price": 6741 }, "8423": { "id": 8423, @@ -117596,7 +117590,7 @@ "examine": "You can plant this in your garden.", "wiki_name": "Bagged maple tree", "wiki_url": "https://oldschool.runescape.wiki/w/Bagged_maple_tree", - "price": 14843.5 + "price": 18506 }, "8427": { "id": 8427, @@ -117614,7 +117608,7 @@ "examine": "You can plant this in your garden.", "wiki_name": "Bagged yew tree", "wiki_url": "https://oldschool.runescape.wiki/w/Bagged_yew_tree", - "price": 24475 + "price": 20647.5 }, "8429": { "id": 8429, @@ -117686,7 +117680,7 @@ "examine": "You can plant this in your garden.", "wiki_name": "Bagged plant 3", "wiki_url": "https://oldschool.runescape.wiki/w/Bagged_plant_3", - "price": 14327.5 + "price": 12325.5 }, "8437": { "id": 8437, @@ -117704,7 +117698,7 @@ "examine": "You can plant this in your garden.", "wiki_name": "Thorny hedge (bagged)", "wiki_url": "https://oldschool.runescape.wiki/w/Thorny_hedge_(bagged)", - "price": 4314 + "price": 3325.5 }, "8439": { "id": 8439, @@ -117722,7 +117716,7 @@ "examine": "You can plant this in your garden.", "wiki_name": "Nice hedge (bagged)", "wiki_url": "https://oldschool.runescape.wiki/w/Nice_hedge_(bagged)", - "price": 10864 + "price": 13025 }, "8441": { "id": 8441, @@ -117740,7 +117734,7 @@ "examine": "You can plant this in your garden.", "wiki_name": "Small box hedge (bagged)", "wiki_url": "https://oldschool.runescape.wiki/w/Small_box_hedge_(bagged)", - "price": 10000.5 + "price": 15947 }, "8443": { "id": 8443, @@ -117758,7 +117752,7 @@ "examine": "You can plant this in your garden.", "wiki_name": "Topiary hedge (bagged)", "wiki_url": "https://oldschool.runescape.wiki/w/Topiary_hedge_(bagged)", - "price": 21195.5 + "price": 24074.5 }, "8445": { "id": 8445, @@ -117776,7 +117770,7 @@ "examine": "You can plant this in your garden.", "wiki_name": "Fancy hedge (bagged)", "wiki_url": "https://oldschool.runescape.wiki/w/Fancy_hedge_(bagged)", - "price": 27038.5 + "price": 16564.5 }, "8447": { "id": 8447, @@ -117794,7 +117788,7 @@ "examine": "You can plant this in your garden.", "wiki_name": "Tall fancy hedge (bagged)", "wiki_url": "https://oldschool.runescape.wiki/w/Tall_fancy_hedge_(bagged)", - "price": 47268 + "price": 37000 }, "8449": { "id": 8449, @@ -117812,7 +117806,7 @@ "examine": "You can plant this in your garden.", "wiki_name": "Tall box hedge (bagged)", "wiki_url": "https://oldschool.runescape.wiki/w/Tall_box_hedge_(bagged)", - "price": 108492.5 + "price": 89984 }, "8451": { "id": 8451, @@ -117830,7 +117824,7 @@ "examine": "You can plant this in your garden.", "wiki_name": "Bagged flower", "wiki_url": "https://oldschool.runescape.wiki/w/Bagged_flower", - "price": 10157 + "price": 7163 }, "8453": { "id": 8453, @@ -117848,7 +117842,7 @@ "examine": "You can plant this in your garden.", "wiki_name": "Bagged daffodils", "wiki_url": "https://oldschool.runescape.wiki/w/Bagged_daffodils", - "price": 20099 + "price": 8431.5 }, "8455": { "id": 8455, @@ -117866,7 +117860,7 @@ "examine": "You can plant this in your garden.", "wiki_name": "Bagged bluebells", "wiki_url": "https://oldschool.runescape.wiki/w/Bagged_bluebells", - "price": 22171.5 + "price": 26070 }, "8457": { "id": 8457, @@ -117884,7 +117878,7 @@ "examine": "You can plant this in your garden.", "wiki_name": "Bagged sunflower", "wiki_url": "https://oldschool.runescape.wiki/w/Bagged_sunflower", - "price": 3089.5 + "price": 7562 }, "8459": { "id": 8459, @@ -117902,7 +117896,7 @@ "examine": "You can plant this in your garden.", "wiki_name": "Bagged marigolds", "wiki_url": "https://oldschool.runescape.wiki/w/Bagged_marigolds", - "price": 11728.5 + "price": 7682.5 }, "8461": { "id": 8461, @@ -117920,7 +117914,7 @@ "examine": "You can plant this in your garden.", "wiki_name": "Bagged roses", "wiki_url": "https://oldschool.runescape.wiki/w/Bagged_roses", - "price": 12525 + "price": 18500 }, "8463": { "id": 8463, @@ -118528,7 +118522,7 @@ "examine": "How does it all fit in there?", "wiki_name": "Crude chair (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Crude_chair_(flatpack)", - "price": 597.5 + "price": 409.5 }, "8498": { "id": 8498, @@ -118564,7 +118558,7 @@ "examine": "How does it all fit in there?", "wiki_name": "Rocking chair (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Rocking_chair_(flatpack)", - "price": 16 + "price": 145 }, "8502": { "id": 8502, @@ -118582,7 +118576,7 @@ "examine": "How does it all fit in there?", "wiki_name": "Oak chair (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Oak_chair_(flatpack)", - "price": 125 + "price": 21.5 }, "8504": { "id": 8504, @@ -118618,7 +118612,7 @@ "examine": "How does it all fit in there?", "wiki_name": "Teak armchair (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Teak_armchair_(flatpack)", - "price": 1 + "price": 13.5 }, "8508": { "id": 8508, @@ -118636,7 +118630,7 @@ "examine": "How does it all fit in there?", "wiki_name": "Mahogany armchair (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Mahogany_armchair_(flatpack)", - "price": 14 + "price": 131.5 }, "8510": { "id": 8510, @@ -118654,7 +118648,7 @@ "examine": "How does it all fit in there?", "wiki_name": "Bookcase (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Bookcase_(flatpack)", - "price": 7512.5 + "price": 25 }, "8512": { "id": 8512, @@ -118672,7 +118666,7 @@ "examine": "How does it all fit in there?", "wiki_name": "Oak bookcase (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Oak_bookcase_(flatpack)", - "price": 5012.5 + "price": 75.5 }, "8514": { "id": 8514, @@ -118690,7 +118684,7 @@ "examine": "How does it all fit in there?", "wiki_name": "Mahogany bookcase (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Mahogany_bookcase_(flatpack)", - "price": 11.5 + "price": 113 }, "8516": { "id": 8516, @@ -118726,7 +118720,7 @@ "examine": "How does it all fit in there?", "wiki_name": "Cider barrel (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Cider_barrel_(flatpack)", - "price": 55999.5 + "price": 14352 }, "8520": { "id": 8520, @@ -118744,7 +118738,7 @@ "examine": "How does it all fit in there?", "wiki_name": "Asgarnian ale (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Asgarnian_ale_(flatpack)", - "price": 2050 + "price": 11000 }, "8522": { "id": 8522, @@ -118762,7 +118756,7 @@ "examine": "How does it all fit in there?", "wiki_name": "Greenman's ale (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Greenman's_ale_(flatpack)", - "price": 27000 + "price": 18427 }, "8524": { "id": 8524, @@ -118780,7 +118774,7 @@ "examine": "How does it all fit in there?", "wiki_name": "Dragon bitter (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_bitter_(flatpack)", - "price": 100250 + "price": 50986.5 }, "8526": { "id": 8526, @@ -118982,7 +118976,7 @@ "examine": "How does it all fit in there?", "wiki_name": "Wood dining table (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Wood_dining_table_(flatpack)", - "price": 1 + "price": 3.5 }, "8550": { "id": 8550, @@ -119018,7 +119012,7 @@ "examine": "How does it all fit in there?", "wiki_name": "Carved oak table (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Carved_oak_table_(flatpack)", - "price": 5.5 + "price": 39 }, "8554": { "id": 8554, @@ -119036,7 +119030,7 @@ "examine": "How does it all fit in there?", "wiki_name": "Teak table (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Teak_table_(flatpack)", - "price": 1 + "price": 5.5 }, "8556": { "id": 8556, @@ -119054,7 +119048,7 @@ "examine": "How does it all fit in there?", "wiki_name": "Carved teak table (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Carved_teak_table_(flatpack)", - "price": 661.5 + "price": 117.5 }, "8558": { "id": 8558, @@ -119072,7 +119066,7 @@ "examine": "How does it all fit in there?", "wiki_name": "Mahogany table (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Mahogany_table_(flatpack)", - "price": 6 + "price": 120 }, "8560": { "id": 8560, @@ -119090,7 +119084,7 @@ "examine": "How does it all fit in there?", "wiki_name": "Opulent table (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Opulent_table_(flatpack)", - "price": 1210034.5 + "price": 988889.5 }, "8562": { "id": 8562, @@ -119126,7 +119120,7 @@ "examine": "How does it all fit in there?", "wiki_name": "Oak bench (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Oak_bench_(flatpack)", - "price": 27.5 + "price": 65 }, "8566": { "id": 8566, @@ -119144,7 +119138,7 @@ "examine": "How does it all fit in there?", "wiki_name": "Carved oak bench (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Carved_oak_bench_(flatpack)", - "price": 10.5 + "price": 82 }, "8568": { "id": 8568, @@ -119162,7 +119156,7 @@ "examine": "How does it all fit in there?", "wiki_name": "Teak dining bench (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Teak_dining_bench_(flatpack)", - "price": 75.5 + "price": 1 }, "8570": { "id": 8570, @@ -119180,7 +119174,7 @@ "examine": "How does it all fit in there?", "wiki_name": "Carved teak bench (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Carved_teak_bench_(flatpack)", - "price": 104.5 + "price": 22.5 }, "8572": { "id": 8572, @@ -119198,7 +119192,7 @@ "examine": "How does it all fit in there?", "wiki_name": "Mahogany bench (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Mahogany_bench_(flatpack)", - "price": 74 + "price": 193.5 }, "8574": { "id": 8574, @@ -119216,7 +119210,7 @@ "examine": "How does it all fit in there?", "wiki_name": "Gilded bench (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Gilded_bench_(flatpack)", - "price": 439999.5 + "price": 420000 }, "8576": { "id": 8576, @@ -119234,7 +119228,7 @@ "examine": "How does it all fit in there?", "wiki_name": "Wooden bed (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Wooden_bed_(flatpack)", - "price": 159498 + "price": 1640 }, "8578": { "id": 8578, @@ -119252,7 +119246,7 @@ "examine": "How does it all fit in there?", "wiki_name": "Oak bed (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Oak_bed_(flatpack)", - "price": 20916 + "price": 95000 }, "8580": { "id": 8580, @@ -119270,7 +119264,7 @@ "examine": "How does it all fit in there?", "wiki_name": "Large oak bed (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Large_oak_bed_(flatpack)", - "price": 514 + "price": 3308.5 }, "8582": { "id": 8582, @@ -119288,7 +119282,7 @@ "examine": "How does it all fit in there?", "wiki_name": "Teak bed (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Teak_bed_(flatpack)", - "price": 29500 + "price": 24000 }, "8584": { "id": 8584, @@ -119306,7 +119300,7 @@ "examine": "How does it all fit in there?", "wiki_name": "Large teak bed (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Large_teak_bed_(flatpack)", - "price": 5738.5 + "price": 11500 }, "8586": { "id": 8586, @@ -119324,7 +119318,7 @@ "examine": "How does it all fit in there?", "wiki_name": "Four-poster bed (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Four-poster_bed_(flatpack)", - "price": 4073 + "price": 5432 }, "8588": { "id": 8588, @@ -119342,7 +119336,7 @@ "examine": "How does it all fit in there?", "wiki_name": "Gilded four-poster (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Gilded_four-poster_(flatpack)", - "price": 292000 + "price": 203033 }, "8590": { "id": 8590, @@ -119396,7 +119390,7 @@ "examine": "How does it all fit in there?", "wiki_name": "Gilded clock (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Gilded_clock_(flatpack)", - "price": 119182.5 + "price": 224493.5 }, "8596": { "id": 8596, @@ -119414,7 +119408,7 @@ "examine": "How does it all fit in there?", "wiki_name": "Shaving stand (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Shaving_stand_(flatpack)", - "price": 4506 + "price": 5500 }, "8598": { "id": 8598, @@ -119432,7 +119426,7 @@ "examine": "How does it all fit in there?", "wiki_name": "Oak shaving stand (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Oak_shaving_stand_(flatpack)", - "price": 90000 + "price": 535.5 }, "8600": { "id": 8600, @@ -119450,7 +119444,7 @@ "examine": "How does it all fit in there?", "wiki_name": "Oak dresser (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Oak_dresser_(flatpack)", - "price": 1000 + "price": 562.5 }, "8602": { "id": 8602, @@ -119468,7 +119462,7 @@ "examine": "How does it all fit in there?", "wiki_name": "Teak dresser (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Teak_dresser_(flatpack)", - "price": 281.5 + "price": 1100 }, "8604": { "id": 8604, @@ -119504,7 +119498,7 @@ "examine": "How does it all fit in there?", "wiki_name": "Mahogany dresser (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Mahogany_dresser_(flatpack)", - "price": 2282 + "price": 1197.5 }, "8608": { "id": 8608, @@ -119522,7 +119516,7 @@ "examine": "How does it all fit in there?", "wiki_name": "Gilded dresser (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Gilded_dresser_(flatpack)", - "price": 105621 + "price": 172500 }, "8610": { "id": 8610, @@ -119558,7 +119552,7 @@ "examine": "How does it all fit in there?", "wiki_name": "Oak drawers (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Oak_drawers_(flatpack)", - "price": 36 + "price": 27.5 }, "8614": { "id": 8614, @@ -119576,7 +119570,7 @@ "examine": "How does it all fit in there?", "wiki_name": "Oak wardrobe (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Oak_wardrobe_(flatpack)", - "price": 3510 + "price": 1 }, "8616": { "id": 8616, @@ -119594,7 +119588,7 @@ "examine": "How does it all fit in there?", "wiki_name": "Teak drawers (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Teak_drawers_(flatpack)", - "price": 160000 + "price": 91 }, "8618": { "id": 8618, @@ -119612,7 +119606,7 @@ "examine": "How does it all fit in there?", "wiki_name": "Teak wardrobe (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Teak_wardrobe_(flatpack)", - "price": 2619 + "price": 137.5 }, "8620": { "id": 8620, @@ -119630,7 +119624,7 @@ "examine": "How does it all fit in there?", "wiki_name": "Mahogany wardrobe (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Mahogany_wardrobe_(flatpack)", - "price": 1963 + "price": 1290 }, "8622": { "id": 8622, @@ -119648,7 +119642,7 @@ "examine": "How does it all fit in there?", "wiki_name": "Gilded wardrobe (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Gilded_wardrobe_(flatpack)", - "price": 318000 + "price": 280315 }, "8624": { "id": 8624, @@ -122760,7 +122754,7 @@ "examine": "A very delicate sheet of gold.", "wiki_name": "Gold leaf", "wiki_url": "https://oldschool.runescape.wiki/w/Gold_leaf", - "price": 132059 + "price": 138664 }, "8786": { "id": 8786, @@ -122814,7 +122808,7 @@ "examine": "A bolt of ordinary cloth.", "wiki_name": "Bolt of cloth", "wiki_url": "https://oldschool.runescape.wiki/w/Bolt_of_cloth", - "price": 770 + "price": 863 }, "8792": { "id": 8792, @@ -122832,7 +122826,7 @@ "examine": "A clockwork mechanism.", "wiki_name": "Clockwork", "wiki_url": "https://oldschool.runescape.wiki/w/Clockwork", - "price": 1073.5 + "price": 730 }, "8794": { "id": 8794, @@ -123638,7 +123632,7 @@ } ] }, - "price": 6245 + "price": 3100 }, "8874": { "id": 8874, @@ -123711,7 +123705,7 @@ } ] }, - "price": 6560.5 + "price": 375 }, "8876": { "id": 8876, @@ -123784,7 +123778,7 @@ } ] }, - "price": 2805.5 + "price": 2509.5 }, "8878": { "id": 8878, @@ -123857,7 +123851,7 @@ } ] }, - "price": 10750 + "price": 6915.5 }, "8880": { "id": 8880, @@ -123925,7 +123919,7 @@ } ] }, - "price": 2614.5 + "price": 2258.5 }, "8882": { "id": 8882, @@ -123964,7 +123958,7 @@ "ranged": 28 } }, - "price": 7 + "price": 17 }, "8887": { "id": 8887, @@ -124057,7 +124051,7 @@ "combat": 40 } }, - "price": 1232013.5 + "price": 687400 }, "8903": { "id": 8903, @@ -124459,7 +124453,7 @@ "combat": 40 } }, - "price": 1236783 + "price": 711222 }, "8923": { "id": 8923, @@ -124647,7 +124641,7 @@ "slot": "head", "requirements": null }, - "price": 2500.5 + "price": 431.5 }, "8928": { "id": 8928, @@ -124685,7 +124679,7 @@ "slot": "head", "requirements": null }, - "price": 161994 + "price": 80210 }, "8929": { "id": 8929, @@ -126312,7 +126306,7 @@ "examine": "WARNING: Contains information which could make your account secure!", "wiki_name": "Security book", "wiki_url": "https://oldschool.runescape.wiki/w/Security_book", - "price": 57 + "price": 85.5 }, "9004": { "id": 9004, @@ -126329,7 +126323,7 @@ "examine": "Information regarding the Stronghold of Security.", "wiki_name": "Stronghold notes", "wiki_url": "https://oldschool.runescape.wiki/w/Stronghold_notes", - "price": 142.5 + "price": 202.5 }, "9005": { "id": 9005, @@ -126704,7 +126698,7 @@ "examine": "Gets knots and kinks out of your hair.", "wiki_name": "Ivory comb", "wiki_url": "https://oldschool.runescape.wiki/w/Ivory_comb", - "price": 9640.5 + "price": 273.5 }, "9028": { "id": 9028, @@ -126740,7 +126734,7 @@ "examine": "Little ornament in the shape of a scarab.", "wiki_name": "Stone scarab", "wiki_url": "https://oldschool.runescape.wiki/w/Stone_scarab", - "price": 236.5 + "price": 174 }, "9032": { "id": 9032, @@ -126758,7 +126752,7 @@ "examine": "Little ornament in the shape of a scarab.", "wiki_name": "Pottery scarab", "wiki_url": "https://oldschool.runescape.wiki/w/Pottery_scarab", - "price": 83 + "price": 247.5 }, "9034": { "id": 9034, @@ -126794,7 +126788,7 @@ "examine": "A small statuette.", "wiki_name": "Pottery statuette", "wiki_url": "https://oldschool.runescape.wiki/w/Pottery_statuette", - "price": 109 + "price": 1045.5 }, "9038": { "id": 9038, @@ -126848,7 +126842,7 @@ "examine": "A seal. Made out of stone obviously.", "wiki_name": "Stone seal", "wiki_url": "https://oldschool.runescape.wiki/w/Stone_seal", - "price": 176.5 + "price": 150 }, "9044": { "id": 9044, @@ -126910,7 +126904,7 @@ } ] }, - "price": 4951819.5 + "price": 0 }, "9052": { "id": 9052, @@ -127315,7 +127309,7 @@ "examine": "Used for Lunar spells.", "wiki_name": "Astral rune", "wiki_url": "https://oldschool.runescape.wiki/w/Astral_rune", - "price": 133.5 + "price": 69 }, "9076": { "id": 9076, @@ -128324,7 +128318,7 @@ "ranged": 31 } }, - "price": 30.5 + "price": 8 }, "9142": { "id": 9142, @@ -128363,7 +128357,7 @@ "ranged": 36 } }, - "price": 63 + "price": 40 }, "9143": { "id": 9143, @@ -128402,7 +128396,7 @@ "ranged": 46 } }, - "price": 188.5 + "price": 67.5 }, "9144": { "id": 9144, @@ -128441,7 +128435,7 @@ "ranged": 61 } }, - "price": 240 + "price": 112 }, "9145": { "id": 9145, @@ -128480,7 +128474,7 @@ "ranged": 26 } }, - "price": 10.5 + "price": 50 }, "9174": { "id": 9174, @@ -128680,7 +128674,7 @@ } ] }, - "price": 231 + "price": 1850 }, "9179": { "id": 9179, @@ -128748,7 +128742,7 @@ } ] }, - "price": 539 + "price": 293 }, "9181": { "id": 9181, @@ -128816,7 +128810,7 @@ } ] }, - "price": 648.5 + "price": 2426 }, "9183": { "id": 9183, @@ -128884,7 +128878,7 @@ } ] }, - "price": 929 + "price": 4226 }, "9185": { "id": 9185, @@ -128969,7 +128963,7 @@ "examine": "Jade bolt tips.", "wiki_name": "Jade bolt tips", "wiki_url": "https://oldschool.runescape.wiki/w/Jade_bolt_tips", - "price": 5.5 + "price": 13 }, "9188": { "id": 9188, @@ -128986,7 +128980,7 @@ "examine": "Red Topaz bolt tips.", "wiki_name": "Topaz bolt tips", "wiki_url": "https://oldschool.runescape.wiki/w/Topaz_bolt_tips", - "price": 225 + "price": 162 }, "9189": { "id": 9189, @@ -129003,7 +128997,7 @@ "examine": "Sapphire bolt tips.", "wiki_name": "Sapphire bolt tips", "wiki_url": "https://oldschool.runescape.wiki/w/Sapphire_bolt_tips", - "price": 25.5 + "price": 43 }, "9190": { "id": 9190, @@ -129020,7 +129014,7 @@ "examine": "Emerald bolt tips.", "wiki_name": "Emerald bolt tips", "wiki_url": "https://oldschool.runescape.wiki/w/Emerald_bolt_tips", - "price": 63.5 + "price": 54 }, "9191": { "id": 9191, @@ -129037,7 +129031,7 @@ "examine": "Ruby bolt tips.", "wiki_name": "Ruby bolt tips", "wiki_url": "https://oldschool.runescape.wiki/w/Ruby_bolt_tips", - "price": 128.5 + "price": 87 }, "9192": { "id": 9192, @@ -129054,7 +129048,7 @@ "examine": "Diamond bolt tips.", "wiki_name": "Diamond bolt tips", "wiki_url": "https://oldschool.runescape.wiki/w/Diamond_bolt_tips", - "price": 183 + "price": 164 }, "9193": { "id": 9193, @@ -129071,7 +129065,7 @@ "examine": "Dragonstone bolt tips.", "wiki_name": "Dragonstone bolt tips", "wiki_url": "https://oldschool.runescape.wiki/w/Dragonstone_bolt_tips", - "price": 359 + "price": 603.5 }, "9194": { "id": 9194, @@ -129127,7 +129121,7 @@ "ranged": 1 } }, - "price": 25 + "price": 7.5 }, "9237": { "id": 9237, @@ -129202,7 +129196,7 @@ "ranged": 1 } }, - "price": 5 + "price": 8 }, "9239": { "id": 9239, @@ -129241,7 +129235,7 @@ "ranged": 31 } }, - "price": 7.5 + "price": 5 }, "9240": { "id": 9240, @@ -129280,7 +129274,7 @@ "ranged": 36 } }, - "price": 15.5 + "price": 19 }, "9241": { "id": 9241, @@ -129319,7 +129313,7 @@ "ranged": 36 } }, - "price": 35.5 + "price": 22.5 }, "9242": { "id": 9242, @@ -129358,7 +129352,7 @@ "ranged": 46 } }, - "price": 240 + "price": 62.5 }, "9243": { "id": 9243, @@ -129397,7 +129391,7 @@ "ranged": 61 } }, - "price": 317.5 + "price": 74 }, "9244": { "id": 9244, @@ -129589,7 +129583,7 @@ "ranged": 31 } }, - "price": 6111.5 + "price": 144 }, "9289": { "id": 9289, @@ -129667,7 +129661,7 @@ "ranged": 46 } }, - "price": 214 + "price": 365 }, "9291": { "id": 9291, @@ -129706,7 +129700,7 @@ "ranged": 61 } }, - "price": 469 + "price": 274 }, "9292": { "id": 9292, @@ -129898,7 +129892,7 @@ "ranged": 36 } }, - "price": 213 + "price": 446 }, "9297": { "id": 9297, @@ -129976,7 +129970,7 @@ "ranged": 61 } }, - "price": 1011 + "price": 350 }, "9299": { "id": 9299, @@ -130090,7 +130084,7 @@ "ranged": 26 } }, - "price": 20000 + "price": 8389 }, "9302": { "id": 9302, @@ -130129,7 +130123,7 @@ "ranged": 31 } }, - "price": 514 + "price": 7500.5 }, "9303": { "id": 9303, @@ -130168,7 +130162,7 @@ "ranged": 36 } }, - "price": 1017 + "price": 683 }, "9304": { "id": 9304, @@ -130207,7 +130201,7 @@ "ranged": 46 } }, - "price": 1017 + "price": 756.5 }, "9305": { "id": 9305, @@ -130285,7 +130279,7 @@ "ranged": 26 } }, - "price": 1751.5 + "price": 33277.5 }, "9335": { "id": 9335, @@ -130360,7 +130354,7 @@ "ranged": 31 } }, - "price": 293 + "price": 230.5 }, "9337": { "id": 9337, @@ -130399,7 +130393,7 @@ "ranged": 36 } }, - "price": 93 + "price": 65.5 }, "9338": { "id": 9338, @@ -130438,7 +130432,7 @@ "ranged": 46 } }, - "price": 150 + "price": 129.5 }, "9339": { "id": 9339, @@ -130477,7 +130471,7 @@ "ranged": 46 } }, - "price": 204 + "price": 166.5 }, "9340": { "id": 9340, @@ -130516,7 +130510,7 @@ "ranged": 61 } }, - "price": 375 + "price": 228 }, "9341": { "id": 9341, @@ -130555,7 +130549,7 @@ "ranged": 61 } }, - "price": 592 + "price": 739 }, "9342": { "id": 9342, @@ -130611,7 +130605,7 @@ "examine": "Unfeathered bronze crossbow bolts.", "wiki_name": "Bronze bolts (unf)", "wiki_url": "https://oldschool.runescape.wiki/w/Bronze_bolts_(unf)", - "price": 42.5 + "price": 11 }, "9376": { "id": 9376, @@ -130642,7 +130636,7 @@ "examine": "Unfeathered iron crossbow bolts.", "wiki_name": "Iron bolts (unf)", "wiki_url": "https://oldschool.runescape.wiki/w/Iron_bolts_(unf)", - "price": 5.5 + "price": 17.5 }, "9378": { "id": 9378, @@ -130659,7 +130653,7 @@ "examine": "Unfeathered steel crossbow bolts.", "wiki_name": "Steel bolts (unf)", "wiki_url": "https://oldschool.runescape.wiki/w/Steel_bolts_(unf)", - "price": 32 + "price": 52 }, "9379": { "id": 9379, @@ -130676,7 +130670,7 @@ "examine": "Unfeathered mithril crossbow bolts.", "wiki_name": "Mithril bolts (unf)", "wiki_url": "https://oldschool.runescape.wiki/w/Mithril_bolts_(unf)", - "price": 76.5 + "price": 52 }, "9380": { "id": 9380, @@ -130693,7 +130687,7 @@ "examine": "Unfeathered adamantite crossbow bolts.", "wiki_name": "Adamant bolts(unf)", "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_bolts(unf)", - "price": 202 + "price": 175.5 }, "9381": { "id": 9381, @@ -130710,7 +130704,7 @@ "examine": "Unfeathered runite crossbow bolts.", "wiki_name": "Runite bolts (unf)", "wiki_url": "https://oldschool.runescape.wiki/w/Runite_bolts_(unf)", - "price": 298 + "price": 166 }, "9382": { "id": 9382, @@ -130727,7 +130721,7 @@ "examine": "Unfeathered silver crossbow bolts.", "wiki_name": "Silver bolts (unf)", "wiki_url": "https://oldschool.runescape.wiki/w/Silver_bolts_(unf)", - "price": 9 + "price": 25.5 }, "9415": { "id": 9415, @@ -130759,7 +130753,7 @@ "examine": "A mithril grapple tip.", "wiki_name": "Mith grapple tip", "wiki_url": "https://oldschool.runescape.wiki/w/Mith_grapple_tip", - "price": 299 + "price": 434.5 }, "9418": { "id": 9418, @@ -130777,7 +130771,7 @@ "examine": "A mithril grapple tipped bolt - needs a rope.", "wiki_name": "Mith grapple (unf)", "wiki_url": "https://oldschool.runescape.wiki/w/Mith_grapple_(unf)", - "price": 576.5 + "price": 1592.5 }, "9419": { "id": 9419, @@ -130817,7 +130811,7 @@ "ranged": 1 } }, - "price": 1149 + "price": 2112.5 }, "9420": { "id": 9420, @@ -130835,7 +130829,7 @@ "examine": "A pair of bronze crossbow limbs.", "wiki_name": "Bronze limbs", "wiki_url": "https://oldschool.runescape.wiki/w/Bronze_limbs", - "price": 101 + "price": 49 }, "9422": { "id": 9422, @@ -130867,7 +130861,7 @@ "examine": "A pair of iron crossbow limbs.", "wiki_name": "Iron limbs", "wiki_url": "https://oldschool.runescape.wiki/w/Iron_limbs", - "price": 97.5 + "price": 2.5 }, "9425": { "id": 9425, @@ -130885,7 +130879,7 @@ "examine": "A pair of steel crossbow limbs.", "wiki_name": "Steel limbs", "wiki_url": "https://oldschool.runescape.wiki/w/Steel_limbs", - "price": 184.5 + "price": 93.5 }, "9427": { "id": 9427, @@ -130903,7 +130897,7 @@ "examine": "A pair of mithril crossbow limbs.", "wiki_name": "Mithril limbs", "wiki_url": "https://oldschool.runescape.wiki/w/Mithril_limbs", - "price": 216.5 + "price": 600 }, "9429": { "id": 9429, @@ -130921,7 +130915,7 @@ "examine": "A pair of adamantite crossbow limbs.", "wiki_name": "Adamantite limbs", "wiki_url": "https://oldschool.runescape.wiki/w/Adamantite_limbs", - "price": 1342.5 + "price": 1612 }, "9431": { "id": 9431, @@ -130969,7 +130963,7 @@ "examine": "A mould for creating silver crossbow bolts.", "wiki_name": "Bolt mould", "wiki_url": "https://oldschool.runescape.wiki/w/Bolt_mould", - "price": 32.5 + "price": 17 }, "9436": { "id": 9436, @@ -130987,7 +130981,7 @@ "examine": "I can use this to make a crossbow string.", "wiki_name": "Sinew", "wiki_url": "https://oldschool.runescape.wiki/w/Sinew", - "price": 502 + "price": 200 }, "9438": { "id": 9438, @@ -131005,7 +130999,7 @@ "examine": "A string for a crossbow.", "wiki_name": "Crossbow string", "wiki_url": "https://oldschool.runescape.wiki/w/Crossbow_string", - "price": 282 + "price": 447.5 }, "9440": { "id": 9440, @@ -131023,7 +131017,7 @@ "examine": "A wooden crossbow stock.", "wiki_name": "Wooden stock", "wiki_url": "https://oldschool.runescape.wiki/w/Wooden_stock", - "price": 3 + "price": 1 }, "9442": { "id": 9442, @@ -131077,7 +131071,7 @@ "examine": "A teak crossbow stock.", "wiki_name": "Teak stock", "wiki_url": "https://oldschool.runescape.wiki/w/Teak_stock", - "price": 49 + "price": 39 }, "9448": { "id": 9448, @@ -131095,7 +131089,7 @@ "examine": "A maple crossbow stock.", "wiki_name": "Maple stock", "wiki_url": "https://oldschool.runescape.wiki/w/Maple_stock", - "price": 8 + "price": 2 }, "9450": { "id": 9450, @@ -131131,7 +131125,7 @@ "examine": "A yew crossbow stock.", "wiki_name": "Yew stock", "wiki_url": "https://oldschool.runescape.wiki/w/Yew_stock", - "price": 93.5 + "price": 5.5 }, "9454": { "id": 9454, @@ -131149,7 +131143,7 @@ "examine": "An unstrung bronze crossbow.", "wiki_name": "Bronze crossbow (u)", "wiki_url": "https://oldschool.runescape.wiki/w/Bronze_crossbow_(u)", - "price": 37 + "price": 93 }, "9456": { "id": 9456, @@ -131181,7 +131175,7 @@ "examine": "An unstrung iron crossbow.", "wiki_name": "Iron crossbow (u)", "wiki_url": "https://oldschool.runescape.wiki/w/Iron_crossbow_(u)", - "price": 100 + "price": 65 }, "9459": { "id": 9459, @@ -131217,7 +131211,7 @@ "examine": "An unstrung mithril crossbow.", "wiki_name": "Mithril crossbow (u)", "wiki_url": "https://oldschool.runescape.wiki/w/Mithril_crossbow_(u)", - "price": 390 + "price": 488 }, "9463": { "id": 9463, @@ -131235,7 +131229,7 @@ "examine": "An unstrung adamantite crossbow.", "wiki_name": "Adamant crossbow (u)", "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_crossbow_(u)", - "price": 461 + "price": 2093.5 }, "9465": { "id": 9465, @@ -131297,7 +131291,7 @@ "examine": "A seed pod of the Grand Tree.", "wiki_name": "Grand seed pod", "wiki_url": "https://oldschool.runescape.wiki/w/Grand_seed_pod", - "price": 186045 + "price": 281826 }, "9470": { "id": 9470, @@ -131335,7 +131329,7 @@ "slot": "neck", "requirements": null }, - "price": 687798.5 + "price": 608494 }, "9472": { "id": 9472, @@ -131373,7 +131367,7 @@ "slot": "head", "requirements": null }, - "price": 10098.5 + "price": 29600.5 }, "9474": { "id": 9474, @@ -131405,7 +131399,7 @@ "examine": "It looks very minty.", "wiki_name": "Mint cake", "wiki_url": "https://oldschool.runescape.wiki/w/Mint_cake", - "price": 104362 + "price": 58446 }, "9477": { "id": 9477, @@ -132020,7 +132014,7 @@ }, "9597": { "id": 9597, - "name": "A red circle", + "name": "Red circle", "members": true, "stackable": true, "cost": 1, @@ -132034,7 +132028,7 @@ }, "9598": { "id": 9598, - "name": "A red triangle", + "name": "Red triangle", "members": true, "stackable": true, "cost": 1, @@ -132048,7 +132042,7 @@ }, "9599": { "id": 9599, - "name": "A red square", + "name": "Red square", "members": true, "stackable": true, "cost": 1, @@ -132062,7 +132056,7 @@ }, "9600": { "id": 9600, - "name": "A red pentagon", + "name": "Red pentagon", "members": true, "stackable": true, "cost": 1, @@ -132076,7 +132070,7 @@ }, "9601": { "id": 9601, - "name": "An orange circle", + "name": "Orange circle", "members": true, "stackable": true, "cost": 1, @@ -132090,7 +132084,7 @@ }, "9602": { "id": 9602, - "name": "An orange triangle", + "name": "Orange triangle", "members": true, "stackable": true, "cost": 1, @@ -132104,7 +132098,7 @@ }, "9603": { "id": 9603, - "name": "An orange square", + "name": "Orange square", "members": true, "stackable": true, "cost": 1, @@ -132132,7 +132126,7 @@ }, "9605": { "id": 9605, - "name": "A yellow circle", + "name": "Yellow circle", "members": true, "stackable": true, "cost": 1, @@ -132146,7 +132140,7 @@ }, "9606": { "id": 9606, - "name": "A yellow triangle", + "name": "Yellow triangle", "members": true, "stackable": true, "cost": 1, @@ -132160,7 +132154,7 @@ }, "9607": { "id": 9607, - "name": "A yellow square", + "name": "Yellow square", "members": true, "stackable": true, "cost": 1, @@ -132174,7 +132168,7 @@ }, "9608": { "id": 9608, - "name": "A yellow pentagon", + "name": "Yellow pentagon", "members": true, "stackable": true, "cost": 1, @@ -132188,7 +132182,7 @@ }, "9609": { "id": 9609, - "name": "A green circle", + "name": "Green circle", "members": true, "stackable": true, "cost": 1, @@ -132202,7 +132196,7 @@ }, "9610": { "id": 9610, - "name": "A green triangle", + "name": "Green triangle", "members": true, "stackable": true, "cost": 1, @@ -132216,7 +132210,7 @@ }, "9611": { "id": 9611, - "name": "A green square", + "name": "Green square", "members": true, "stackable": true, "cost": 1, @@ -132230,7 +132224,7 @@ }, "9612": { "id": 9612, - "name": "A green pentagon", + "name": "Green pentagon", "members": true, "stackable": true, "cost": 1, @@ -132244,7 +132238,7 @@ }, "9613": { "id": 9613, - "name": "A blue circle", + "name": "Blue circle", "members": true, "stackable": true, "cost": 1, @@ -132258,7 +132252,7 @@ }, "9614": { "id": 9614, - "name": "A blue triangle", + "name": "Blue triangle", "members": true, "stackable": true, "cost": 1, @@ -132272,7 +132266,7 @@ }, "9615": { "id": 9615, - "name": "A blue square", + "name": "Blue square", "members": true, "stackable": true, "cost": 1, @@ -132286,7 +132280,7 @@ }, "9616": { "id": 9616, - "name": "A blue pentagon", + "name": "Blue pentagon", "members": true, "stackable": true, "cost": 1, @@ -132300,7 +132294,7 @@ }, "9617": { "id": 9617, - "name": "An indigo circle", + "name": "Indigo circle", "members": true, "stackable": true, "cost": 1, @@ -132314,7 +132308,7 @@ }, "9618": { "id": 9618, - "name": "An indigo triangle", + "name": "Indigo triangle", "members": true, "stackable": true, "cost": 1, @@ -132328,7 +132322,7 @@ }, "9619": { "id": 9619, - "name": "An indigo square", + "name": "Indigo square", "members": true, "stackable": true, "cost": 1, @@ -132342,7 +132336,7 @@ }, "9620": { "id": 9620, - "name": "An indigo pentagon", + "name": "Indigo pentagon", "members": true, "stackable": true, "cost": 1, @@ -132356,7 +132350,7 @@ }, "9621": { "id": 9621, - "name": "A violet circle", + "name": "Violet circle", "members": true, "stackable": true, "cost": 1, @@ -132370,7 +132364,7 @@ }, "9622": { "id": 9622, - "name": "A violet triangle", + "name": "Violet triangle", "members": true, "stackable": true, "cost": 1, @@ -132384,7 +132378,7 @@ }, "9623": { "id": 9623, - "name": "A violet square", + "name": "Violet square", "members": true, "stackable": true, "cost": 1, @@ -132398,7 +132392,7 @@ }, "9624": { "id": 9624, - "name": "A violet pentagon", + "name": "Violet pentagon", "members": true, "stackable": true, "cost": 1, @@ -132488,7 +132482,7 @@ "defence": 5 } }, - "price": 544 + "price": 1701 }, "9632": { "id": 9632, @@ -132554,7 +132548,7 @@ "slot": "body", "requirements": null }, - "price": 1327.5 + "price": 5567.5 }, "9636": { "id": 9636, @@ -132592,7 +132586,7 @@ "slot": "legs", "requirements": null }, - "price": 2315 + "price": 1010.5 }, "9638": { "id": 9638, @@ -132630,7 +132624,7 @@ "slot": "feet", "requirements": null }, - "price": 1850 + "price": 903 }, "9640": { "id": 9640, @@ -132706,7 +132700,7 @@ "slot": "legs", "requirements": null }, - "price": 450 + "price": 28 }, "9644": { "id": 9644, @@ -132744,7 +132738,7 @@ "slot": "feet", "requirements": null }, - "price": 771 + "price": 9838.5 }, "9646": { "id": 9646, @@ -133013,7 +133007,7 @@ "examine": "Initiate level armour pack.", "wiki_name": "Initiate harness m", "wiki_url": "https://oldschool.runescape.wiki/w/Initiate_harness_m", - "price": 25699 + "price": 21125 }, "9670": { "id": 9670, @@ -133031,7 +133025,7 @@ "examine": "Proselyte level armour pack.", "wiki_name": "Proselyte harness f", "wiki_url": "https://oldschool.runescape.wiki/w/Proselyte_harness_f", - "price": 23050 + "price": 26250 }, "9672": { "id": 9672, @@ -133072,7 +133066,7 @@ "prayer": 20 } }, - "price": 4495.5 + "price": 4030 }, "9674": { "id": 9674, @@ -133113,7 +133107,7 @@ "prayer": 20 } }, - "price": 16001.5 + "price": 7547 }, "9676": { "id": 9676, @@ -133154,7 +133148,7 @@ "prayer": 20 } }, - "price": 13728.5 + "price": 5299.5 }, "9678": { "id": 9678, @@ -133195,7 +133189,7 @@ "prayer": 20 } }, - "price": 8275 + "price": 5695 }, "9680": { "id": 9680, @@ -133933,7 +133927,7 @@ "slot": "shield", "requirements": null }, - "price": 28989 + "price": 37158.5 }, "9733": { "id": 9733, @@ -133971,7 +133965,7 @@ "slot": "head", "requirements": null }, - "price": 1413.5 + "price": 5107.5 }, "9735": { "id": 9735, @@ -133989,7 +133983,7 @@ "examine": "Not much good for blowing.", "wiki_name": "Desert goat horn", "wiki_url": "https://oldschool.runescape.wiki/w/Desert_goat_horn", - "price": 52.5 + "price": 67.5 }, "9736": { "id": 9736, @@ -134007,7 +134001,7 @@ "examine": "Finely ground desert goat horn.", "wiki_name": "Goat horn dust", "wiki_url": "https://oldschool.runescape.wiki/w/Goat_horn_dust", - "price": 83 + "price": 129 }, "9739": { "id": 9739, @@ -134025,7 +134019,7 @@ "examine": "4 doses of combat potion.", "wiki_name": "Combat potion (4 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Combat_potion#4_dose", - "price": 580 + "price": 417 }, "9741": { "id": 9741, @@ -134043,7 +134037,7 @@ "examine": "3 doses of combat potion.", "wiki_name": "Combat potion (3 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Combat_potion#3_dose", - "price": 423.5 + "price": 75 }, "9743": { "id": 9743, @@ -134061,7 +134055,7 @@ "examine": "2 doses of combat potion.", "wiki_name": "Combat potion (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Combat_potion#2_dose", - "price": 2149.5 + "price": 159.5 }, "9745": { "id": 9745, @@ -134079,7 +134073,7 @@ "examine": "1 dose of combat potion.", "wiki_name": "Combat potion (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Combat_potion#1_dose", - "price": 176.5 + "price": 76 }, "9747": { "id": 9747, @@ -136739,7 +136733,7 @@ "examine": "How does it all fit in there?", "wiki_name": "Oak cape rack (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Oak_cape_rack_(flatpack)", - "price": 12011 + "price": 537.5 }, "9844": { "id": 9844, @@ -136757,7 +136751,7 @@ "examine": "How does it all fit in there?", "wiki_name": "Teak cape rack (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Teak_cape_rack_(flatpack)", - "price": 1000 + "price": 1523.5 }, "9845": { "id": 9845, @@ -136775,7 +136769,7 @@ "examine": "How does it all fit in there?", "wiki_name": "Mahogany cape rack (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Mahogany_cape_rack_(flatpack)", - "price": 33002 + "price": 405.5 }, "9846": { "id": 9846, @@ -136793,7 +136787,7 @@ "examine": "How does it all fit in there?", "wiki_name": "Gilded cape rack (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Gilded_cape_rack_(flatpack)", - "price": 149999.5 + "price": 297497.5 }, "9847": { "id": 9847, @@ -136811,7 +136805,7 @@ "examine": "How does it all fit in there?", "wiki_name": "Marble cape rack (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Marble_cape_rack_(flatpack)", - "price": 274446.5 + "price": 437465.5 }, "9848": { "id": 9848, @@ -136829,7 +136823,7 @@ "examine": "How does it all fit in there?", "wiki_name": "Magic cape rack (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Magic_cape_rack_(flatpack)", - "price": 1599495.5 + "price": 1005586.5 }, "9849": { "id": 9849, @@ -136847,7 +136841,7 @@ "examine": "How does it all fit in there?", "wiki_name": "Oak toy box (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Oak_toy_box_(flatpack)", - "price": 19.5 + "price": 12 }, "9850": { "id": 9850, @@ -136865,7 +136859,7 @@ "examine": "How does it all fit in there?", "wiki_name": "Teak toy box (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Teak_toy_box_(flatpack)", - "price": 2000 + "price": 1000.5 }, "9851": { "id": 9851, @@ -136901,7 +136895,7 @@ "examine": "How does it all fit in there?", "wiki_name": "Oak magic wardrobe (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Oak_magic_wardrobe_(flatpack)", - "price": 4000 + "price": 5007 }, "9853": { "id": 9853, @@ -136973,7 +136967,7 @@ "examine": "Mahogany magic wardrobe.", "wiki_name": "Mahogany magic wardrobe (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Mahogany_magic_wardrobe_(flatpack)", - "price": 51499.5 + "price": 1078 }, "9857": { "id": 9857, @@ -136991,7 +136985,7 @@ "examine": "Gilded mahogany magic wardrobe.", "wiki_name": "Gilded magic wardrobe (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Gilded_magic_wardrobe_(flatpack)", - "price": 497500 + "price": 306125 }, "9858": { "id": 9858, @@ -137009,7 +137003,7 @@ "examine": "Marble magic wardrobe.", "wiki_name": "Marble magic wardrobe (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Marble_magic_wardrobe_(flatpack)", - "price": 162156.5 + "price": 442848.5 }, "9859": { "id": 9859, @@ -137045,7 +137039,7 @@ "examine": "How does it all fit in there?", "wiki_name": "Teak armour case (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Teak_armour_case_(flatpack)", - "price": 2085 + "price": 4000 }, "9861": { "id": 9861, @@ -137063,7 +137057,7 @@ "examine": "Mahogany armour case.", "wiki_name": "Mahogany armour case (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Mahogany_armour_case_(flatpack)", - "price": 38900 + "price": 10253.5 }, "9862": { "id": 9862, @@ -137081,7 +137075,7 @@ "examine": "How does it all fit in there?", "wiki_name": "Oak treasure chest (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Oak_treasure_chest_(flatpack)", - "price": 49500.5 + "price": 27 }, "9863": { "id": 9863, @@ -137099,7 +137093,7 @@ "examine": "How does it all fit in there?", "wiki_name": "Teak treasure chest (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Teak_treasure_chest_(flatpack)", - "price": 51 + "price": 572 }, "9864": { "id": 9864, @@ -137117,7 +137111,7 @@ "examine": "Mahogany treasure chest.", "wiki_name": "M. treasure chest (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/M._treasure_chest_(flatpack)", - "price": 17175 + "price": 15000 }, "9865": { "id": 9865, @@ -137153,7 +137147,7 @@ "examine": "Teak fancy dress box.", "wiki_name": "Teak fancy dress box (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Teak_fancy_dress_box_(flatpack)", - "price": 1500 + "price": 193 }, "9867": { "id": 9867, @@ -137171,7 +137165,7 @@ "examine": "Mahogany fancy dress box.", "wiki_name": "Mahogany fancy dress box (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Mahogany_fancy_dress_box_(flatpack)", - "price": 29800 + "price": 4164.5 }, "9901": { "id": 9901, @@ -138022,10 +138016,142 @@ "9953": { "id": 9953, "name": "Kebbit", - "incomplete": true, "cost": 1, "lowalch": 0, "highalch": 0, + "examine": "Almost invisible in the snow.", + "price": 0 + }, + "9954": { + "id": 9954, + "name": "Kebbit", + "cost": 1, + "lowalch": 0, + "highalch": 0, + "release_date": "2006-11-21", + "examine": "One of the most common species of kebbit.", + "wiki_name": "Kebbit (unobtainable item) (Common kebbit)", + "wiki_url": "https://oldschool.runescape.wiki/w/Kebbit_(unobtainable_item)#Common_kebbit", + "price": 0 + }, + "9955": { + "id": 9955, + "name": "Kebbit", + "cost": 1, + "lowalch": 0, + "highalch": 0, + "release_date": "2006-11-21", + "examine": "Just one of the many different varieties of kebbit.", + "wiki_name": "Kebbit (unobtainable item) (Feldip weasel)", + "wiki_url": "https://oldschool.runescape.wiki/w/Kebbit_(unobtainable_item)#Feldip_weasel", + "price": 0 + }, + "9956": { + "id": 9956, + "name": "Kebbit", + "cost": 1, + "lowalch": 0, + "highalch": 0, + "release_date": "2006-11-21", + "examine": "Almost invisible in the sand.", + "wiki_name": "Kebbit (unobtainable item) (Desert devil)", + "wiki_url": "https://oldschool.runescape.wiki/w/Kebbit_(unobtainable_item)#Desert_devil", + "price": 0 + }, + "9957": { + "id": 9957, + "name": "Kebbit", + "cost": 1, + "lowalch": 0, + "highalch": 0, + "release_date": "2006-11-21", + "examine": "Curls up into a ball to protect itself from attack.", + "wiki_name": "Kebbit (unobtainable item) (Prickly kebbit)", + "wiki_url": "https://oldschool.runescape.wiki/w/Kebbit_(unobtainable_item)#Prickly_kebbit", + "price": 0 + }, + "9958": { + "id": 9958, + "name": "Kebbit", + "cost": 1, + "lowalch": 0, + "highalch": 0, + "release_date": "2006-11-21", + "examine": "It uses its tail to hunt and skewer fish.", + "wiki_name": "Kebbit (unobtainable item) (Barb-tailed kebbit)", + "wiki_url": "https://oldschool.runescape.wiki/w/Kebbit_(unobtainable_item)#Barb-tailed_kebbit", + "price": 0 + }, + "9959": { + "id": 9959, + "name": "Kebbit", + "cost": 1, + "lowalch": 0, + "highalch": 0, + "release_date": "2006-11-21", + "examine": "Now that's a big overbite.", + "wiki_name": "Kebbit (unobtainable item) (Sabre-toothed kebbit)", + "wiki_url": "https://oldschool.runescape.wiki/w/Kebbit_(unobtainable_item)#Sabre-toothed_kebbit", + "price": 0 + }, + "9960": { + "id": 9960, + "name": "Kebbit", + "cost": 1, + "lowalch": 0, + "highalch": 0, + "release_date": "2006-11-21", + "examine": "It seems to be on a permanent sugar rush.", + "wiki_name": "Kebbit (unobtainable item) (Spotted kebbit)", + "wiki_url": "https://oldschool.runescape.wiki/w/Kebbit_(unobtainable_item)#Spotted_kebbit", + "price": 0 + }, + "9961": { + "id": 9961, + "name": "Kebbit", + "cost": 1, + "lowalch": 0, + "highalch": 0, + "release_date": "2006-11-21", + "examine": "Curls up into a ball to protect itself from attack.", + "wiki_name": "Kebbit (unobtainable item) (Razor-backed kebbit)", + "wiki_url": "https://oldschool.runescape.wiki/w/Kebbit_(unobtainable_item)#Razor-backed_kebbit", + "price": 0 + }, + "9962": { + "id": 9962, + "name": "Kebbit", + "cost": 1, + "lowalch": 0, + "highalch": 0, + "release_date": "2006-11-21", + "examine": "That's a mean looking set of claws.", + "wiki_name": "Kebbit (unobtainable item) (Wild kebbit)", + "wiki_url": "https://oldschool.runescape.wiki/w/Kebbit_(unobtainable_item)#Wild_kebbit", + "price": 0 + }, + "9963": { + "id": 9963, + "name": "Kebbit", + "cost": 1, + "lowalch": 0, + "highalch": 0, + "release_date": "2006-11-21", + "examine": "Quieter than a ninja mouse in slippers.", + "wiki_name": "Kebbit (unobtainable item) (Dark kebbit)", + "wiki_url": "https://oldschool.runescape.wiki/w/Kebbit_(unobtainable_item)#Dark_kebbit", + "price": 0 + }, + "9964": { + "id": 9964, + "name": "Kebbit", + "cost": 1, + "lowalch": 0, + "highalch": 0, + "release_date": "2006-11-21", + "examine": "Now you see it, now you don't.", + "wiki_name": "Kebbit (unobtainable item) (Dashing kebbit)", + "wiki_url": "https://oldschool.runescape.wiki/w/Kebbit_(unobtainable_item)#Dashing_kebbit", "price": 0 }, "9965": { @@ -138134,7 +138260,7 @@ "examine": "A nicely roasted bird.", "wiki_name": "Roast bird meat", "wiki_url": "https://oldschool.runescape.wiki/w/Roast_bird_meat", - "price": 15 + "price": 93.5 }, "9982": { "id": 9982, @@ -138252,7 +138378,7 @@ "examine": "A bowl of chopped tomatoes with an extra kick.", "wiki_name": "Spicy tomato", "wiki_url": "https://oldschool.runescape.wiki/w/Spicy_tomato", - "price": 2850.5 + "price": 337.5 }, "9996": { "id": 9996, @@ -138270,7 +138396,7 @@ "examine": "A bowl of fiery minced meat.", "wiki_name": "Spicy minced meat", "wiki_url": "https://oldschool.runescape.wiki/w/Spicy_minced_meat", - "price": 724.5 + "price": 836 }, "9998": { "id": 9998, @@ -138288,7 +138414,7 @@ "examine": "4 doses of Hunter potion.", "wiki_name": "Hunter potion (4 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Hunter_potion#4_dose", - "price": 10117 + "price": 8706.5 }, "10000": { "id": 10000, @@ -138306,7 +138432,7 @@ "examine": "3 doses of Hunter potion.", "wiki_name": "Hunter potion (3 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Hunter_potion#3_dose", - "price": 4984 + "price": 7473 }, "10002": { "id": 10002, @@ -138324,7 +138450,7 @@ "examine": "2 doses of Hunter potion.", "wiki_name": "Hunter potion (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Hunter_potion#2_dose", - "price": 2485 + "price": 4000 }, "10004": { "id": 10004, @@ -138342,7 +138468,7 @@ "examine": "1 dose of Hunter potion.", "wiki_name": "Hunter potion (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Hunter_potion#1_dose", - "price": 2163 + "price": 3000 }, "10006": { "id": 10006, @@ -138360,7 +138486,7 @@ "examine": "A simple bird catcher.", "wiki_name": "Bird snare", "wiki_url": "https://oldschool.runescape.wiki/w/Bird_snare", - "price": 55 + "price": 7.5 }, "10008": { "id": 10008, @@ -138378,7 +138504,7 @@ "examine": "If a creature goes inside, the box should then slam shut.", "wiki_name": "Box trap", "wiki_url": "https://oldschool.runescape.wiki/w/Box_trap", - "price": 17 + "price": 63 }, "10010": { "id": 10010, @@ -138471,7 +138597,7 @@ "examine": "It's got little holes in the top.", "wiki_name": "Butterfly jar", "wiki_url": "https://oldschool.runescape.wiki/w/Butterfly_jar", - "price": 313 + "price": 376.5 }, "10014": { "id": 10014, @@ -138689,7 +138815,7 @@ "examine": "A magical catching box.", "wiki_name": "Magic box", "wiki_url": "https://oldschool.runescape.wiki/w/Magic_box", - "price": 500 + "price": 212.5 }, "10027": { "id": 10027, @@ -138753,7 +138879,7 @@ "examine": "The snare will tighten around animals passing through.", "wiki_name": "Rabbit snare", "wiki_url": "https://oldschool.runescape.wiki/w/Rabbit_snare", - "price": 105.5 + "price": 17 }, "10033": { "id": 10033, @@ -138820,7 +138946,7 @@ } ] }, - "price": 920.5 + "price": 777 }, "10034": { "id": 10034, @@ -138927,7 +139053,7 @@ "hunter": 52 } }, - "price": 3927 + "price": 2425 }, "10037": { "id": 10037, @@ -138967,7 +139093,7 @@ "hunter": 52 } }, - "price": 26035 + "price": 10000 }, "10039": { "id": 10039, @@ -139007,7 +139133,7 @@ "hunter": 52 } }, - "price": 7088.5 + "price": 4239.5 }, "10041": { "id": 10041, @@ -139047,7 +139173,7 @@ "hunter": 28 } }, - "price": 253 + "price": 1928.5 }, "10043": { "id": 10043, @@ -139087,7 +139213,7 @@ "hunter": 28 } }, - "price": 226 + "price": 942.5 }, "10045": { "id": 10045, @@ -139127,7 +139253,7 @@ "hunter": 28 } }, - "price": 1212.5 + "price": 3000 }, "10047": { "id": 10047, @@ -139167,7 +139293,7 @@ "hunter": 38 } }, - "price": 3079.5 + "price": 5150 }, "10049": { "id": 10049, @@ -139207,7 +139333,7 @@ "hunter": 38 } }, - "price": 824.5 + "price": 1054.5 }, "10051": { "id": 10051, @@ -139247,7 +139373,7 @@ "hunter": 38 } }, - "price": 2084.5 + "price": 3748 }, "10053": { "id": 10053, @@ -139285,7 +139411,7 @@ "slot": "body", "requirements": null }, - "price": 4555 + "price": 3166.5 }, "10055": { "id": 10055, @@ -139323,7 +139449,7 @@ "slot": "legs", "requirements": null }, - "price": 5072 + "price": 8275 }, "10057": { "id": 10057, @@ -139361,7 +139487,7 @@ "slot": "body", "requirements": null }, - "price": 804 + "price": 5681 }, "10059": { "id": 10059, @@ -139399,7 +139525,7 @@ "slot": "legs", "requirements": null }, - "price": 893 + "price": 5484 }, "10061": { "id": 10061, @@ -139437,7 +139563,7 @@ "slot": "body", "requirements": null }, - "price": 2138.5 + "price": 8025.5 }, "10063": { "id": 10063, @@ -139475,7 +139601,7 @@ "slot": "legs", "requirements": null }, - "price": 8750 + "price": 18479.5 }, "10065": { "id": 10065, @@ -139513,7 +139639,7 @@ "slot": "body", "requirements": null }, - "price": 4850 + "price": 17586 }, "10067": { "id": 10067, @@ -139551,7 +139677,7 @@ "slot": "legs", "requirements": null }, - "price": 2752.5 + "price": 8250.5 }, "10069": { "id": 10069, @@ -139591,7 +139717,7 @@ "hunter": 40 } }, - "price": 2024.5 + "price": 1489 }, "10071": { "id": 10071, @@ -139631,7 +139757,7 @@ "hunter": 66 } }, - "price": 1171.5 + "price": 1362.5 }, "10075": { "id": 10075, @@ -139671,7 +139797,7 @@ "hunter": 54 } }, - "price": 3938.5 + "price": 3026.5 }, "10077": { "id": 10077, @@ -139711,7 +139837,7 @@ "ranged": 1 } }, - "price": 11.5 + "price": 8 }, "10079": { "id": 10079, @@ -139791,7 +139917,7 @@ "ranged": 50 } }, - "price": 1656 + "price": 1438.5 }, "10083": { "id": 10083, @@ -139871,7 +139997,7 @@ "ranged": 70 } }, - "price": 3231 + "price": 2595.5 }, "10087": { "id": 10087, @@ -140150,7 +140276,7 @@ "examine": "Previously a kebbit-sized set of dentures.", "wiki_name": "Kebbit teeth dust", "wiki_url": "https://oldschool.runescape.wiki/w/Kebbit_teeth_dust", - "price": 4043 + "price": 4471.5 }, "10113": { "id": 10113, @@ -140405,7 +140531,7 @@ "slot": "neck", "requirements": null }, - "price": 533.5 + "price": 2020.5 }, "10134": { "id": 10134, @@ -140441,7 +140567,7 @@ "examine": "Well, this would certainly add some colour to a meal.", "wiki_name": "Rainbow fish", "wiki_url": "https://oldschool.runescape.wiki/w/Rainbow_fish", - "price": 90 + "price": 73.5 }, "10138": { "id": 10138, @@ -140459,7 +140585,7 @@ "examine": "A colourful fish, attracted to colourful flies.", "wiki_name": "Raw rainbow fish", "wiki_url": "https://oldschool.runescape.wiki/w/Raw_rainbow_fish", - "price": 675 + "price": 915.5 }, "10140": { "id": 10140, @@ -140512,7 +140638,7 @@ "slot": "ammo", "requirements": null }, - "price": 5 + "price": 6 }, "10143": { "id": 10143, @@ -140549,7 +140675,7 @@ "slot": "ammo", "requirements": null }, - "price": 1.5 + "price": 1 }, "10144": { "id": 10144, @@ -140623,7 +140749,7 @@ "slot": "ammo", "requirements": null }, - "price": 6 + "price": 4 }, "10146": { "id": 10146, @@ -140976,7 +141102,7 @@ } ] }, - "price": 37.5 + "price": 24.5 }, "10156": { "id": 10156, @@ -141044,7 +141170,7 @@ } ] }, - "price": 1505.5 + "price": 2896 }, "10158": { "id": 10158, @@ -141083,7 +141209,7 @@ "ranged": 50 } }, - "price": 84.5 + "price": 298 }, "10159": { "id": 10159, @@ -141122,7 +141248,7 @@ "ranged": 50 } }, - "price": 712 + "price": 1598.5 }, "10167": { "id": 10167, @@ -141383,7 +141509,7 @@ } ] }, - "price": 5154 + "price": 1238.5 }, "10282": { "id": 10282, @@ -141451,7 +141577,7 @@ } ] }, - "price": 2685 + "price": 859 }, "10284": { "id": 10284, @@ -141519,7 +141645,7 @@ } ] }, - "price": 4750.5 + "price": 3145.5 }, "10286": { "id": 10286, @@ -141558,7 +141684,7 @@ "defence": 40 } }, - "price": 58388 + "price": 73071 }, "10288": { "id": 10288, @@ -141636,7 +141762,7 @@ "defence": 40 } }, - "price": 22037.5 + "price": 27216.5 }, "10292": { "id": 10292, @@ -141675,7 +141801,7 @@ "defence": 40 } }, - "price": 24610 + "price": 20449 }, "10294": { "id": 10294, @@ -141714,7 +141840,7 @@ "defence": 40 } }, - "price": 22154 + "price": 25663.5 }, "10296": { "id": 10296, @@ -141753,7 +141879,7 @@ "defence": 30 } }, - "price": 6080 + "price": 1361.5 }, "10298": { "id": 10298, @@ -141792,7 +141918,7 @@ "defence": 30 } }, - "price": 3731 + "price": 4974.5 }, "10300": { "id": 10300, @@ -141831,7 +141957,7 @@ "defence": 30 } }, - "price": 3425 + "price": 1457.5 }, "10302": { "id": 10302, @@ -141870,7 +141996,7 @@ "defence": 30 } }, - "price": 4348.5 + "price": 3900 }, "10304": { "id": 10304, @@ -141948,7 +142074,7 @@ "defence": 10 } }, - "price": 10370 + "price": 4266 }, "10308": { "id": 10308, @@ -141987,7 +142113,7 @@ "defence": 10 } }, - "price": 7984.5 + "price": 2355.5 }, "10310": { "id": 10310, @@ -142026,7 +142152,7 @@ "defence": 10 } }, - "price": 3668 + "price": 1633 }, "10312": { "id": 10312, @@ -142065,7 +142191,7 @@ "defence": 10 } }, - "price": 8055.5 + "price": 2236.5 }, "10314": { "id": 10314, @@ -142104,7 +142230,7 @@ "defence": 10 } }, - "price": 8401.5 + "price": 2693.5 }, "10316": { "id": 10316, @@ -142142,7 +142268,7 @@ "slot": "body", "requirements": null }, - "price": 100000 + "price": 16752 }, "10318": { "id": 10318, @@ -142180,7 +142306,7 @@ "slot": "body", "requirements": null }, - "price": 95000 + "price": 16171.5 }, "10320": { "id": 10320, @@ -142218,7 +142344,7 @@ "slot": "body", "requirements": null }, - "price": 100000 + "price": 16185 }, "10322": { "id": 10322, @@ -142256,7 +142382,7 @@ "slot": "body", "requirements": null }, - "price": 137500 + "price": 26579 }, "10324": { "id": 10324, @@ -142294,7 +142420,7 @@ "slot": "body", "requirements": null }, - "price": 114166.5 + "price": 5983 }, "10326": { "id": 10326, @@ -142311,7 +142437,7 @@ "examine": "Makes firelighting a lot easier.", "wiki_name": "Purple firelighter", "wiki_url": "https://oldschool.runescape.wiki/w/Purple_firelighter", - "price": 109.5 + "price": 68.5 }, "10327": { "id": 10327, @@ -142328,7 +142454,7 @@ "examine": "Makes firelighting a lot easier.", "wiki_name": "White firelighter", "wiki_url": "https://oldschool.runescape.wiki/w/White_firelighter", - "price": 240 + "price": 78 }, "10328": { "id": 10328, @@ -142397,7 +142523,7 @@ "defence": 45 } }, - "price": 20760717 + "price": 38764502.5 }, "10332": { "id": 10332, @@ -142438,7 +142564,7 @@ "defence": 45 } }, - "price": 9421464.5 + "price": 24400000 }, "10334": { "id": 10334, @@ -142479,7 +142605,7 @@ "defence": 45 } }, - "price": 6476838 + "price": 17094949 }, "10336": { "id": 10336, @@ -142520,7 +142646,7 @@ "defence": 45 } }, - "price": 7010283 + "price": 18069168 }, "10338": { "id": 10338, @@ -142561,7 +142687,7 @@ "defence": 30 } }, - "price": 57963500 + "price": 108483032.5 }, "10340": { "id": 10340, @@ -142602,7 +142728,7 @@ "defence": 30 } }, - "price": 19849444 + "price": 41600002 }, "10342": { "id": 10342, @@ -142643,7 +142769,7 @@ "defence": 30 } }, - "price": 13362500 + "price": 25250000 }, "10344": { "id": 10344, @@ -142684,7 +142810,7 @@ "defence": 30 } }, - "price": 14732677 + "price": 44002500 }, "10346": { "id": 10346, @@ -142724,7 +142850,7 @@ "defence": 65 } }, - "price": 36512062 + "price": 61322224 }, "10348": { "id": 10348, @@ -142764,7 +142890,7 @@ "defence": 65 } }, - "price": 66016666.5 + "price": 157578004.5 }, "10350": { "id": 10350, @@ -142804,7 +142930,7 @@ "defence": 65 } }, - "price": 19217333 + "price": 40550000 }, "10352": { "id": 10352, @@ -142844,7 +142970,7 @@ "defence": 65 } }, - "price": 27061208.5 + "price": 73999999.5 }, "10354": { "id": 10354, @@ -142882,7 +143008,7 @@ "slot": "neck", "requirements": null }, - "price": 30180 + "price": 37192 }, "10356": { "id": 10356, @@ -143028,7 +143154,7 @@ "slot": "neck", "requirements": null }, - "price": 33957 + "price": 50908.5 }, "10364": { "id": 10364, @@ -143065,7 +143191,7 @@ "slot": "neck", "requirements": null }, - "price": 26147 + "price": 16648 }, "10366": { "id": 10366, @@ -143102,7 +143228,7 @@ "slot": "neck", "requirements": null }, - "price": 23500 + "price": 5200.5 }, "10368": { "id": 10368, @@ -143184,7 +143310,7 @@ "defence": 40 } }, - "price": 314098.5 + "price": 296144 }, "10372": { "id": 10372, @@ -143225,7 +143351,7 @@ "defence": 40 } }, - "price": 562877 + "price": 540808.5 }, "10374": { "id": 10374, @@ -143307,7 +143433,7 @@ "defence": 40 } }, - "price": 24924.5 + "price": 18885.5 }, "10378": { "id": 10378, @@ -143348,7 +143474,7 @@ "defence": 40 } }, - "price": 174907.5 + "price": 194125.5 }, "10380": { "id": 10380, @@ -143389,7 +143515,7 @@ "defence": 40 } }, - "price": 391997.5 + "price": 426681.5 }, "10382": { "id": 10382, @@ -143471,7 +143597,7 @@ "defence": 40 } }, - "price": 63500 + "price": 52513 }, "10386": { "id": 10386, @@ -143512,7 +143638,7 @@ "defence": 40 } }, - "price": 273084 + "price": 219670.5 }, "10388": { "id": 10388, @@ -143553,7 +143679,7 @@ "defence": 40 } }, - "price": 504967 + "price": 444949.5 }, "10390": { "id": 10390, @@ -143594,7 +143720,7 @@ "defence": 40 } }, - "price": 69447.5 + "price": 88929 }, "10392": { "id": 10392, @@ -143632,7 +143758,7 @@ "slot": "head", "requirements": null }, - "price": 13250 + "price": 2576.5 }, "10394": { "id": 10394, @@ -143670,7 +143796,7 @@ "slot": "legs", "requirements": null }, - "price": 2951295.5 + "price": 2730403.5 }, "10396": { "id": 10396, @@ -143708,7 +143834,7 @@ "slot": "legs", "requirements": null }, - "price": 26773 + "price": 5085 }, "10398": { "id": 10398, @@ -143746,7 +143872,7 @@ "slot": "head", "requirements": null }, - "price": 57008 + "price": 21424 }, "10400": { "id": 10400, @@ -143784,7 +143910,7 @@ "slot": "body", "requirements": null }, - "price": 3576 + "price": 6653 }, "10402": { "id": 10402, @@ -143822,7 +143948,7 @@ "slot": "legs", "requirements": null }, - "price": 3999.5 + "price": 1675.5 }, "10404": { "id": 10404, @@ -143860,7 +143986,7 @@ "slot": "body", "requirements": null }, - "price": 37561 + "price": 305 }, "10406": { "id": 10406, @@ -143898,7 +144024,7 @@ "slot": "legs", "requirements": null }, - "price": 3841.5 + "price": 1722 }, "10408": { "id": 10408, @@ -143936,7 +144062,7 @@ "slot": "body", "requirements": null }, - "price": 16353.5 + "price": 11796 }, "10410": { "id": 10410, @@ -143974,7 +144100,7 @@ "slot": "legs", "requirements": null }, - "price": 20132 + "price": 1805 }, "10412": { "id": 10412, @@ -144012,7 +144138,7 @@ "slot": "body", "requirements": null }, - "price": 12685 + "price": 10975 }, "10414": { "id": 10414, @@ -144050,7 +144176,7 @@ "slot": "legs", "requirements": null }, - "price": 5151 + "price": 1409.5 }, "10416": { "id": 10416, @@ -144126,7 +144252,7 @@ "slot": "legs", "requirements": null }, - "price": 541.5 + "price": 2376 }, "10420": { "id": 10420, @@ -144164,7 +144290,7 @@ "slot": "body", "requirements": null }, - "price": 4671.5 + "price": 5238.5 }, "10422": { "id": 10422, @@ -144202,7 +144328,7 @@ "slot": "legs", "requirements": null }, - "price": 651 + "price": 2221 }, "10424": { "id": 10424, @@ -144240,7 +144366,7 @@ "slot": "body", "requirements": null }, - "price": 3195 + "price": 2800.5 }, "10426": { "id": 10426, @@ -144316,7 +144442,7 @@ "slot": "body", "requirements": null }, - "price": 1738 + "price": 10000 }, "10430": { "id": 10430, @@ -144354,7 +144480,7 @@ "slot": "legs", "requirements": null }, - "price": 785 + "price": 1882 }, "10432": { "id": 10432, @@ -144392,7 +144518,7 @@ "slot": "body", "requirements": null }, - "price": 7678 + "price": 1875 }, "10434": { "id": 10434, @@ -144430,7 +144556,7 @@ "slot": "legs", "requirements": null }, - "price": 1036 + "price": 1206 }, "10436": { "id": 10436, @@ -144468,7 +144594,7 @@ "slot": "body", "requirements": null }, - "price": 723.5 + "price": 2284.5 }, "10438": { "id": 10438, @@ -144506,7 +144632,7 @@ "slot": "legs", "requirements": null }, - "price": 764 + "price": 1245.5 }, "10440": { "id": 10440, @@ -144588,7 +144714,7 @@ } ] }, - "price": 12730.5 + "price": 8049.5 }, "10442": { "id": 10442, @@ -144670,7 +144796,7 @@ } ] }, - "price": 18850 + "price": 8069 }, "10444": { "id": 10444, @@ -144752,7 +144878,7 @@ } ] }, - "price": 10020 + "price": 8054 }, "10446": { "id": 10446, @@ -144832,7 +144958,7 @@ "prayer": 40 } }, - "price": 5467.5 + "price": 29321 }, "10450": { "id": 10450, @@ -144872,7 +144998,7 @@ "prayer": 40 } }, - "price": 9199.5 + "price": 19169.5 }, "10452": { "id": 10452, @@ -144913,7 +145039,7 @@ "magic": 40 } }, - "price": 29500 + "price": 22204 }, "10454": { "id": 10454, @@ -144995,7 +145121,7 @@ "magic": 40 } }, - "price": 51491.5 + "price": 19745 }, "10458": { "id": 10458, @@ -145035,7 +145161,7 @@ "prayer": 20 } }, - "price": 179519.5 + "price": 62836.5 }, "10460": { "id": 10460, @@ -145075,7 +145201,7 @@ "prayer": 20 } }, - "price": 126756.5 + "price": 55091.5 }, "10462": { "id": 10462, @@ -145115,7 +145241,7 @@ "prayer": 20 } }, - "price": 98972 + "price": 21439 }, "10464": { "id": 10464, @@ -145155,7 +145281,7 @@ "prayer": 20 } }, - "price": 131816.5 + "price": 49839 }, "10466": { "id": 10466, @@ -145195,7 +145321,7 @@ "prayer": 20 } }, - "price": 80750 + "price": 27737 }, "10468": { "id": 10468, @@ -145235,7 +145361,7 @@ "prayer": 20 } }, - "price": 126210 + "price": 46543 }, "10470": { "id": 10470, @@ -145275,7 +145401,7 @@ "prayer": 60 } }, - "price": 9943.5 + "price": 6543.5 }, "10472": { "id": 10472, @@ -145355,7 +145481,7 @@ "prayer": 60 } }, - "price": 12457.5 + "price": 4250.5 }, "10476": { "id": 10476, @@ -145372,7 +145498,7 @@ "examine": "Remember to brush after eating!", "wiki_name": "Purple sweets", "wiki_url": "https://oldschool.runescape.wiki/w/Purple_sweets", - "price": 7753 + "price": 9100 }, "10485": { "id": 10485, @@ -145649,7 +145775,7 @@ "examine": "Shiny!", "wiki_name": "Polished buttons", "wiki_url": "https://oldschool.runescape.wiki/w/Polished_buttons", - "price": 415.5 + "price": 1229 }, "10498": { "id": 10498, @@ -147370,7 +147496,7 @@ "examine": "Arctic pine logs prepared with sacred oil for a funeral pyre.", "wiki_name": "Arctic pyre logs", "wiki_url": "https://oldschool.runescape.wiki/w/Arctic_pyre_logs", - "price": 22000 + "price": 2500 }, "10810": { "id": 10810, @@ -147388,7 +147514,7 @@ "examine": "Log cut from an arctic pine.", "wiki_name": "Arctic pine logs", "wiki_url": "https://oldschool.runescape.wiki/w/Arctic_pine_logs", - "price": 672 + "price": 445 }, "10812": { "id": 10812, @@ -147406,7 +147532,7 @@ "examine": "Used to repair bridges.", "wiki_name": "Split log", "wiki_url": "https://oldschool.runescape.wiki/w/Split_log", - "price": 2550 + "price": 822.5 }, "10814": { "id": 10814, @@ -147424,7 +147550,7 @@ "examine": "I can spin this into rope.", "wiki_name": "Hair", "wiki_url": "https://oldschool.runescape.wiki/w/Hair", - "price": 264 + "price": 150.5 }, "10816": { "id": 10816, @@ -147460,7 +147586,7 @@ "examine": "Thakkrad, of Neitiznot, can cure this.", "wiki_name": "Yak-hide", "wiki_url": "https://oldschool.runescape.wiki/w/Yak-hide", - "price": 1475.5 + "price": 201 }, "10820": { "id": 10820, @@ -147478,7 +147604,7 @@ "examine": "Ready to be cut and sewn into armour.", "wiki_name": "Cured yak-hide", "wiki_url": "https://oldschool.runescape.wiki/w/Cured_yak-hide", - "price": 240 + "price": 492 }, "10822": { "id": 10822, @@ -147518,7 +147644,7 @@ "defence": 20 } }, - "price": 2350 + "price": 627.5 }, "10824": { "id": 10824, @@ -147558,7 +147684,7 @@ "defence": 20 } }, - "price": 515 + "price": 310 }, "10826": { "id": 10826, @@ -147598,7 +147724,7 @@ "defence": 30 } }, - "price": 1648.5 + "price": 1189.5 }, "10828": { "id": 10828, @@ -148796,7 +148922,7 @@ "examine": "A wooden cat toy.", "wiki_name": "Wooden cat", "wiki_url": "https://oldschool.runescape.wiki/w/Wooden_cat", - "price": 3560.5 + "price": 2425.5 }, "10893": { "id": 10893, @@ -149050,7 +149176,7 @@ "examine": "A 4 dose Sanfew Serum.", "wiki_name": "Sanfew serum (4 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Sanfew_serum#4_dose", - "price": 36258.5 + "price": 28241.5 }, "10927": { "id": 10927, @@ -149068,7 +149194,7 @@ "examine": "A 3 dose Sanfew Serum.", "wiki_name": "Sanfew serum (3 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Sanfew_serum#3_dose", - "price": 28814.5 + "price": 20309 }, "10929": { "id": 10929, @@ -149086,7 +149212,7 @@ "examine": "A 2 dose Sanfew Serum.", "wiki_name": "Sanfew serum (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Sanfew_serum#2_dose", - "price": 18521 + "price": 12184.5 }, "10931": { "id": 10931, @@ -149104,7 +149230,7 @@ "examine": "A 1 dose Sanfew Serum.", "wiki_name": "Sanfew serum (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Sanfew_serum#1_dose", - "price": 9718 + "price": 8264.5 }, "10933": { "id": 10933, @@ -149198,7 +149324,7 @@ "examine": "The claws from a nail beast.", "wiki_name": "Nail beast nails", "wiki_url": "https://oldschool.runescape.wiki/w/Nail_beast_nails", - "price": 16020 + "price": 12158 }, "10939": { "id": 10939, @@ -149438,7 +149564,7 @@ "examine": "Don't make anyone jump when you ring this!", "wiki_name": "Slayer bell", "wiki_url": "https://oldschool.runescape.wiki/w/Slayer_bell", - "price": 2612.5 + "price": 1384.5 }, "10954": { "id": 10954, @@ -149479,7 +149605,7 @@ "ranged": 25 } }, - "price": 1185.5 + "price": 466.5 }, "10956": { "id": 10956, @@ -149520,7 +149646,7 @@ "ranged": 25 } }, - "price": 2373.5 + "price": 301.5 }, "10958": { "id": 10958, @@ -149561,7 +149687,7 @@ "ranged": 25 } }, - "price": 2731.5 + "price": 713 }, "10960": { "id": 10960, @@ -149821,7 +149947,7 @@ "examine": "Swamp weed found in the caves near Dorgesh-Kaan.", "wiki_name": "Swamp weed", "wiki_url": "https://oldschool.runescape.wiki/w/Swamp_weed", - "price": 188.5 + "price": 512.5 }, "10980": { "id": 10980, @@ -149853,7 +149979,7 @@ "examine": "Wire found in Dorgesh-Kaan.", "wiki_name": "Cave goblin wire", "wiki_url": "https://oldschool.runescape.wiki/w/Cave_goblin_wire", - "price": 1094.5 + "price": 950.5 }, "10983": { "id": 10983, @@ -150085,7 +150211,7 @@ "examine": "A tattered goblin holy book.", "wiki_name": "Goblin book", "wiki_url": "https://oldschool.runescape.wiki/w/Goblin_book", - "price": 500 + "price": 111 }, "11001": { "id": 11001, @@ -150654,7 +150780,7 @@ } ] }, - "price": 187310.5 + "price": 289950.5 }, "11039": { "id": 11039, @@ -151019,7 +151145,7 @@ } ] }, - "price": 2290.5, + "price": 3995, "lowalch": 400, "highalch": 600 }, @@ -151167,7 +151293,7 @@ "slot": "hands", "requirements": null }, - "price": 486 + "price": 594 }, "11076": { "id": 11076, @@ -151388,7 +151514,7 @@ "slot": "hands", "requirements": null }, - "price": 1050 + "price": 1376 }, "11090": { "id": 11090, @@ -152099,7 +152225,7 @@ "slot": "neck", "requirements": null }, - "price": 2622363 + "price": 1871822.5 }, "11130": { "id": 11130, @@ -152137,7 +152263,7 @@ "slot": "hands", "requirements": null }, - "price": 3696737.5 + "price": 2657178.5 }, "11133": { "id": 11133, @@ -152175,7 +152301,7 @@ "slot": "hands", "requirements": null }, - "price": 2610983.5 + "price": 2334153 }, "11136": { "id": 11136, @@ -153049,7 +153175,7 @@ "defence": 50 } }, - "price": 47720 + "price": 36363 }, "11202": { "id": 11202, @@ -153108,7 +153234,7 @@ "examine": "A shrunk ogleroot! How odd...", "wiki_name": "Shrunk ogleroot", "wiki_url": "https://oldschool.runescape.wiki/w/Shrunk_ogleroot", - "price": 3131.5 + "price": 2758.5 }, "11210": { "id": 11210, @@ -153175,7 +153301,7 @@ "ranged": 60 } }, - "price": 1638 + "price": 1112 }, "11217": { "id": 11217, @@ -153288,7 +153414,7 @@ "ranged": 60 } }, - "price": 2200 + "price": 3196.5 }, "11228": { "id": 11228, @@ -153327,7 +153453,7 @@ "ranged": 60 } }, - "price": 2255 + "price": 1471.5 }, "11229": { "id": 11229, @@ -153366,7 +153492,7 @@ "ranged": 60 } }, - "price": 2563.5 + "price": 2143.5 }, "11230": { "id": 11230, @@ -153433,7 +153559,7 @@ } ] }, - "price": 2376 + "price": 1124 }, "11231": { "id": 11231, @@ -153500,7 +153626,7 @@ } ] }, - "price": 6258.5 + "price": 1189.5 }, "11232": { "id": 11232, @@ -153517,7 +153643,7 @@ "examine": "A deadly looking dragon dart tip - needs feathers for flight.", "wiki_name": "Dragon dart tip", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_dart_tip", - "price": 2894 + "price": 1494 }, "11233": { "id": 11233, @@ -153584,7 +153710,7 @@ } ] }, - "price": 2250.5 + "price": 1185 }, "11234": { "id": 11234, @@ -153651,7 +153777,7 @@ } ] }, - "price": 2878.5 + "price": 1900 }, "11235": { "id": 11235, @@ -153736,7 +153862,7 @@ "examine": "Dragon talons, usable as arrowheads.", "wiki_name": "Dragon arrowtips", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_arrowtips", - "price": 1666.5 + "price": 1178 }, "11238": { "id": 11238, @@ -153754,7 +153880,7 @@ "examine": "Baby impling in a jar. That's a bit cruel.", "wiki_name": "Baby impling jar", "wiki_url": "https://oldschool.runescape.wiki/w/Baby_impling_jar", - "price": 3200 + "price": 1131 }, "11240": { "id": 11240, @@ -153772,7 +153898,7 @@ "examine": "A young impling in a jar. Don't trap me, man.", "wiki_name": "Young impling jar", "wiki_url": "https://oldschool.runescape.wiki/w/Young_impling_jar", - "price": 3723 + "price": 1808.5 }, "11242": { "id": 11242, @@ -153790,7 +153916,7 @@ "examine": "A gourmet impling in a jar.", "wiki_name": "Gourmet impling jar", "wiki_url": "https://oldschool.runescape.wiki/w/Gourmet_impling_jar", - "price": 5243.5 + "price": 2557.5 }, "11244": { "id": 11244, @@ -153808,7 +153934,7 @@ "examine": "Earth impling in a jar.", "wiki_name": "Earth impling jar", "wiki_url": "https://oldschool.runescape.wiki/w/Earth_impling_jar", - "price": 3194 + "price": 1038.5 }, "11246": { "id": 11246, @@ -153826,7 +153952,7 @@ "examine": "Essence impling in a jar.", "wiki_name": "Essence impling jar", "wiki_url": "https://oldschool.runescape.wiki/w/Essence_impling_jar", - "price": 4945.5 + "price": 1464 }, "11248": { "id": 11248, @@ -153844,7 +153970,7 @@ "examine": "Eclectic impling in a jar.", "wiki_name": "Eclectic impling jar", "wiki_url": "https://oldschool.runescape.wiki/w/Eclectic_impling_jar", - "price": 5497 + "price": 4622 }, "11250": { "id": 11250, @@ -153880,7 +154006,7 @@ "examine": "Magpie impling in a jar.", "wiki_name": "Magpie impling jar", "wiki_url": "https://oldschool.runescape.wiki/w/Magpie_impling_jar", - "price": 24110 + "price": 30444.5 }, "11254": { "id": 11254, @@ -153898,7 +154024,7 @@ "examine": "Ninja impling in a jar.", "wiki_name": "Ninja impling jar", "wiki_url": "https://oldschool.runescape.wiki/w/Ninja_impling_jar", - "price": 49634.5 + "price": 59162.5 }, "11256": { "id": 11256, @@ -153916,7 +154042,7 @@ "examine": "Dragon impling in a jar.", "wiki_name": "Dragon impling jar", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_impling_jar", - "price": 361354.5 + "price": 469922.5 }, "11258": { "id": 11258, @@ -154019,7 +154145,7 @@ "examine": "It's got little holes in the top.", "wiki_name": "Impling jar", "wiki_url": "https://oldschool.runescape.wiki/w/Impling_jar", - "price": 1471 + "price": 802.5 }, "11262": { "id": 11262, @@ -154129,7 +154255,7 @@ "slot": "head", "requirements": null }, - "price": 102700 + "price": 116500 }, "11282": { "id": 11282, @@ -154239,7 +154365,7 @@ "defence": 75 } }, - "price": 3634151 + "price": 2870265 }, "11286": { "id": 11286, @@ -154257,7 +154383,7 @@ "examine": "It looks like this could be attached to a shield somehow.", "wiki_name": "Draconic visage", "wiki_url": "https://oldschool.runescape.wiki/w/Draconic_visage", - "price": 3387172.5 + "price": 3033500 }, "11323": { "id": 11323, @@ -154289,7 +154415,7 @@ "examine": "Roe, or cheap fishy eggs.", "wiki_name": "Roe", "wiki_url": "https://oldschool.runescape.wiki/w/Roe", - "price": 134 + "price": 74.5 }, "11326": { "id": 11326, @@ -154307,7 +154433,7 @@ "examine": "Caviar, or expensive fishy eggs.", "wiki_name": "Caviar", "wiki_url": "https://oldschool.runescape.wiki/w/Caviar", - "price": 339 + "price": 147.5 }, "11328": { "id": 11328, @@ -154325,7 +154451,7 @@ "examine": "A sad-looking trout.", "wiki_name": "Leaping trout", "wiki_url": "https://oldschool.runescape.wiki/w/Leaping_trout", - "price": 15 + "price": 22.5 }, "11330": { "id": 11330, @@ -154343,7 +154469,7 @@ "examine": "Some non-tasty salmon.", "wiki_name": "Leaping salmon", "wiki_url": "https://oldschool.runescape.wiki/w/Leaping_salmon", - "price": 10 + "price": 30.5 }, "11332": { "id": 11332, @@ -154361,7 +154487,7 @@ "examine": "A bloated sturgeon.", "wiki_name": "Leaping sturgeon", "wiki_url": "https://oldschool.runescape.wiki/w/Leaping_sturgeon", - "price": 123.5 + "price": 96 }, "11334": { "id": 11334, @@ -154378,7 +154504,7 @@ "examine": "Slices of inedible fish.", "wiki_name": "Fish offcuts", "wiki_url": "https://oldschool.runescape.wiki/w/Fish_offcuts", - "price": 19.5 + "price": 12.5 }, "11335": { "id": 11335, @@ -154418,7 +154544,7 @@ "defence": 60 } }, - "price": 58381061.5 + "price": 67889003 }, "11337": { "id": 11337, @@ -154913,7 +155039,7 @@ } ] }, - "price": 32.5 + "price": 43 }, "11369": { "id": 11369, @@ -154988,7 +155114,7 @@ } ] }, - "price": 14.5 + "price": 1 }, "11371": { "id": 11371, @@ -155138,7 +155264,7 @@ } ] }, - "price": 296 + "price": 692 }, "11375": { "id": 11375, @@ -155213,7 +155339,7 @@ } ] }, - "price": 892 + "price": 1465.5 }, "11377": { "id": 11377, @@ -155363,7 +155489,7 @@ } ] }, - "price": 4236 + "price": 1620.5 }, "11381": { "id": 11381, @@ -155509,7 +155635,7 @@ } ] }, - "price": 4004.5 + "price": 2067 }, "11384": { "id": 11384, @@ -155659,7 +155785,7 @@ } ] }, - "price": 57000.5 + "price": 172162.5 }, "11388": { "id": 11388, @@ -155805,7 +155931,7 @@ } ] }, - "price": 25000.5 + "price": 43223.5 }, "11391": { "id": 11391, @@ -155880,7 +156006,7 @@ } ] }, - "price": 1815 + "price": 26605.5 }, "11393": { "id": 11393, @@ -156176,7 +156302,7 @@ } ] }, - "price": 1348.5 + "price": 6146.5 }, "11400": { "id": 11400, @@ -156251,7 +156377,7 @@ } ] }, - "price": 1628.5 + "price": 1250 }, "11402": { "id": 11402, @@ -156397,7 +156523,7 @@ } ] }, - "price": 6721.5 + "price": 5352.5 }, "11405": { "id": 11405, @@ -156472,7 +156598,7 @@ } ] }, - "price": 8480 + "price": 3918 }, "11407": { "id": 11407, @@ -156547,7 +156673,7 @@ } ] }, - "price": 2430.5 + "price": 4445 }, "11409": { "id": 11409, @@ -156693,7 +156819,7 @@ } ] }, - "price": 170918 + "price": 2138 }, "11412": { "id": 11412, @@ -156768,7 +156894,7 @@ } ] }, - "price": 7044.5 + "price": 3090.5 }, "11414": { "id": 11414, @@ -156843,7 +156969,7 @@ } ] }, - "price": 11502.5 + "price": 14646 }, "11416": { "id": 11416, @@ -157128,7 +157254,7 @@ "examine": "One dose of fishy Attack potion.", "wiki_name": "Attack mix (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Attack_mix#1_dose", - "price": 132 + "price": 180.5 }, "11433": { "id": 11433, @@ -157146,7 +157272,7 @@ "examine": "Two doses of fishy antipoison potion.", "wiki_name": "Antipoison mix (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Antipoison_mix#2_dose", - "price": 371.5 + "price": 157.5 }, "11435": { "id": 11435, @@ -157164,7 +157290,7 @@ "examine": "One dose of fishy antipoison potion.", "wiki_name": "Antipoison mix (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Antipoison_mix#1_dose", - "price": 300 + "price": 90 }, "11437": { "id": 11437, @@ -157200,7 +157326,7 @@ "examine": "One dose of fishy Relicym's balm.", "wiki_name": "Relicym's mix (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Relicym's_mix#1_dose", - "price": 4324 + "price": 253 }, "11441": { "id": 11441, @@ -157218,7 +157344,7 @@ "examine": "One dose of fishy strength potion.", "wiki_name": "Strength mix (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Strength_mix#1_dose", - "price": 297.5 + "price": 185.5 }, "11443": { "id": 11443, @@ -157236,7 +157362,7 @@ "examine": "Two doses of fishy strength potion.", "wiki_name": "Strength mix (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Strength_mix#2_dose", - "price": 109 + "price": 22.5 }, "11445": { "id": 11445, @@ -157254,7 +157380,7 @@ "examine": "Two doses of fishy combat potion.", "wiki_name": "Combat mix (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Combat_mix#2_dose", - "price": 213 + "price": 83.5 }, "11447": { "id": 11447, @@ -157272,7 +157398,7 @@ "examine": "One dose of fishy combat potion.", "wiki_name": "Combat mix (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Combat_mix#1_dose", - "price": 9999 + "price": 4275 }, "11449": { "id": 11449, @@ -157290,7 +157416,7 @@ "examine": "Two doses of fishy restore potion.", "wiki_name": "Restore mix (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Restore_mix#2_dose", - "price": 145 + "price": 52.5 }, "11451": { "id": 11451, @@ -157308,7 +157434,7 @@ "examine": "One dose of fishy restore potion.", "wiki_name": "Restore mix (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Restore_mix#1_dose", - "price": 92 + "price": 115.5 }, "11453": { "id": 11453, @@ -157326,7 +157452,7 @@ "examine": "Two doses of fishy energy potion.", "wiki_name": "Energy mix (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Energy_mix#2_dose", - "price": 224 + "price": 319.5 }, "11455": { "id": 11455, @@ -157380,7 +157506,7 @@ "examine": "One dose of fishy Defence potion.", "wiki_name": "Defence mix (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Defence_mix#1_dose", - "price": 2510.5 + "price": 11461 }, "11461": { "id": 11461, @@ -157398,7 +157524,7 @@ "examine": "Two doses of fishy Agility potion.", "wiki_name": "Agility mix (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Agility_mix#2_dose", - "price": 379.5 + "price": 57.5 }, "11463": { "id": 11463, @@ -157416,7 +157542,7 @@ "examine": "One dose of fishy Agility potion.", "wiki_name": "Agility mix (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Agility_mix#1_dose", - "price": 1000 + "price": 250 }, "11465": { "id": 11465, @@ -157434,7 +157560,7 @@ "examine": "Two doses of fishy Prayer potion.", "wiki_name": "Prayer mix (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Prayer_mix#2_dose", - "price": 52939 + "price": 2508 }, "11467": { "id": 11467, @@ -157506,7 +157632,7 @@ "examine": "Two doses of fishy super antipoison potion.", "wiki_name": "Anti-poison supermix (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Anti-poison_supermix#2_dose", - "price": 280.5 + "price": 409.5 }, "11475": { "id": 11475, @@ -157524,7 +157650,7 @@ "examine": "One dose of fishy super antipoison potion.", "wiki_name": "Anti-poison supermix (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Anti-poison_supermix#1_dose", - "price": 62 + "price": 567.5 }, "11477": { "id": 11477, @@ -157542,7 +157668,7 @@ "examine": "Two doses of fishy Fishing potion.", "wiki_name": "Fishing mix (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Fishing_mix#2_dose", - "price": 298.5 + "price": 65.5 }, "11479": { "id": 11479, @@ -157560,7 +157686,7 @@ "examine": "One dose of fishy Fishing potion.", "wiki_name": "Fishing mix (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Fishing_mix#1_dose", - "price": 1025 + "price": 499.5 }, "11481": { "id": 11481, @@ -157578,7 +157704,7 @@ "examine": "Two doses of fishy super energy potion.", "wiki_name": "Super energy mix (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Super_energy_mix#2_dose", - "price": 1138 + "price": 10939.5 }, "11483": { "id": 11483, @@ -157614,7 +157740,7 @@ "examine": "Two doses of fishy super Strength potion.", "wiki_name": "Super str. mix (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Super_str._mix#2_dose", - "price": 225.5 + "price": 554 }, "11487": { "id": 11487, @@ -157632,7 +157758,7 @@ "examine": "One dose of fishy super Strength potion.", "wiki_name": "Super str. mix (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Super_str._mix#1_dose", - "price": 455 + "price": 523 }, "11489": { "id": 11489, @@ -157650,7 +157776,7 @@ "examine": "Two doses of fishy Magic essence.", "wiki_name": "Magic essence mix (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Magic_essence_mix#2_dose", - "price": 2365.5 + "price": 7777 }, "11491": { "id": 11491, @@ -157668,7 +157794,7 @@ "examine": "One dose of fishy Magic essence.", "wiki_name": "Magic essence mix (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Magic_essence_mix#1_dose", - "price": 42888.5 + "price": 1112.5 }, "11493": { "id": 11493, @@ -157686,7 +157812,7 @@ "examine": "Two doses of fishy super restore potion.", "wiki_name": "Super restore mix (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Super_restore_mix#2_dose", - "price": 5750 + "price": 4270 }, "11495": { "id": 11495, @@ -157704,7 +157830,7 @@ "examine": "One dose of fishy super restore potion.", "wiki_name": "Super restore mix (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Super_restore_mix#1_dose", - "price": 1591.5 + "price": 5815.5 }, "11497": { "id": 11497, @@ -157722,7 +157848,7 @@ "examine": "Two doses of fishy super Defence potion.", "wiki_name": "Super def. mix (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Super_def._mix#2_dose", - "price": 285 + "price": 537 }, "11499": { "id": 11499, @@ -157740,7 +157866,7 @@ "examine": "One dose of fishy super Defence potion.", "wiki_name": "Super def. mix (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Super_def._mix#1_dose", - "price": 116 + "price": 257.5 }, "11501": { "id": 11501, @@ -157758,7 +157884,7 @@ "examine": "Two doses of fishy extra strength antidote potion.", "wiki_name": "Antidote+ mix (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Antidote+_mix#2_dose", - "price": 988.5 + "price": 497 }, "11503": { "id": 11503, @@ -157794,7 +157920,7 @@ "examine": "Two doses of fishy anti-firebreath potion.", "wiki_name": "Antifire mix (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Antifire_mix#2_dose", - "price": 168.5 + "price": 59 }, "11507": { "id": 11507, @@ -157812,7 +157938,7 @@ "examine": "One dose of fishy anti-firebreath potion.", "wiki_name": "Antifire mix (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Antifire_mix#1_dose", - "price": 154.5 + "price": 243 }, "11509": { "id": 11509, @@ -157830,7 +157956,7 @@ "examine": "Two doses of fishy ranging potion.", "wiki_name": "Ranging mix (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Ranging_mix#2_dose", - "price": 235.5 + "price": 919 }, "11511": { "id": 11511, @@ -157848,7 +157974,7 @@ "examine": "One dose of fishy ranging potion.", "wiki_name": "Ranging mix (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Ranging_mix#1_dose", - "price": 219.5 + "price": 667 }, "11513": { "id": 11513, @@ -157866,7 +157992,7 @@ "examine": "Two doses of fishy Magic potion.", "wiki_name": "Magic mix (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Magic_mix#2_dose", - "price": 105.5 + "price": 36 }, "11515": { "id": 11515, @@ -157884,7 +158010,7 @@ "examine": "One dose of fishy Magic potion.", "wiki_name": "Magic mix (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Magic_mix#1_dose", - "price": 110.5 + "price": 56.5 }, "11517": { "id": 11517, @@ -157902,7 +158028,7 @@ "examine": "Two doses of fishy Hunter potion.", "wiki_name": "Hunting mix (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Hunting_mix#2_dose", - "price": 2044 + "price": 3112.5 }, "11519": { "id": 11519, @@ -157920,7 +158046,7 @@ "examine": "One dose of fishy Hunter potion.", "wiki_name": "Hunting mix (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Hunting_mix#1_dose", - "price": 2600 + "price": 567 }, "11521": { "id": 11521, @@ -157956,7 +158082,7 @@ "examine": "One dose of fishy Zamorak brew.", "wiki_name": "Zamorak mix (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Zamorak_mix#1_dose", - "price": 577.5 + "price": 2513.5 }, "11525": { "id": 11525, @@ -157973,6 +158099,15 @@ "wiki_url": "https://oldschool.runescape.wiki/w/Wimpy_feather", "price": 0 }, + "11628": { + "id": 11628, + "name": "Ava's device", + "incomplete": true, + "cost": 0, + "lowalch": 0, + "highalch": 0, + "price": 0 + }, "11640": { "id": 11640, "name": "Book of knowledge", @@ -158944,9 +159079,9 @@ "wiki_name": "Cursed goblin hammer", "wiki_url": "https://oldschool.runescape.wiki/w/Cursed_goblin_hammer", "equipment": { - "attack_stab": 0, - "attack_slash": 0, - "attack_crush": 0, + "attack_stab": -100, + "attack_slash": -100, + "attack_crush": -100, "attack_magic": 0, "attack_ranged": 0, "defence_stab": 0, @@ -158954,7 +159089,7 @@ "defence_crush": 0, "defence_magic": 0, "defence_ranged": 0, - "melee_strength": 0, + "melee_strength": -100, "ranged_strength": 0, "magic_damage": 0, "prayer": 0, @@ -161635,7 +161770,7 @@ } ] }, - "price": 41887951.5 + "price": 52797700.5 }, "11787": { "id": 11787, @@ -161718,7 +161853,7 @@ } ] }, - "price": 147148.5 + "price": 37433.5 }, "11789": { "id": 11789, @@ -161801,7 +161936,7 @@ } ] }, - "price": 191765 + "price": 92000 }, "11791": { "id": 11791, @@ -161884,7 +162019,7 @@ } ] }, - "price": 5654483 + "price": 8674141.5 }, "11794": { "id": 11794, @@ -161934,7 +162069,7 @@ "examine": "The blade for the ultimate weapon.", "wiki_name": "Godsword blade", "wiki_url": "https://oldschool.runescape.wiki/w/Godsword_blade", - "price": 550122 + "price": 480245.5 }, "11800": { "id": 11800, @@ -162025,7 +162160,7 @@ } ] }, - "price": 13349272 + "price": 10267920 }, "11804": { "id": 11804, @@ -162100,7 +162235,7 @@ } ] }, - "price": 18627675 + "price": 22722909 }, "11806": { "id": 11806, @@ -162250,7 +162385,7 @@ } ] }, - "price": 6979763.5 + "price": 15682887.5 }, "11810": { "id": 11810, @@ -162268,7 +162403,7 @@ "examine": "Brimming with potential.", "wiki_name": "Armadyl hilt", "wiki_url": "https://oldschool.runescape.wiki/w/Armadyl_hilt", - "price": 12685555.5 + "price": 9442500 }, "11812": { "id": 11812, @@ -162286,7 +162421,7 @@ "examine": "Brimming with potential.", "wiki_name": "Bandos hilt", "wiki_url": "https://oldschool.runescape.wiki/w/Bandos_hilt", - "price": 18251000 + "price": 22175500 }, "11814": { "id": 11814, @@ -162304,7 +162439,7 @@ "examine": "Brimming with potential.", "wiki_name": "Saradomin hilt", "wiki_url": "https://oldschool.runescape.wiki/w/Saradomin_hilt", - "price": 20303827 + "price": 19026506.5 }, "11816": { "id": 11816, @@ -162322,7 +162457,7 @@ "examine": "Brimming with potential.", "wiki_name": "Zamorak hilt", "wiki_url": "https://oldschool.runescape.wiki/w/Zamorak_hilt", - "price": 5464000 + "price": 14946077.5 }, "11818": { "id": 11818, @@ -162340,7 +162475,7 @@ "examine": "A part of the Godsword blade.", "wiki_name": "Godsword shard 1", "wiki_url": "https://oldschool.runescape.wiki/w/Godsword_shard_1", - "price": 173022.5 + "price": 157889.5 }, "11820": { "id": 11820, @@ -162358,7 +162493,7 @@ "examine": "A part of the Godsword blade.", "wiki_name": "Godsword shard 2", "wiki_url": "https://oldschool.runescape.wiki/w/Godsword_shard_2", - "price": 139950.5 + "price": 155055.5 }, "11822": { "id": 11822, @@ -162376,7 +162511,7 @@ "examine": "A part of the Godsword blade.", "wiki_name": "Godsword shard 3", "wiki_url": "https://oldschool.runescape.wiki/w/Godsword_shard_3", - "price": 178744.5 + "price": 160167 }, "11824": { "id": 11824, @@ -162451,7 +162586,7 @@ } ] }, - "price": 4113694.5 + "price": 3480185 }, "11826": { "id": 11826, @@ -162492,7 +162627,7 @@ "ranged": 70 } }, - "price": 6775562.5 + "price": 9912540.5 }, "11828": { "id": 11828, @@ -162533,7 +162668,7 @@ "ranged": 70 } }, - "price": 28616041.5 + "price": 39952500 }, "11830": { "id": 11830, @@ -162574,7 +162709,7 @@ "ranged": 70 } }, - "price": 21251877.5 + "price": 29605420 }, "11832": { "id": 11832, @@ -162614,7 +162749,7 @@ "defence": 65 } }, - "price": 28789279 + "price": 29866081 }, "11834": { "id": 11834, @@ -162694,7 +162829,7 @@ "defence": 65 } }, - "price": 187497.5 + "price": 230160.5 }, "11838": { "id": 11838, @@ -162769,7 +162904,7 @@ } ] }, - "price": 223247 + "price": 124305 }, "11840": { "id": 11840, @@ -162809,7 +162944,7 @@ "defence": 60 } }, - "price": 128905.5 + "price": 113815.5 }, "11842": { "id": 11842, @@ -163568,7 +163703,7 @@ "slayer": 55 } }, - "price": 63 + "price": 46 }, "11876": { "id": 11876, @@ -163752,7 +163887,7 @@ } ] }, - "price": 4263841 + "price": 3682589.5 }, "11891": { "id": 11891, @@ -164367,7 +164502,7 @@ } ] }, - "price": 751562.5 + "price": 684661.5 }, "11907": { "id": 11907, @@ -164692,7 +164827,7 @@ } ] }, - "price": 3052783.5 + "price": 1058415.5 }, "11922": { "id": 11922, @@ -164760,7 +164895,7 @@ "defence": 60 } }, - "price": 1512834 + "price": 1161970.5 }, "11926": { "id": 11926, @@ -164800,7 +164935,7 @@ "defence": 60 } }, - "price": 2725010.5 + "price": 3135496 }, "11928": { "id": 11928, @@ -164836,7 +164971,7 @@ "examine": "A broken shield piece.", "wiki_name": "Odium shard 2", "wiki_url": "https://oldschool.runescape.wiki/w/Odium_shard_2", - "price": 467510 + "price": 279482 }, "11930": { "id": 11930, @@ -164854,7 +164989,7 @@ "examine": "A broken shield piece.", "wiki_name": "Odium shard 3", "wiki_url": "https://oldschool.runescape.wiki/w/Odium_shard_3", - "price": 191139.5 + "price": 40079.5 }, "11931": { "id": 11931, @@ -164872,7 +165007,7 @@ "examine": "A broken shield piece.", "wiki_name": "Malediction shard 1", "wiki_url": "https://oldschool.runescape.wiki/w/Malediction_shard_1", - "price": 1032777.5 + "price": 589473 }, "11932": { "id": 11932, @@ -164890,7 +165025,7 @@ "examine": "A broken shield piece.", "wiki_name": "Malediction shard 2", "wiki_url": "https://oldschool.runescape.wiki/w/Malediction_shard_2", - "price": 237777.5 + "price": 194441.5 }, "11933": { "id": 11933, @@ -164908,7 +165043,7 @@ "examine": "A broken shield piece.", "wiki_name": "Malediction shard 3", "wiki_url": "https://oldschool.runescape.wiki/w/Malediction_shard_3", - "price": 62322.5 + "price": 36204.5 }, "11934": { "id": 11934, @@ -164926,7 +165061,7 @@ "examine": "I should try cooking this.", "wiki_name": "Raw dark crab", "wiki_url": "https://oldschool.runescape.wiki/w/Raw_dark_crab", - "price": 1348.5 + "price": 676 }, "11936": { "id": 11936, @@ -164944,7 +165079,7 @@ "examine": "This looks tricky to eat.", "wiki_name": "Dark crab", "wiki_url": "https://oldschool.runescape.wiki/w/Dark_crab", - "price": 1523 + "price": 857 }, "11938": { "id": 11938, @@ -164977,7 +165112,7 @@ "examine": "What on earth would eat this?", "wiki_name": "Dark fishing bait", "wiki_url": "https://oldschool.runescape.wiki/w/Dark_fishing_bait", - "price": 11 + "price": 9 }, "11941": { "id": 11941, @@ -165023,7 +165158,7 @@ "examine": "Bones of a lava dragon.", "wiki_name": "Lava dragon bones", "wiki_url": "https://oldschool.runescape.wiki/w/Lava_dragon_bones", - "price": 3310 + "price": 3736.5 }, "11951": { "id": 11951, @@ -165041,7 +165176,7 @@ "examine": "4 doses of extended anti-firebreath potion.", "wiki_name": "Extended antifire (4 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Extended_antifire#4_dose", - "price": 146.5 + "price": 218 }, "11953": { "id": 11953, @@ -165059,7 +165194,7 @@ "examine": "3 doses of extended anti-firebreath potion.", "wiki_name": "Extended antifire (3 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Extended_antifire#3_dose", - "price": 117.5 + "price": 192.5 }, "11955": { "id": 11955, @@ -165077,7 +165212,7 @@ "examine": "2 doses of extended anti-firebreath potion.", "wiki_name": "Extended antifire (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Extended_antifire#2_dose", - "price": 115 + "price": 85 }, "11957": { "id": 11957, @@ -165095,7 +165230,7 @@ "examine": "1 dose of extended anti-firebreath potion.", "wiki_name": "Extended antifire (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Extended_antifire#1_dose", - "price": 65 + "price": 50 }, "11959": { "id": 11959, @@ -165162,7 +165297,7 @@ } ] }, - "price": 3640 + "price": 4349.5 }, "11960": { "id": 11960, @@ -165198,7 +165333,7 @@ "examine": "One dose of fishy extended anti-firebreath potion.", "wiki_name": "Extended antifire mix (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Extended_antifire_mix#1_dose", - "price": 466.5 + "price": 66.5 }, "11964": { "id": 11964, @@ -165236,7 +165371,7 @@ "slot": "neck", "requirements": null }, - "price": 49480.5 + "price": 77499.5 }, "11966": { "id": 11966, @@ -165494,7 +165629,7 @@ "slot": "neck", "requirements": null }, - "price": 11990 + "price": 10373 }, "11980": { "id": 11980, @@ -165714,7 +165849,7 @@ "slot": "head", "requirements": null }, - "price": 17204.5 + "price": 12246 }, "11992": { "id": 11992, @@ -165732,7 +165867,7 @@ "examine": "A scale from the hide of a lava dragon.", "wiki_name": "Lava scale", "wiki_url": "https://oldschool.runescape.wiki/w/Lava_scale", - "price": 1531 + "price": 169 }, "11994": { "id": 11994, @@ -165749,7 +165884,7 @@ "examine": "Ground-up lava dragon scale.", "wiki_name": "Lava scale shard", "wiki_url": "https://oldschool.runescape.wiki/w/Lava_scale_shard", - "price": 227 + "price": 32 }, "11995": { "id": 11995, @@ -165868,7 +166003,7 @@ } ] }, - "price": 1545433 + "price": 1221586 }, "12000": { "id": 12000, @@ -165951,7 +166086,7 @@ } ] }, - "price": 1595185 + "price": 1276651.5 }, "12002": { "id": 12002, @@ -165991,7 +166126,7 @@ "magic": 70 } }, - "price": 502185.5 + "price": 482026.5 }, "12004": { "id": 12004, @@ -166009,7 +166144,7 @@ "examine": "Ewwww... it's still sucky.", "wiki_name": "Kraken tentacle", "wiki_url": "https://oldschool.runescape.wiki/w/Kraken_tentacle", - "price": 342812 + "price": 585839.5 }, "12006": { "id": 12006, @@ -166091,7 +166226,7 @@ "examine": "It's just a jar of dirt.", "wiki_name": "Jar of dirt", "wiki_url": "https://oldschool.runescape.wiki/w/Jar_of_dirt", - "price": 15136.5 + "price": 20865.5 }, "12009": { "id": 12009, @@ -166459,7 +166594,7 @@ "prayer": 20 } }, - "price": 100055.5 + "price": 29156 }, "12195": { "id": 12195, @@ -166499,7 +166634,7 @@ "prayer": 20 } }, - "price": 78930 + "price": 24585.5 }, "12197": { "id": 12197, @@ -166539,7 +166674,7 @@ "prayer": 40 } }, - "price": 7395 + "price": 31427.5 }, "12199": { "id": 12199, @@ -166621,7 +166756,7 @@ } ] }, - "price": 10125 + "price": 7092 }, "12201": { "id": 12201, @@ -166661,7 +166796,7 @@ "prayer": 60 } }, - "price": 2493 + "price": 2892 }, "12203": { "id": 12203, @@ -166702,7 +166837,7 @@ "magic": 40 } }, - "price": 34510 + "price": 18387 }, "12205": { "id": 12205, @@ -166741,7 +166876,7 @@ "defence": 1 } }, - "price": 142612 + "price": 27012.5 }, "12207": { "id": 12207, @@ -166780,7 +166915,7 @@ "defence": 1 } }, - "price": 40518.5 + "price": 7845 }, "12209": { "id": 12209, @@ -166819,7 +166954,7 @@ "defence": 1 } }, - "price": 8097.5 + "price": 2963 }, "12211": { "id": 12211, @@ -166858,7 +166993,7 @@ "defence": 1 } }, - "price": 65000.5 + "price": 26800 }, "12213": { "id": 12213, @@ -166897,7 +167032,7 @@ "defence": 1 } }, - "price": 37907.5 + "price": 26189 }, "12215": { "id": 12215, @@ -166936,7 +167071,7 @@ "defence": 1 } }, - "price": 4861 + "price": 8607.5 }, "12217": { "id": 12217, @@ -166975,7 +167110,7 @@ "defence": 1 } }, - "price": 2821 + "price": 1984.5 }, "12219": { "id": 12219, @@ -167014,7 +167149,7 @@ "defence": 1 } }, - "price": 5627.5 + "price": 3800 }, "12221": { "id": 12221, @@ -167053,7 +167188,7 @@ "defence": 1 } }, - "price": 6153.5 + "price": 3981 }, "12223": { "id": 12223, @@ -167092,7 +167227,7 @@ "defence": 1 } }, - "price": 11880.5 + "price": 3484.5 }, "12225": { "id": 12225, @@ -167131,7 +167266,7 @@ "defence": 1 } }, - "price": 81173 + "price": 25247.5 }, "12227": { "id": 12227, @@ -167170,7 +167305,7 @@ "defence": 1 } }, - "price": 30499.5 + "price": 5789 }, "12229": { "id": 12229, @@ -167209,7 +167344,7 @@ "defence": 1 } }, - "price": 8134.5 + "price": 1525.5 }, "12231": { "id": 12231, @@ -167248,7 +167383,7 @@ "defence": 1 } }, - "price": 48499.5 + "price": 40953.5 }, "12233": { "id": 12233, @@ -167287,7 +167422,7 @@ "defence": 1 } }, - "price": 36855 + "price": 6863.5 }, "12235": { "id": 12235, @@ -167326,7 +167461,7 @@ "defence": 1 } }, - "price": 324825 + "price": 249036 }, "12237": { "id": 12237, @@ -167365,7 +167500,7 @@ "defence": 1 } }, - "price": 71634 + "price": 18861 }, "12239": { "id": 12239, @@ -167404,7 +167539,7 @@ "defence": 1 } }, - "price": 10394 + "price": 7432 }, "12241": { "id": 12241, @@ -167443,7 +167578,7 @@ "defence": 1 } }, - "price": 197334 + "price": 138295 }, "12243": { "id": 12243, @@ -167520,7 +167655,7 @@ "slot": "head", "requirements": null }, - "price": 5000 + "price": 3008.5 }, "12247": { "id": 12247, @@ -167558,7 +167693,7 @@ "slot": "head", "requirements": null }, - "price": 15104 + "price": 5762.5 }, "12249": { "id": 12249, @@ -167596,7 +167731,7 @@ "slot": "head", "requirements": null }, - "price": 7565.5 + "price": 3744.5 }, "12251": { "id": 12251, @@ -167634,7 +167769,7 @@ "slot": "head", "requirements": null }, - "price": 15207.5 + "price": 10735 }, "12253": { "id": 12253, @@ -167674,7 +167809,7 @@ "prayer": 20 } }, - "price": 71165.5 + "price": 24356.5 }, "12255": { "id": 12255, @@ -167714,7 +167849,7 @@ "prayer": 20 } }, - "price": 86500 + "price": 22001.5 }, "12257": { "id": 12257, @@ -167754,7 +167889,7 @@ "prayer": 60 } }, - "price": 4505.5 + "price": 6151 }, "12259": { "id": 12259, @@ -167795,7 +167930,7 @@ "magic": 40 } }, - "price": 18401.5 + "price": 23416.5 }, "12261": { "id": 12261, @@ -167835,7 +167970,7 @@ "prayer": 40 } }, - "price": 17601.5 + "price": 32499.5 }, "12263": { "id": 12263, @@ -167917,7 +168052,7 @@ } ] }, - "price": 15000 + "price": 8499.5 }, "12265": { "id": 12265, @@ -167957,7 +168092,7 @@ "prayer": 20 } }, - "price": 40500 + "price": 21393 }, "12267": { "id": 12267, @@ -167997,7 +168132,7 @@ "prayer": 20 } }, - "price": 130000 + "price": 42008 }, "12269": { "id": 12269, @@ -168037,7 +168172,7 @@ "prayer": 60 } }, - "price": 6337 + "price": 3533.5 }, "12271": { "id": 12271, @@ -168078,7 +168213,7 @@ "magic": 40 } }, - "price": 19236 + "price": 21943 }, "12273": { "id": 12273, @@ -168200,7 +168335,7 @@ } ] }, - "price": 13499.5 + "price": 7024 }, "12277": { "id": 12277, @@ -168239,7 +168374,7 @@ "defence": 20 } }, - "price": 12379 + "price": 4420.5 }, "12279": { "id": 12279, @@ -168278,7 +168413,7 @@ "defence": 20 } }, - "price": 4150 + "price": 2640 }, "12281": { "id": 12281, @@ -168317,7 +168452,7 @@ "defence": 20 } }, - "price": 5736 + "price": 3589 }, "12283": { "id": 12283, @@ -168356,7 +168491,7 @@ "defence": 20 } }, - "price": 6281 + "price": 4296 }, "12285": { "id": 12285, @@ -168395,7 +168530,7 @@ "defence": 20 } }, - "price": 2617 + "price": 2320.5 }, "12287": { "id": 12287, @@ -168434,7 +168569,7 @@ "defence": 20 } }, - "price": 4942 + "price": 3411 }, "12289": { "id": 12289, @@ -168473,7 +168608,7 @@ "defence": 20 } }, - "price": 1612.5 + "price": 2315 }, "12291": { "id": 12291, @@ -168551,7 +168686,7 @@ "defence": 20 } }, - "price": 1287.5 + "price": 2815.5 }, "12295": { "id": 12295, @@ -168590,7 +168725,7 @@ "defence": 20 } }, - "price": 2979.5 + "price": 1877.5 }, "12297": { "id": 12297, @@ -168664,7 +168799,7 @@ } ] }, - "price": 3793 + "price": 711.5 }, "12299": { "id": 12299, @@ -168702,7 +168837,7 @@ "slot": "head", "requirements": null }, - "price": 5443.5 + "price": 2387.5 }, "12301": { "id": 12301, @@ -168740,7 +168875,7 @@ "slot": "head", "requirements": null }, - "price": 5000 + "price": 6000 }, "12303": { "id": 12303, @@ -168778,7 +168913,7 @@ "slot": "head", "requirements": null }, - "price": 2275.5 + "price": 6500 }, "12305": { "id": 12305, @@ -168816,7 +168951,7 @@ "slot": "head", "requirements": null }, - "price": 5000 + "price": 3600 }, "12307": { "id": 12307, @@ -168854,7 +168989,7 @@ "slot": "head", "requirements": null }, - "price": 5750 + "price": 1116 }, "12309": { "id": 12309, @@ -168892,7 +169027,7 @@ "slot": "head", "requirements": null }, - "price": 7443.5 + "price": 6107.5 }, "12311": { "id": 12311, @@ -168930,7 +169065,7 @@ "slot": "head", "requirements": null }, - "price": 5500 + "price": 12500 }, "12313": { "id": 12313, @@ -168968,7 +169103,7 @@ "slot": "head", "requirements": null }, - "price": 5949.5 + "price": 3249 }, "12315": { "id": 12315, @@ -169006,7 +169141,7 @@ "slot": "body", "requirements": null }, - "price": 4902 + "price": 3702 }, "12317": { "id": 12317, @@ -169044,7 +169179,7 @@ "slot": "legs", "requirements": null }, - "price": 1273.5 + "price": 2000 }, "12319": { "id": 12319, @@ -169082,7 +169217,7 @@ "slot": "head", "requirements": null }, - "price": 3042.5 + "price": 2387.5 }, "12321": { "id": 12321, @@ -169158,7 +169293,7 @@ "slot": "head", "requirements": null }, - "price": 11850 + "price": 3308 }, "12325": { "id": 12325, @@ -169196,7 +169331,7 @@ "slot": "head", "requirements": null }, - "price": 2579.5 + "price": 2235 }, "12327": { "id": 12327, @@ -169237,7 +169372,7 @@ "defence": 40 } }, - "price": 7552 + "price": 6143.5 }, "12329": { "id": 12329, @@ -169277,7 +169412,7 @@ "ranged": 60 } }, - "price": 7627.5 + "price": 9525.5 }, "12331": { "id": 12331, @@ -169358,7 +169493,7 @@ "ranged": 60 } }, - "price": 3537.5 + "price": 2451 }, "12335": { "id": 12335, @@ -169396,7 +169531,7 @@ "slot": "shield", "requirements": null }, - "price": 142250 + "price": 154994 }, "12337": { "id": 12337, @@ -169434,7 +169569,7 @@ "slot": "head", "requirements": null }, - "price": 360975 + "price": 549500 }, "12339": { "id": 12339, @@ -169472,7 +169607,7 @@ "slot": "body", "requirements": null }, - "price": 751 + "price": 3246.5 }, "12341": { "id": 12341, @@ -169510,7 +169645,7 @@ "slot": "legs", "requirements": null }, - "price": 1812.5 + "price": 919.5 }, "12343": { "id": 12343, @@ -169548,7 +169683,7 @@ "slot": "body", "requirements": null }, - "price": 1031.5 + "price": 874 }, "12345": { "id": 12345, @@ -169586,7 +169721,7 @@ "slot": "legs", "requirements": null }, - "price": 960.5 + "price": 1247 }, "12347": { "id": 12347, @@ -169624,7 +169759,7 @@ "slot": "body", "requirements": null }, - "price": 3221.5 + "price": 943 }, "12349": { "id": 12349, @@ -169662,7 +169797,7 @@ "slot": "legs", "requirements": null }, - "price": 1907 + "price": 10891.5 }, "12351": { "id": 12351, @@ -169700,7 +169835,7 @@ "slot": "head", "requirements": null }, - "price": 110534 + "price": 114598.5 }, "12353": { "id": 12353, @@ -169738,7 +169873,7 @@ "slot": "head", "requirements": null }, - "price": 51092.5 + "price": 17500 }, "12355": { "id": 12355, @@ -169776,7 +169911,7 @@ "slot": "head", "requirements": null }, - "price": 86997.5 + "price": 611561 }, "12357": { "id": 12357, @@ -169849,7 +169984,7 @@ } ] }, - "price": 146923.5 + "price": 250120.5 }, "12359": { "id": 12359, @@ -169925,7 +170060,7 @@ "slot": "head", "requirements": null }, - "price": 5751.5 + "price": 11627.5 }, "12363": { "id": 12363, @@ -169963,7 +170098,7 @@ "slot": "head", "requirements": null }, - "price": 6825 + "price": 5861 }, "12365": { "id": 12365, @@ -170001,7 +170136,7 @@ "slot": "head", "requirements": null }, - "price": 5739 + "price": 10250 }, "12367": { "id": 12367, @@ -170039,7 +170174,7 @@ "slot": "head", "requirements": null }, - "price": 31258 + "price": 7503 }, "12369": { "id": 12369, @@ -170077,7 +170212,7 @@ "slot": "head", "requirements": null }, - "price": 6278.5 + "price": 9801.5 }, "12371": { "id": 12371, @@ -170115,7 +170250,7 @@ "slot": "head", "requirements": null }, - "price": 1417514 + "price": 2522745 }, "12373": { "id": 12373, @@ -170183,7 +170318,7 @@ } ] }, - "price": 99388 + "price": 25784.5 }, "12375": { "id": 12375, @@ -170258,7 +170393,7 @@ } ] }, - "price": 4370.5 + "price": 1812.5 }, "12377": { "id": 12377, @@ -170333,7 +170468,7 @@ } ] }, - "price": 1109.5 + "price": 1458 }, "12379": { "id": 12379, @@ -170408,7 +170543,7 @@ } ] }, - "price": 9500 + "price": 7817.5 }, "12381": { "id": 12381, @@ -170489,7 +170624,7 @@ "ranged": 70 } }, - "price": 172024.5 + "price": 190306 }, "12385": { "id": 12385, @@ -170530,7 +170665,7 @@ "defence": 40 } }, - "price": 10387 + "price": 7753.5 }, "12387": { "id": 12387, @@ -170570,7 +170705,7 @@ "ranged": 70 } }, - "price": 80000 + "price": 50666.5 }, "12389": { "id": 12389, @@ -170684,7 +170819,7 @@ "defence": 40 } }, - "price": 1589499.5 + "price": 1993335 }, "12393": { "id": 12393, @@ -170722,7 +170857,7 @@ "slot": "body", "requirements": null }, - "price": 109288 + "price": 23194 }, "12395": { "id": 12395, @@ -170760,7 +170895,7 @@ "slot": "legs", "requirements": null }, - "price": 31500 + "price": 19911 }, "12397": { "id": 12397, @@ -170798,7 +170933,7 @@ "slot": "head", "requirements": null }, - "price": 100000.5 + "price": 135642 }, "12399": { "id": 12399, @@ -170836,7 +170971,7 @@ "slot": "head", "requirements": null }, - "price": 450092.5 + "price": 617500 }, "12402": { "id": 12402, @@ -170853,7 +170988,7 @@ "examine": "Teleports you to Nardah.", "wiki_name": "Nardah teleport", "wiki_url": "https://oldschool.runescape.wiki/w/Nardah_teleport", - "price": 9571 + "price": 26921.5 }, "12403": { "id": 12403, @@ -170887,7 +171022,7 @@ "examine": "Teleports you to Feldip hills.", "wiki_name": "Feldip hills teleport", "wiki_url": "https://oldschool.runescape.wiki/w/Feldip_hills_teleport", - "price": 1450.5 + "price": 1082 }, "12405": { "id": 12405, @@ -170904,7 +171039,7 @@ "examine": "Teleports you to Lunar isle.", "wiki_name": "Lunar isle teleport", "wiki_url": "https://oldschool.runescape.wiki/w/Lunar_isle_teleport", - "price": 16724.5 + "price": 2829 }, "12406": { "id": 12406, @@ -170921,7 +171056,7 @@ "examine": "Teleports you to Mort'ton.", "wiki_name": "Mort'ton teleport", "wiki_url": "https://oldschool.runescape.wiki/w/Mort'ton_teleport", - "price": 18088.5 + "price": 15684 }, "12407": { "id": 12407, @@ -170972,7 +171107,7 @@ "examine": "Teleports you to Tai bwo wannai.", "wiki_name": "Tai bwo wannai teleport", "wiki_url": "https://oldschool.runescape.wiki/w/Tai_bwo_wannai_teleport", - "price": 7389.5 + "price": 3825.5 }, "12410": { "id": 12410, @@ -170989,7 +171124,7 @@ "examine": "Teleports you to the Iorwerth Camp.", "wiki_name": "Iorwerth camp teleport", "wiki_url": "https://oldschool.runescape.wiki/w/Iorwerth_camp_teleport", - "price": 4145 + "price": 2738.5 }, "12411": { "id": 12411, @@ -171006,7 +171141,7 @@ "examine": "Teleports you to Mos Le'Harmless.", "wiki_name": "Mos le'harmless teleport", "wiki_url": "https://oldschool.runescape.wiki/w/Mos_le'harmless_teleport", - "price": 800 + "price": 1046 }, "12412": { "id": 12412, @@ -171044,7 +171179,7 @@ "slot": "head", "requirements": null }, - "price": 100000 + "price": 775000 }, "12414": { "id": 12414, @@ -171413,7 +171548,7 @@ } ] }, - "price": 106388443.5 + "price": 370388888.5 }, "12424": { "id": 12424, @@ -171481,7 +171616,7 @@ } ] }, - "price": 611231494 + "price": 1224460000 }, "12426": { "id": 12426, @@ -171556,7 +171691,7 @@ } ] }, - "price": 371305555.5 + "price": 837500000 }, "12428": { "id": 12428, @@ -171594,7 +171729,7 @@ "slot": "head", "requirements": null }, - "price": 22777.5 + "price": 7146 }, "12430": { "id": 12430, @@ -171632,7 +171767,7 @@ "slot": "head", "requirements": null }, - "price": 295000 + "price": 198961.5 }, "12432": { "id": 12432, @@ -171670,7 +171805,7 @@ "slot": "head", "requirements": null }, - "price": 63165.5 + "price": 74037 }, "12434": { "id": 12434, @@ -171782,7 +171917,7 @@ "prayer": 65 } }, - "price": 133082884 + "price": 370000000 }, "12439": { "id": 12439, @@ -171848,7 +171983,7 @@ } ] }, - "price": 81642 + "price": 10662 }, "12441": { "id": 12441, @@ -171886,7 +172021,7 @@ "slot": "body", "requirements": null }, - "price": 141728 + "price": 33896 }, "12443": { "id": 12443, @@ -171924,7 +172059,7 @@ "slot": "legs", "requirements": null }, - "price": 79242 + "price": 20063.5 }, "12445": { "id": 12445, @@ -171961,7 +172096,7 @@ "slot": "legs", "requirements": null }, - "price": 13435.5 + "price": 8507.5 }, "12447": { "id": 12447, @@ -171998,7 +172133,7 @@ "slot": "legs", "requirements": null }, - "price": 300000 + "price": 5693 }, "12449": { "id": 12449, @@ -172035,7 +172170,7 @@ "slot": "body", "requirements": null }, - "price": 267497.5 + "price": 174248.5 }, "12451": { "id": 12451, @@ -172072,7 +172207,7 @@ "slot": "body", "requirements": null }, - "price": 113072.5 + "price": 36063.5 }, "12453": { "id": 12453, @@ -172109,7 +172244,7 @@ "slot": "head", "requirements": null }, - "price": 282274.5 + "price": 295319 }, "12455": { "id": 12455, @@ -172146,7 +172281,7 @@ "slot": "head", "requirements": null }, - "price": 110752 + "price": 58539 }, "12457": { "id": 12457, @@ -172296,7 +172431,7 @@ "defence": 40 } }, - "price": 53008 + "price": 71856 }, "12462": { "id": 12462, @@ -172335,7 +172470,7 @@ "defence": 40 } }, - "price": 49049.5 + "price": 41629 }, "12464": { "id": 12464, @@ -172413,7 +172548,7 @@ "defence": 40 } }, - "price": 131703.5 + "price": 41700.5 }, "12468": { "id": 12468, @@ -172452,7 +172587,7 @@ "defence": 40 } }, - "price": 45420.5 + "price": 29280 }, "12470": { "id": 12470, @@ -172608,7 +172743,7 @@ "defence": 40 } }, - "price": 25394.5 + "price": 21887 }, "12478": { "id": 12478, @@ -172647,7 +172782,7 @@ "defence": 40 } }, - "price": 36886.5 + "price": 32132.5 }, "12480": { "id": 12480, @@ -172803,7 +172938,7 @@ "defence": 40 } }, - "price": 26500 + "price": 20869 }, "12488": { "id": 12488, @@ -172842,7 +172977,7 @@ "defence": 40 } }, - "price": 50654 + "price": 32099 }, "12490": { "id": 12490, @@ -172883,7 +173018,7 @@ "defence": 40 } }, - "price": 91505 + "price": 225830 }, "12492": { "id": 12492, @@ -172924,7 +173059,7 @@ "defence": 40 } }, - "price": 194335.5 + "price": 188396.5 }, "12494": { "id": 12494, @@ -172965,7 +173100,7 @@ "defence": 40 } }, - "price": 398130 + "price": 377346.5 }, "12496": { "id": 12496, @@ -173006,7 +173141,7 @@ "defence": 40 } }, - "price": 105585.5 + "price": 84029.5 }, "12498": { "id": 12498, @@ -173047,7 +173182,7 @@ "defence": 40 } }, - "price": 87000 + "price": 70507.5 }, "12500": { "id": 12500, @@ -173088,7 +173223,7 @@ "defence": 40 } }, - "price": 181925.5 + "price": 175307.5 }, "12502": { "id": 12502, @@ -173129,7 +173264,7 @@ "defence": 40 } }, - "price": 417800 + "price": 334328 }, "12504": { "id": 12504, @@ -173170,7 +173305,7 @@ "defence": 40 } }, - "price": 145680 + "price": 99444 }, "12506": { "id": 12506, @@ -173211,7 +173346,7 @@ "defence": 40 } }, - "price": 86555.5 + "price": 108189.5 }, "12508": { "id": 12508, @@ -173252,7 +173387,7 @@ "defence": 40 } }, - "price": 244821 + "price": 269228 }, "12510": { "id": 12510, @@ -173293,7 +173428,7 @@ "defence": 40 } }, - "price": 574095.5 + "price": 441770.5 }, "12512": { "id": 12512, @@ -173334,7 +173469,7 @@ "defence": 40 } }, - "price": 104261.5 + "price": 107946.5 }, "12514": { "id": 12514, @@ -173372,7 +173507,7 @@ "slot": "cape", "requirements": null }, - "price": 69027 + "price": 24884 }, "12516": { "id": 12516, @@ -173410,7 +173545,7 @@ "slot": "head", "requirements": null }, - "price": 3561 + "price": 11853.5 }, "12518": { "id": 12518, @@ -173448,7 +173583,7 @@ "slot": "head", "requirements": null }, - "price": 15559 + "price": 7486 }, "12520": { "id": 12520, @@ -173524,7 +173659,7 @@ "slot": "head", "requirements": null }, - "price": 6743.5 + "price": 4992.5 }, "12524": { "id": 12524, @@ -173580,7 +173715,7 @@ "examine": "Use on an amulet of fury to make it look fancier!", "wiki_name": "Fury ornament kit", "wiki_url": "https://oldschool.runescape.wiki/w/Fury_ornament_kit", - "price": 531535 + "price": 319049 }, "12528": { "id": 12528, @@ -173598,7 +173733,7 @@ "examine": "Use on infinity pieces to recolour them!", "wiki_name": "Dark infinity colour kit", "wiki_url": "https://oldschool.runescape.wiki/w/Dark_infinity_colour_kit", - "price": 13750 + "price": 17832.5 }, "12530": { "id": 12530, @@ -173616,7 +173751,7 @@ "examine": "Use on infinity pieces to recolour them!", "wiki_name": "Light infinity colour kit", "wiki_url": "https://oldschool.runescape.wiki/w/Light_infinity_colour_kit", - "price": 12215 + "price": 30052 }, "12532": { "id": 12532, @@ -173634,7 +173769,7 @@ "examine": "Use on a dragon square shield to make it look fancier!", "wiki_name": "Dragon sq shield ornament kit", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_sq_shield_ornament_kit", - "price": 12652.5 + "price": 140000 }, "12534": { "id": 12534, @@ -173652,7 +173787,7 @@ "examine": "Use on a dragon chainbody to make it look fancier!", "wiki_name": "Dragon chainbody ornament kit", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_chainbody_ornament_kit", - "price": 14885 + "price": 9350 }, "12536": { "id": 12536, @@ -173670,7 +173805,7 @@ "examine": "Use on dragon platelegs or plateskirt to make them look fancier!", "wiki_name": "Dragon legs/skirt ornament kit", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_legs/skirt_ornament_kit", - "price": 87499.5 + "price": 7927 }, "12538": { "id": 12538, @@ -173688,7 +173823,7 @@ "examine": "Use on a dragon full helm to make it look fancier!", "wiki_name": "Dragon full helm ornament kit", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_full_helm_ornament_kit", - "price": 7993.5 + "price": 21688 }, "12540": { "id": 12540, @@ -173726,7 +173861,7 @@ "slot": "head", "requirements": null }, - "price": 14980.5 + "price": 17808 }, "12592": { "id": 12592, @@ -173796,7 +173931,7 @@ "ranged": 40 } }, - "price": 4187282.5 + "price": 3015483 }, "12598": { "id": 12598, @@ -173836,7 +173971,7 @@ "prayer": 31 } }, - "price": 2525000 + "price": 1722111 }, "12600": { "id": 12600, @@ -173907,7 +174042,7 @@ "slot": "ring", "requirements": null }, - "price": 5407613 + "price": 3249365 }, "12603": { "id": 12603, @@ -173945,7 +174080,7 @@ "slot": "ring", "requirements": null }, - "price": 246261.5 + "price": 132788.5 }, "12605": { "id": 12605, @@ -173983,7 +174118,7 @@ "slot": "ring", "requirements": null }, - "price": 140428.5 + "price": 65426.5 }, "12607": { "id": 12607, @@ -174204,7 +174339,7 @@ "examine": "This seems to have been torn from a book...", "wiki_name": "Bandos page 1", "wiki_url": "https://oldschool.runescape.wiki/w/Bandos_page_1", - "price": 4884 + "price": 543 }, "12614": { "id": 12614, @@ -174238,7 +174373,7 @@ "examine": "This seems to have been torn from a book...", "wiki_name": "Bandos page 3", "wiki_url": "https://oldschool.runescape.wiki/w/Bandos_page_3", - "price": 3419 + "price": 1125.5 }, "12616": { "id": 12616, @@ -174255,7 +174390,7 @@ "examine": "This seems to have been torn from a book...", "wiki_name": "Bandos page 4", "wiki_url": "https://oldschool.runescape.wiki/w/Bandos_page_4", - "price": 1921 + "price": 376.5 }, "12617": { "id": 12617, @@ -174272,7 +174407,7 @@ "examine": "This seems to have been torn from a book...", "wiki_name": "Armadyl page 1", "wiki_url": "https://oldschool.runescape.wiki/w/Armadyl_page_1", - "price": 26734.5 + "price": 1398 }, "12618": { "id": 12618, @@ -174289,7 +174424,7 @@ "examine": "This seems to have been torn from a book...", "wiki_name": "Armadyl page 2", "wiki_url": "https://oldschool.runescape.wiki/w/Armadyl_page_2", - "price": 30057.5 + "price": 1704.5 }, "12619": { "id": 12619, @@ -174306,7 +174441,7 @@ "examine": "This seems to have been torn from a book...", "wiki_name": "Armadyl page 3", "wiki_url": "https://oldschool.runescape.wiki/w/Armadyl_page_3", - "price": 20305 + "price": 1705 }, "12620": { "id": 12620, @@ -174323,7 +174458,7 @@ "examine": "This seems to have been torn from a book...", "wiki_name": "Armadyl page 4", "wiki_url": "https://oldschool.runescape.wiki/w/Armadyl_page_4", - "price": 10612.5 + "price": 1499 }, "12621": { "id": 12621, @@ -174340,7 +174475,7 @@ "examine": "This seems to have been torn from a book...", "wiki_name": "Ancient page 1", "wiki_url": "https://oldschool.runescape.wiki/w/Ancient_page_1", - "price": 22498.5 + "price": 4816.5 }, "12622": { "id": 12622, @@ -174357,7 +174492,7 @@ "examine": "This seems to have been torn from a book...", "wiki_name": "Ancient page 2", "wiki_url": "https://oldschool.runescape.wiki/w/Ancient_page_2", - "price": 28000 + "price": 1447.5 }, "12623": { "id": 12623, @@ -174374,7 +174509,7 @@ "examine": "This seems to have been torn from a book...", "wiki_name": "Ancient page 3", "wiki_url": "https://oldschool.runescape.wiki/w/Ancient_page_3", - "price": 20033 + "price": 1938.5 }, "12624": { "id": 12624, @@ -174391,7 +174526,7 @@ "examine": "This seems to have been torn from a book...", "wiki_name": "Ancient page 4", "wiki_url": "https://oldschool.runescape.wiki/w/Ancient_page_4", - "price": 25231 + "price": 1234.5 }, "12625": { "id": 12625, @@ -174409,7 +174544,7 @@ "examine": "4 doses of stamina potion.", "wiki_name": "Stamina potion (4 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Stamina_potion#4_dose", - "price": 5449.5 + "price": 11297 }, "12627": { "id": 12627, @@ -174427,7 +174562,7 @@ "examine": "3 doses of stamina potion.", "wiki_name": "Stamina potion (3 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Stamina_potion#3_dose", - "price": 3989 + "price": 8464.5 }, "12629": { "id": 12629, @@ -174445,7 +174580,7 @@ "examine": "2 doses of stamina potion.", "wiki_name": "Stamina potion (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Stamina_potion#2_dose", - "price": 2676 + "price": 5679 }, "12631": { "id": 12631, @@ -174463,7 +174598,7 @@ "examine": "1 dose of stamina potion.", "wiki_name": "Stamina potion (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Stamina_potion#1_dose", - "price": 1333.5 + "price": 2822.5 }, "12633": { "id": 12633, @@ -174481,7 +174616,7 @@ "examine": "Two doses of fishy stamina potion.", "wiki_name": "Stamina mix (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Stamina_mix#2_dose", - "price": 2807.5 + "price": 3244 }, "12635": { "id": 12635, @@ -174618,7 +174753,7 @@ "examine": "Good for enhancing a super energy potion.", "wiki_name": "Amylase crystal", "wiki_url": "https://oldschool.runescape.wiki/w/Amylase_crystal", - "price": 1145 + "price": 1591 }, "12641": { "id": 12641, @@ -174649,7 +174784,7 @@ "examine": "Teleports you to the Lumberyard.", "wiki_name": "Lumberyard teleport", "wiki_url": "https://oldschool.runescape.wiki/w/Lumberyard_teleport", - "price": 7140 + "price": 5818 }, "12643": { "id": 12643, @@ -175222,7 +175357,7 @@ "examine": "4 doses of super combat potion.", "wiki_name": "Super combat potion (4 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Super_combat_potion#4_dose", - "price": 11847.5 + "price": 14600 }, "12697": { "id": 12697, @@ -175240,7 +175375,7 @@ "examine": "3 doses of super combat potion.", "wiki_name": "Super combat potion (3 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Super_combat_potion#3_dose", - "price": 8670 + "price": 11124 }, "12699": { "id": 12699, @@ -175258,7 +175393,7 @@ "examine": "2 doses of super combat potion.", "wiki_name": "Super combat potion (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Super_combat_potion#2_dose", - "price": 5900.5 + "price": 7300 }, "12701": { "id": 12701, @@ -175276,7 +175411,7 @@ "examine": "1 dose of super combat potion.", "wiki_name": "Super combat potion (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Super_combat_potion#1_dose", - "price": 2894.5 + "price": 3544.5 }, "12703": { "id": 12703, @@ -175857,7 +175992,7 @@ "examine": "Paints things blue!", "wiki_name": "Blue dark bow paint", "wiki_url": "https://oldschool.runescape.wiki/w/Blue_dark_bow_paint", - "price": 300000 + "price": 174173.5 }, "12759": { "id": 12759, @@ -175875,7 +176010,7 @@ "examine": "Paints things green!", "wiki_name": "Green dark bow paint", "wiki_url": "https://oldschool.runescape.wiki/w/Green_dark_bow_paint", - "price": 250000 + "price": 200045 }, "12761": { "id": 12761, @@ -175893,7 +176028,7 @@ "examine": "Paints things yellow!", "wiki_name": "Yellow dark bow paint", "wiki_url": "https://oldschool.runescape.wiki/w/Yellow_dark_bow_paint", - "price": 200000 + "price": 112157 }, "12763": { "id": 12763, @@ -175911,7 +176046,7 @@ "examine": "Paints things white!", "wiki_name": "White dark bow paint", "wiki_url": "https://oldschool.runescape.wiki/w/White_dark_bow_paint", - "price": 575500 + "price": 393367 }, "12765": { "id": 12765, @@ -176185,7 +176320,7 @@ "examine": "Cold to the touch.", "wiki_name": "Frozen whip mix", "wiki_url": "https://oldschool.runescape.wiki/w/Frozen_whip_mix", - "price": 952696.5 + "price": 853059 }, "12771": { "id": 12771, @@ -176203,7 +176338,7 @@ "examine": "How has lava been stored like this...?", "wiki_name": "Volcanic whip mix", "wiki_url": "https://oldschool.runescape.wiki/w/Volcanic_whip_mix", - "price": 940891.5 + "price": 865459.5 }, "12773": { "id": 12773, @@ -176348,7 +176483,7 @@ "examine": "A teleport to Annakarl, in level 46 Wilderness.", "wiki_name": "Annakarl teleport (tablet)", "wiki_url": "https://oldschool.runescape.wiki/w/Annakarl_teleport_(tablet)", - "price": 4058 + "price": 2358.5 }, "12776": { "id": 12776, @@ -176365,7 +176500,7 @@ "examine": "A teleport to Carrallanger, in level 19 Wilderness.", "wiki_name": "Carrallangar teleport (tablet)", "wiki_url": "https://oldschool.runescape.wiki/w/Carrallangar_teleport_(tablet)", - "price": 821.5 + "price": 1850 }, "12777": { "id": 12777, @@ -176382,7 +176517,7 @@ "examine": "A teleport to Dareeyak, in level 23 Wilderness.", "wiki_name": "Dareeyak teleport (tablet)", "wiki_url": "https://oldschool.runescape.wiki/w/Dareeyak_teleport_(tablet)", - "price": 1293.5 + "price": 1749.5 }, "12778": { "id": 12778, @@ -176399,7 +176534,7 @@ "examine": "A teleport to Ghorrock, in level 45 Wilderness.", "wiki_name": "Ghorrock teleport (tablet)", "wiki_url": "https://oldschool.runescape.wiki/w/Ghorrock_teleport_(tablet)", - "price": 1141 + "price": 1930 }, "12779": { "id": 12779, @@ -176416,7 +176551,7 @@ "examine": "A teleport to Kharyrll.", "wiki_name": "Kharyrll teleport (tablet)", "wiki_url": "https://oldschool.runescape.wiki/w/Kharyrll_teleport_(tablet)", - "price": 2297 + "price": 1829.5 }, "12780": { "id": 12780, @@ -176433,7 +176568,7 @@ "examine": "A teleport to Lassar.", "wiki_name": "Lassar teleport (tablet)", "wiki_url": "https://oldschool.runescape.wiki/w/Lassar_teleport_(tablet)", - "price": 1863 + "price": 1598.5 }, "12781": { "id": 12781, @@ -176450,7 +176585,7 @@ "examine": "A teleport to Paddewwa.", "wiki_name": "Paddewwa teleport (tablet)", "wiki_url": "https://oldschool.runescape.wiki/w/Paddewwa_teleport_(tablet)", - "price": 697 + "price": 2063 }, "12782": { "id": 12782, @@ -176485,7 +176620,7 @@ "examine": "Use on a Ring of Wealth to imbue the ring.", "wiki_name": "Ring of wealth scroll", "wiki_url": "https://oldschool.runescape.wiki/w/Ring_of_wealth_scroll", - "price": 43314 + "price": 7350.5 }, "12785": { "id": 12785, @@ -176537,7 +176672,7 @@ "examine": "Use on a Magic shortbow to imbue the bow.", "wiki_name": "Magic shortbow scroll", "wiki_url": "https://oldschool.runescape.wiki/w/Magic_shortbow_scroll", - "price": 100870 + "price": 176377 }, "12788": { "id": 12788, @@ -176619,7 +176754,7 @@ "examine": "Protects your clue scroll if you die.", "wiki_name": "Clue box", "wiki_url": "https://oldschool.runescape.wiki/w/Clue_box", - "price": 191000 + "price": 201364 }, "12791": { "id": 12791, @@ -176922,7 +177057,7 @@ "examine": "Makes a steam battlestaff or mystic steam staff more beautiful.", "wiki_name": "Steam staff upgrade kit", "wiki_url": "https://oldschool.runescape.wiki/w/Steam_staff_upgrade_kit", - "price": 464811.5 + "price": 352500 }, "12800": { "id": 12800, @@ -176940,7 +177075,7 @@ "examine": "Makes a dragon pickaxe more beautiful.", "wiki_name": "Dragon pickaxe upgrade kit", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_pickaxe_upgrade_kit", - "price": 577399.5 + "price": 614888.5 }, "12802": { "id": 12802, @@ -176958,7 +177093,7 @@ "examine": "Makes a malediction or odium ward more beautiful.", "wiki_name": "Ward upgrade kit", "wiki_url": "https://oldschool.runescape.wiki/w/Ward_upgrade_kit", - "price": 873061.5 + "price": 705001 }, "12804": { "id": 12804, @@ -176976,7 +177111,7 @@ "examine": "After a terrible battle, Saradomin wept over the wounds of his faithful Zilyana.", "wiki_name": "Saradomin's tear", "wiki_url": "https://oldschool.runescape.wiki/w/Saradomin's_tear", - "price": 6076506.5 + "price": 4708342.5 }, "12806": { "id": 12806, @@ -177431,7 +177566,7 @@ "prayer": 75 } }, - "price": 614845000.5 + "price": 655477538.5 }, "12819": { "id": 12819, @@ -177449,7 +177584,7 @@ "examine": "A sigil in the shape of an elysian symbol.", "wiki_name": "Elysian sigil", "wiki_url": "https://oldschool.runescape.wiki/w/Elysian_sigil", - "price": 588549999 + "price": 662077999.5 }, "12821": { "id": 12821, @@ -177491,7 +177626,7 @@ "magic": 65 } }, - "price": 53755006 + "price": 43233878 }, "12823": { "id": 12823, @@ -177509,7 +177644,7 @@ "examine": "A sigil in the shape of a spectral symbol.", "wiki_name": "Spectral sigil", "wiki_url": "https://oldschool.runescape.wiki/w/Spectral_sigil", - "price": 52944444 + "price": 42796625 }, "12825": { "id": 12825, @@ -177610,7 +177745,7 @@ "prayer": 55 } }, - "price": 57972 + "price": 68551 }, "12831": { "id": 12831, @@ -177838,7 +177973,7 @@ "examine": "Unlocks the level 85 Teleport to Target spell.", "wiki_name": "Target teleport scroll", "wiki_url": "https://oldschool.runescape.wiki/w/Target_teleport_scroll", - "price": 14537257 + "price": 7055612.5 }, "12848": { "id": 12848, @@ -177920,7 +178055,7 @@ "examine": "A strong clamp, used for hardening granite maul blocks.", "wiki_name": "Granite clamp", "wiki_url": "https://oldschool.runescape.wiki/w/Granite_clamp", - "price": 991794 + "price": 690859.5 }, "12851": { "id": 12851, @@ -178170,7 +178305,7 @@ "examine": "A set containing a blue dragonhide body, chaps and vambraces.", "wiki_name": "Blue dragonhide set", "wiki_url": "https://oldschool.runescape.wiki/w/Blue_dragonhide_set", - "price": 9500 + "price": 15322 }, "12869": { "id": 12869, @@ -178188,7 +178323,7 @@ "examine": "A set containing a red dragonhide body, chaps and vambraces.", "wiki_name": "Red dragonhide set", "wiki_url": "https://oldschool.runescape.wiki/w/Red_dragonhide_set", - "price": 11232 + "price": 9384.5 }, "12871": { "id": 12871, @@ -178206,7 +178341,7 @@ "examine": "A set containing a black dragonhide body, chaps and vambraces.", "wiki_name": "Black dragonhide set", "wiki_url": "https://oldschool.runescape.wiki/w/Black_dragonhide_set", - "price": 13594 + "price": 16500 }, "12873": { "id": 12873, @@ -178224,7 +178359,7 @@ "examine": "A set containing a Guthan's helm, chainskirt, platebody and warspear.", "wiki_name": "Guthan's armour set", "wiki_url": "https://oldschool.runescape.wiki/w/Guthan's_armour_set", - "price": 976706 + "price": 870844 }, "12875": { "id": 12875, @@ -178242,7 +178377,7 @@ "examine": "A set containing a Verac's helm, plateskirt, brassard and flail.", "wiki_name": "Verac's armour set", "wiki_url": "https://oldschool.runescape.wiki/w/Verac's_armour_set", - "price": 656257.5 + "price": 746086 }, "12877": { "id": 12877, @@ -178260,7 +178395,7 @@ "examine": "A set containing a Dharok's helm, platelegs, platebody and greataxe.", "wiki_name": "Dharok's armour set", "wiki_url": "https://oldschool.runescape.wiki/w/Dharok's_armour_set", - "price": 3771759 + "price": 3187713 }, "12879": { "id": 12879, @@ -178278,7 +178413,7 @@ "examine": "A set containing a Torag's helm, platelegs, platebody and hammers.", "wiki_name": "Torag's armour set", "wiki_url": "https://oldschool.runescape.wiki/w/Torag's_armour_set", - "price": 625656.5 + "price": 654406 }, "12881": { "id": 12881, @@ -178296,7 +178431,7 @@ "examine": "A set containing an Ahrim's hood, robetop, robeskirt and staff.", "wiki_name": "Ahrim's armour set", "wiki_url": "https://oldschool.runescape.wiki/w/Ahrim's_armour_set", - "price": 7927535 + "price": 6093045 }, "12883": { "id": 12883, @@ -178332,7 +178467,7 @@ "examine": "It's just a jar of sand.", "wiki_name": "Jar of sand", "wiki_url": "https://oldschool.runescape.wiki/w/Jar_of_sand", - "price": 613055.5 + "price": 819650 }, "12887": { "id": 12887, @@ -178820,7 +178955,7 @@ } ] }, - "price": 4090088 + "price": 2505360.5 }, "12902": { "id": 12902, @@ -178903,7 +179038,7 @@ } ] }, - "price": 8886765 + "price": 11349348.5 }, "12904": { "id": 12904, @@ -179018,7 +179153,7 @@ "examine": "3 doses of antivenom potion.", "wiki_name": "Anti-venom (3 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Anti-venom#3_dose", - "price": 4754.5 + "price": 4110 }, "12909": { "id": 12909, @@ -179072,7 +179207,7 @@ "examine": "4 doses of super antivenom potion.", "wiki_name": "Anti-venom+ (4 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Anti-venom+#4_dose", - "price": 13878 + "price": 8772.5 }, "12915": { "id": 12915, @@ -179090,7 +179225,7 @@ "examine": "3 doses of super antivenom potion.", "wiki_name": "Anti-venom+ (3 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Anti-venom+#3_dose", - "price": 10359 + "price": 6313.5 }, "12917": { "id": 12917, @@ -179108,7 +179243,7 @@ "examine": "2 doses of super antivenom potion.", "wiki_name": "Anti-venom+ (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Anti-venom+#2_dose", - "price": 6475 + "price": 5178.5 }, "12919": { "id": 12919, @@ -179126,7 +179261,7 @@ "examine": "1 dose of super antivenom potion.", "wiki_name": "Anti-venom+ (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Anti-venom+#1_dose", - "price": 3214.5 + "price": 2166.5 }, "12921": { "id": 12921, @@ -179158,7 +179293,7 @@ "examine": "Maybe you could use a chisel to fletch this into a blowpipe.", "wiki_name": "Tanzanite fang", "wiki_url": "https://oldschool.runescape.wiki/w/Tanzanite_fang", - "price": 3904749.5 + "price": 2444306.5 }, "12924": { "id": 12924, @@ -179176,7 +179311,7 @@ "examine": "Fires darts while coating them with venom.", "wiki_name": "Toxic blowpipe (Empty)", "wiki_url": "https://oldschool.runescape.wiki/w/Toxic_blowpipe#Empty", - "price": 3886526.5 + "price": 2487696.5 }, "12926": { "id": 12926, @@ -179258,7 +179393,7 @@ "examine": "Maybe you could use a chisel to craft this into a helmet.", "wiki_name": "Serpentine visage", "wiki_url": "https://oldschool.runescape.wiki/w/Serpentine_visage", - "price": 4003847 + "price": 2469114 }, "12929": { "id": 12929, @@ -179276,7 +179411,7 @@ "examine": "Needs to be charged with Zulrah's scales.", "wiki_name": "Serpentine helm (Uncharged)", "wiki_url": "https://oldschool.runescape.wiki/w/Serpentine_helm#Uncharged", - "price": 4092317.5 + "price": 2490047 }, "12931": { "id": 12931, @@ -179330,7 +179465,7 @@ "examine": "This can be attached to a Staff of the Dead or a Trident of the Seas.", "wiki_name": "Magic fang", "wiki_url": "https://oldschool.runescape.wiki/w/Magic_fang", - "price": 4001691.5 + "price": 2438080 }, "12934": { "id": 12934, @@ -179347,7 +179482,7 @@ "examine": "Flakes of toxic snakeskin.", "wiki_name": "Zulrah's scales", "wiki_url": "https://oldschool.runescape.wiki/w/Zulrah's_scales", - "price": 213 + "price": 125 }, "12935": { "id": 12935, @@ -179379,7 +179514,7 @@ "examine": "This is my Swamp!", "wiki_name": "Jar of swamp", "wiki_url": "https://oldschool.runescape.wiki/w/Jar_of_swamp", - "price": 21000 + "price": 53339.5 }, "12938": { "id": 12938, @@ -179620,7 +179755,7 @@ "examine": "A set containing a full helm, platebody, legs and kiteshield.", "wiki_name": "Bronze set (lg)", "wiki_url": "https://oldschool.runescape.wiki/w/Bronze_set_(lg)", - "price": 1055.5 + "price": 368 }, "12962": { "id": 12962, @@ -179637,7 +179772,7 @@ "examine": "A set containing a full helm, platebody, skirt and kiteshield.", "wiki_name": "Bronze set (sk)", "wiki_url": "https://oldschool.runescape.wiki/w/Bronze_set_(sk)", - "price": 1499 + "price": 716.5 }, "12964": { "id": 12964, @@ -179654,7 +179789,7 @@ "examine": "A set containing a full helm, platebody, legs and kiteshield.", "wiki_name": "Bronze trimmed set (lg)", "wiki_url": "https://oldschool.runescape.wiki/w/Bronze_trimmed_set_(lg)", - "price": 40962.5 + "price": 29845.5 }, "12966": { "id": 12966, @@ -179671,7 +179806,7 @@ "examine": "A set containing a full helm, platebody, skirt and kiteshield.", "wiki_name": "Bronze trimmed set (sk)", "wiki_url": "https://oldschool.runescape.wiki/w/Bronze_trimmed_set_(sk)", - "price": 113544.5 + "price": 143992.5 }, "12968": { "id": 12968, @@ -179688,7 +179823,7 @@ "examine": "A set containing a full helm, platebody, legs and kiteshield.", "wiki_name": "Bronze gold-trimmed set (lg)", "wiki_url": "https://oldschool.runescape.wiki/w/Bronze_gold-trimmed_set_(lg)", - "price": 183000 + "price": 146715.5 }, "12970": { "id": 12970, @@ -179705,7 +179840,7 @@ "examine": "A set containing a full helm, platebody, skirt and kiteshield.", "wiki_name": "Bronze gold-trimmed set (sk)", "wiki_url": "https://oldschool.runescape.wiki/w/Bronze_gold-trimmed_set_(sk)", - "price": 195182 + "price": 111187 }, "12972": { "id": 12972, @@ -179756,7 +179891,7 @@ "examine": "A set containing a full helm, platebody, legs and kiteshield.", "wiki_name": "Iron trimmed set (lg)", "wiki_url": "https://oldschool.runescape.wiki/w/Iron_trimmed_set_(lg)", - "price": 202002 + "price": 119350.5 }, "12978": { "id": 12978, @@ -179773,7 +179908,7 @@ "examine": "A set containing a full helm, platebody, skirt and kiteshield.", "wiki_name": "Iron trimmed set (sk)", "wiki_url": "https://oldschool.runescape.wiki/w/Iron_trimmed_set_(sk)", - "price": 250000 + "price": 147841.5 }, "12980": { "id": 12980, @@ -179790,7 +179925,7 @@ "examine": "A set containing a full helm, platebody, legs and kiteshield.", "wiki_name": "Iron gold-trimmed set (lg)", "wiki_url": "https://oldschool.runescape.wiki/w/Iron_gold-trimmed_set_(lg)", - "price": 661902 + "price": 509361.5 }, "12982": { "id": 12982, @@ -179807,7 +179942,7 @@ "examine": "A set containing a full helm, platebody, skirt and kiteshield.", "wiki_name": "Iron gold-trimmed set (sk)", "wiki_url": "https://oldschool.runescape.wiki/w/Iron_gold-trimmed_set_(sk)", - "price": 700000 + "price": 515002.5 }, "12984": { "id": 12984, @@ -179824,7 +179959,7 @@ "examine": "A set containing a full helm, platebody, legs and kiteshield.", "wiki_name": "Steel set (lg)", "wiki_url": "https://oldschool.runescape.wiki/w/Steel_set_(lg)", - "price": 3526.5 + "price": 2109 }, "12986": { "id": 12986, @@ -179841,7 +179976,7 @@ "examine": "A set containing a full helm, platebody, skirt and kiteshield.", "wiki_name": "Steel set (sk)", "wiki_url": "https://oldschool.runescape.wiki/w/Steel_set_(sk)", - "price": 3457.5 + "price": 2581 }, "12988": { "id": 12988, @@ -179858,7 +179993,7 @@ "examine": "A set containing a full helm, platebody, legs and kiteshield.", "wiki_name": "Black set (lg)", "wiki_url": "https://oldschool.runescape.wiki/w/Black_set_(lg)", - "price": 6995 + "price": 7712 }, "12990": { "id": 12990, @@ -179875,7 +180010,7 @@ "examine": "A set containing a full helm, platebody, skirt and kiteshield.", "wiki_name": "Black set (sk)", "wiki_url": "https://oldschool.runescape.wiki/w/Black_set_(sk)", - "price": 8000 + "price": 5921 }, "12992": { "id": 12992, @@ -179892,7 +180027,7 @@ "examine": "A set containing a full helm, platebody, legs and kiteshield.", "wiki_name": "Black trimmed set (lg)", "wiki_url": "https://oldschool.runescape.wiki/w/Black_trimmed_set_(lg)", - "price": 110000 + "price": 50101 }, "12994": { "id": 12994, @@ -179926,7 +180061,7 @@ "examine": "A set containing a full helm, platebody, legs and kiteshield.", "wiki_name": "Black gold-trimmed set (lg)", "wiki_url": "https://oldschool.runescape.wiki/w/Black_gold-trimmed_set_(lg)", - "price": 512914 + "price": 413156 }, "12998": { "id": 12998, @@ -179943,7 +180078,7 @@ "examine": "A set containing a full helm, platebody, skirt and kiteshield.", "wiki_name": "Black gold-trimmed set (sk)", "wiki_url": "https://oldschool.runescape.wiki/w/Black_gold-trimmed_set_(sk)", - "price": 422501.5 + "price": 454981 }, "13000": { "id": 13000, @@ -179960,7 +180095,7 @@ "examine": "A set containing a full helm, platebody, legs and kiteshield.", "wiki_name": "Mithril set (lg)", "wiki_url": "https://oldschool.runescape.wiki/w/Mithril_set_(lg)", - "price": 6418.5 + "price": 5344.5 }, "13002": { "id": 13002, @@ -179977,7 +180112,7 @@ "examine": "A set containing a full helm, platebody, skirt and kiteshield.", "wiki_name": "Mithril set (sk)", "wiki_url": "https://oldschool.runescape.wiki/w/Mithril_set_(sk)", - "price": 3440 + "price": 4518.5 }, "13004": { "id": 13004, @@ -179994,7 +180129,7 @@ "examine": "A set containing a full helm, platebody, legs and kiteshield.", "wiki_name": "Mithril trimmed set (lg)", "wiki_url": "https://oldschool.runescape.wiki/w/Mithril_trimmed_set_(lg)", - "price": 17558 + "price": 21551 }, "13006": { "id": 13006, @@ -180011,7 +180146,7 @@ "examine": "A set containing a full helm, platebody, skirt and kiteshield.", "wiki_name": "Mithril trimmed set (sk)", "wiki_url": "https://oldschool.runescape.wiki/w/Mithril_trimmed_set_(sk)", - "price": 10005.5 + "price": 18993 }, "13008": { "id": 13008, @@ -180028,7 +180163,7 @@ "examine": "A set containing a full helm, platebody, legs and kiteshield.", "wiki_name": "Mithril gold-trimmed set (lg)", "wiki_url": "https://oldschool.runescape.wiki/w/Mithril_gold-trimmed_set_(lg)", - "price": 29342 + "price": 33619 }, "13010": { "id": 13010, @@ -180096,7 +180231,7 @@ "examine": "A set containing a full helm, platebody, legs and kiteshield.", "wiki_name": "Adamant trimmed set (lg)", "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_trimmed_set_(lg)", - "price": 37500 + "price": 31828 }, "13018": { "id": 13018, @@ -180113,7 +180248,7 @@ "examine": "A set containing a full helm, platebody, skirt and kiteshield.", "wiki_name": "Adamant trimmed set (sk)", "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_trimmed_set_(sk)", - "price": 44056 + "price": 21839 }, "13020": { "id": 13020, @@ -180130,7 +180265,7 @@ "examine": "A set containing a full helm, platebody, legs and kiteshield.", "wiki_name": "Adamant gold-trimmed set (lg)", "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_gold-trimmed_set_(lg)", - "price": 87750 + "price": 57754.5 }, "13022": { "id": 13022, @@ -180147,7 +180282,7 @@ "examine": "A set containing a full helm, platebody, skirt and kiteshield.", "wiki_name": "Adamant gold-trimmed set (sk)", "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_gold-trimmed_set_(sk)", - "price": 167498 + "price": 80565.5 }, "13024": { "id": 13024, @@ -180181,7 +180316,7 @@ "examine": "A set containing a full helm, platebody, skirt and kiteshield.", "wiki_name": "Rune armour set (sk)", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_armour_set_(sk)", - "price": 129999.5 + "price": 134914 }, "13028": { "id": 13028, @@ -180215,7 +180350,7 @@ "examine": "A set containing a full helm, platebody, skirt and kiteshield.", "wiki_name": "Rune trimmed set (sk)", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_trimmed_set_(sk)", - "price": 141203 + "price": 189785.5 }, "13032": { "id": 13032, @@ -180232,7 +180367,7 @@ "examine": "A set containing a full helm, platebody, legs and kiteshield.", "wiki_name": "Rune gold-trimmed set (lg)", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_gold-trimmed_set_(lg)", - "price": 357062.5 + "price": 373505 }, "13034": { "id": 13034, @@ -180249,7 +180384,7 @@ "examine": "A set containing a full helm, platebody, skirt and kiteshield.", "wiki_name": "Rune gold-trimmed set (sk)", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_gold-trimmed_set_(sk)", - "price": 315165 + "price": 371563.5 }, "13036": { "id": 13036, @@ -180266,7 +180401,7 @@ "examine": "A set containing a full helm, platebody, legs and kiteshield.", "wiki_name": "Gilded armour set (lg)", "wiki_url": "https://oldschool.runescape.wiki/w/Gilded_armour_set_(lg)", - "price": 21287521 + "price": 23842225.5 }, "13038": { "id": 13038, @@ -180283,7 +180418,7 @@ "examine": "A set containing a full helm, platebody, skirt and kiteshield.", "wiki_name": "Gilded armour set (sk)", "wiki_url": "https://oldschool.runescape.wiki/w/Gilded_armour_set_(sk)", - "price": 16195000 + "price": 18661488 }, "13040": { "id": 13040, @@ -180300,7 +180435,7 @@ "examine": "A set containing a full helm, platebody, legs and kiteshield.", "wiki_name": "Saradomin armour set (lg)", "wiki_url": "https://oldschool.runescape.wiki/w/Saradomin_armour_set_(lg)", - "price": 304987 + "price": 267495 }, "13042": { "id": 13042, @@ -180317,7 +180452,7 @@ "examine": "A set containing a full helm, platebody, skirt and kiteshield.", "wiki_name": "Saradomin armour set (sk)", "wiki_url": "https://oldschool.runescape.wiki/w/Saradomin_armour_set_(sk)", - "price": 324940 + "price": 243911 }, "13044": { "id": 13044, @@ -180334,7 +180469,7 @@ "examine": "A set containing a full helm, platebody, legs and kiteshield.", "wiki_name": "Zamorak armour set (lg)", "wiki_url": "https://oldschool.runescape.wiki/w/Zamorak_armour_set_(lg)", - "price": 601250 + "price": 847500 }, "13046": { "id": 13046, @@ -180351,7 +180486,7 @@ "examine": "A set containing a full helm, platebody, skirt and kiteshield.", "wiki_name": "Zamorak armour set (sk)", "wiki_url": "https://oldschool.runescape.wiki/w/Zamorak_armour_set_(sk)", - "price": 602288.5 + "price": 885982 }, "13048": { "id": 13048, @@ -180402,7 +180537,7 @@ "examine": "A set containing a full helm, platebody, legs and kiteshield.", "wiki_name": "Armadyl rune armour set (lg)", "wiki_url": "https://oldschool.runescape.wiki/w/Armadyl_rune_armour_set_(lg)", - "price": 155373 + "price": 147342.5 }, "13054": { "id": 13054, @@ -180419,7 +180554,7 @@ "examine": "A set containing a full helm, platebody, skirt and kiteshield.", "wiki_name": "Armadyl rune armour set (sk)", "wiki_url": "https://oldschool.runescape.wiki/w/Armadyl_rune_armour_set_(sk)", - "price": 155910 + "price": 180230 }, "13056": { "id": 13056, @@ -180436,7 +180571,7 @@ "examine": "A set containing a full helm, platebody, legs and kiteshield.", "wiki_name": "Bandos rune armour set (lg)", "wiki_url": "https://oldschool.runescape.wiki/w/Bandos_rune_armour_set_(lg)", - "price": 149231.5 + "price": 224121.5 }, "13058": { "id": 13058, @@ -180453,7 +180588,7 @@ "examine": "A set containing a full helm, platebody, skirt and kiteshield.", "wiki_name": "Bandos rune armour set (sk)", "wiki_url": "https://oldschool.runescape.wiki/w/Bandos_rune_armour_set_(sk)", - "price": 167498 + "price": 253796 }, "13060": { "id": 13060, @@ -180470,7 +180605,7 @@ "examine": "A set containing a full helm, platebody, legs and kiteshield.", "wiki_name": "Ancient rune armour set (lg)", "wiki_url": "https://oldschool.runescape.wiki/w/Ancient_rune_armour_set_(lg)", - "price": 190223 + "price": 206966 }, "13062": { "id": 13062, @@ -180487,7 +180622,7 @@ "examine": "A set containing a full helm, platebody, skirt and kiteshield.", "wiki_name": "Ancient rune armour set (sk)", "wiki_url": "https://oldschool.runescape.wiki/w/Ancient_rune_armour_set_(sk)", - "price": 189234.5 + "price": 339045 }, "13064": { "id": 13064, @@ -180523,7 +180658,7 @@ "examine": "A set containing 4-dose vials of Super Attack, Super Strength and Super Defence potions.", "wiki_name": "Super potion set", "wiki_url": "https://oldschool.runescape.wiki/w/Super_potion_set", - "price": 3462 + "price": 11724.5 }, "13068": { "id": 13068, @@ -183955,7 +184090,7 @@ "examine": "A set containing the four pages of Saradomin's Holy Book.", "wiki_name": "Holy book page set", "wiki_url": "https://oldschool.runescape.wiki/w/Holy_book_page_set", - "price": 54086.5 + "price": 11680.5 }, "13151": { "id": 13151, @@ -183973,7 +184108,7 @@ "examine": "A set containing the four pages of Zamorak's Unholy Book.", "wiki_name": "Unholy book page set", "wiki_url": "https://oldschool.runescape.wiki/w/Unholy_book_page_set", - "price": 545517 + "price": 19616 }, "13153": { "id": 13153, @@ -184009,7 +184144,7 @@ "examine": "A set containing the four pages of Bandos' Book of War.", "wiki_name": "Book of war page set", "wiki_url": "https://oldschool.runescape.wiki/w/Book_of_war_page_set", - "price": 37752.5 + "price": 21264.5 }, "13157": { "id": 13157, @@ -184027,7 +184162,7 @@ "examine": "A set containing the four pages of Armadyl's Book of Law.", "wiki_name": "Book of law page set", "wiki_url": "https://oldschool.runescape.wiki/w/Book_of_law_page_set", - "price": 78000 + "price": 19667 }, "13159": { "id": 13159, @@ -184045,7 +184180,7 @@ "examine": "A set containing the four pages of the Ancient Book of Darkness.", "wiki_name": "Book of darkness page set", "wiki_url": "https://oldschool.runescape.wiki/w/Book_of_darkness_page_set", - "price": 115885.5 + "price": 20999.5 }, "13161": { "id": 13161, @@ -184063,7 +184198,7 @@ "examine": "A set containing a Zamorak dragonhide coif, body, chaps and vambraces.", "wiki_name": "Zamorak dragonhide set", "wiki_url": "https://oldschool.runescape.wiki/w/Zamorak_dragonhide_set", - "price": 982966.5 + "price": 1081399.5 }, "13163": { "id": 13163, @@ -184081,7 +184216,7 @@ "examine": "A set containing a Saradomin dragonhide coif, body, chaps and vambraces.", "wiki_name": "Saradomin dragonhide set", "wiki_url": "https://oldschool.runescape.wiki/w/Saradomin_dragonhide_set", - "price": 792000 + "price": 839454 }, "13165": { "id": 13165, @@ -184099,7 +184234,7 @@ "examine": "A set containing a Guthix dragonhide coif, body, chaps and vambraces.", "wiki_name": "Guthix dragonhide set", "wiki_url": "https://oldschool.runescape.wiki/w/Guthix_dragonhide_set", - "price": 705574 + "price": 809833 }, "13167": { "id": 13167, @@ -184117,7 +184252,7 @@ "examine": "A set containing a Bandos dragonhide coif, body, chaps and bracers.", "wiki_name": "Bandos dragonhide set", "wiki_url": "https://oldschool.runescape.wiki/w/Bandos_dragonhide_set", - "price": 659153 + "price": 728564.5 }, "13169": { "id": 13169, @@ -184135,7 +184270,7 @@ "examine": "A set containing an Armadyl dragonhide coif, body, chaps and bracers.", "wiki_name": "Armadyl dragonhide set", "wiki_url": "https://oldschool.runescape.wiki/w/Armadyl_dragonhide_set", - "price": 964502 + "price": 1008110 }, "13171": { "id": 13171, @@ -184153,7 +184288,7 @@ "examine": "A set containing an ancient dragonhide coif, body, chaps and bracers.", "wiki_name": "Ancient dragonhide set", "wiki_url": "https://oldschool.runescape.wiki/w/Ancient_dragonhide_set", - "price": 709855.5 + "price": 1014955 }, "13173": { "id": 13173, @@ -184187,7 +184322,7 @@ "examine": "A set containing red, green and blue Halloween masks.", "wiki_name": "Halloween mask set", "wiki_url": "https://oldschool.runescape.wiki/w/Halloween_mask_set", - "price": 31749.5 + "price": 24229 }, "13177": { "id": 13177, @@ -184378,7 +184513,7 @@ "examine": "This bond can be redeemed for membership.", "wiki_name": "Old school bond (Tradeable)", "wiki_url": "https://oldschool.runescape.wiki/w/Old_school_bond#Tradeable", - "price": 6548902.5 + "price": 9147891.5 }, "13192": { "id": 13192, @@ -184836,7 +184971,7 @@ "examine": "A powerful crystal of magic.", "wiki_name": "Eternal crystal", "wiki_url": "https://oldschool.runescape.wiki/w/Eternal_crystal", - "price": 1968403.5 + "price": 3000000 }, "13229": { "id": 13229, @@ -184854,7 +184989,7 @@ "examine": "A powerful crystal of flight.", "wiki_name": "Pegasian crystal", "wiki_url": "https://oldschool.runescape.wiki/w/Pegasian_crystal", - "price": 91000 + "price": 105916.5 }, "13231": { "id": 13231, @@ -184872,7 +185007,7 @@ "examine": "A powerful crystal of strength.", "wiki_name": "Primordial crystal", "wiki_url": "https://oldschool.runescape.wiki/w/Primordial_crystal", - "price": 25214111 + "price": 27977500 }, "13233": { "id": 13233, @@ -184890,7 +185025,7 @@ "examine": "A smouldering stone from the depths of Hell.", "wiki_name": "Smouldering stone", "wiki_url": "https://oldschool.runescape.wiki/w/Smouldering_stone", - "price": 5917574 + "price": 5096585.5 }, "13235": { "id": 13235, @@ -184931,7 +185066,7 @@ "defence": 75 } }, - "price": 2195785.5 + "price": 3421710 }, "13237": { "id": 13237, @@ -184972,7 +185107,7 @@ "defence": 75 } }, - "price": 37289999.5 + "price": 31860246.5 }, "13239": { "id": 13239, @@ -185013,7 +185148,7 @@ "strength": 75 } }, - "price": 24210862 + "price": 28403101.5 }, "13241": { "id": 13241, @@ -185315,7 +185450,7 @@ "examine": "This may be of use for a certain person.", "wiki_name": "Jar of souls", "wiki_url": "https://oldschool.runescape.wiki/w/Jar_of_souls", - "price": 170000 + "price": 84081 }, "13247": { "id": 13247, @@ -185419,7 +185554,7 @@ "examine": "The starlight enlightens your mind to dispel the darkness of Zamorakian evil.", "wiki_name": "Saradomin's light", "wiki_url": "https://oldschool.runescape.wiki/w/Saradomin's_light", - "price": 86485 + "price": 46368.5 }, "13258": { "id": 13258, @@ -185636,7 +185771,7 @@ } ] }, - "price": 10766238 + "price": 9032539 }, "13265": { "id": 13265, @@ -185711,7 +185846,7 @@ } ] }, - "price": 2754212.5 + "price": 2232984.5 }, "13267": { "id": 13267, @@ -185786,7 +185921,7 @@ } ] }, - "price": 3078750 + "price": 2364479 }, "13269": { "id": 13269, @@ -185861,7 +185996,7 @@ } ] }, - "price": 2750000 + "price": 2323499.5 }, "13271": { "id": 13271, @@ -185936,7 +186071,7 @@ } ] }, - "price": 2682685 + "price": 2358219.5 }, "13273": { "id": 13273, @@ -186008,7 +186143,7 @@ "examine": "It smells abysmal.", "wiki_name": "Jar of miasma", "wiki_url": "https://oldschool.runescape.wiki/w/Jar_of_miasma", - "price": 29426 + "price": 41869.5 }, "13279": { "id": 13279, @@ -188420,7 +188555,7 @@ "examine": "An old scrap of cloth, containing remnants of Xeric's forgotten magicks.", "wiki_name": "Xerician fabric", "wiki_url": "https://oldschool.runescape.wiki/w/Xerician_fabric", - "price": 1047.5 + "price": 763 }, "13385": { "id": 13385, @@ -188461,7 +188596,7 @@ "defence": 10 } }, - "price": 6750.5 + "price": 2905.5 }, "13387": { "id": 13387, @@ -188502,7 +188637,7 @@ "defence": 10 } }, - "price": 2743.5 + "price": 3899.5 }, "13389": { "id": 13389, @@ -188543,7 +188678,7 @@ "defence": 10 } }, - "price": 4847.5 + "price": 5515.5 }, "13391": { "id": 13391, @@ -188560,7 +188695,7 @@ "examine": "Ripped from the maw of a dying lizardman of Kourend.", "wiki_name": "Lizardman fang", "wiki_url": "https://oldschool.runescape.wiki/w/Lizardman_fang", - "price": 20.5 + "price": 27.5 }, "13392": { "id": 13392, @@ -189024,7 +189159,7 @@ "examine": "A powder that can be added to compost to make fertiliser.", "wiki_name": "Saltpetre", "wiki_url": "https://oldschool.runescape.wiki/w/Saltpetre", - "price": 10 + "price": 5 }, "13423": { "id": 13423, @@ -189246,7 +189381,7 @@ "examine": "I should try cooking this.", "wiki_name": "Raw anglerfish", "wiki_url": "https://oldschool.runescape.wiki/w/Raw_anglerfish", - "price": 2132.5 + "price": 1170.5 }, "13441": { "id": 13441, @@ -189264,7 +189399,7 @@ "examine": "I hope this tastes better than it looks.", "wiki_name": "Anglerfish", "wiki_url": "https://oldschool.runescape.wiki/w/Anglerfish", - "price": 2513 + "price": 1334 }, "13443": { "id": 13443, @@ -189341,7 +189476,7 @@ "examine": "The creature's soul is still in here. I could reanimate it with Basic Reanimation.", "wiki_name": "Ensouled goblin head (Item)", "wiki_url": "https://oldschool.runescape.wiki/w/Ensouled_goblin_head#Item", - "price": 93.5 + "price": 355 }, "13450": { "id": 13450, @@ -189406,7 +189541,7 @@ "examine": "The creature's soul is still in here. I could reanimate it with Basic Reanimation.", "wiki_name": "Ensouled imp head (Item)", "wiki_url": "https://oldschool.runescape.wiki/w/Ensouled_imp_head#Item", - "price": 250 + "price": 903 }, "13456": { "id": 13456, @@ -189472,7 +189607,7 @@ "examine": "The creature's soul is still in here. I could reanimate it with Basic Reanimation.", "wiki_name": "Ensouled scorpion head (Item)", "wiki_url": "https://oldschool.runescape.wiki/w/Ensouled_scorpion_head#Item", - "price": 668 + "price": 600 }, "13462": { "id": 13462, @@ -189505,7 +189640,7 @@ "examine": "The creature's soul is still in here. I could reanimate it with Basic Reanimation.", "wiki_name": "Ensouled bear head (Item)", "wiki_url": "https://oldschool.runescape.wiki/w/Ensouled_bear_head#Item", - "price": 808.5 + "price": 278 }, "13465": { "id": 13465, @@ -189538,7 +189673,7 @@ "examine": "The creature's soul is still in here. I could reanimate it with Basic Reanimation.", "wiki_name": "Ensouled unicorn head (Item)", "wiki_url": "https://oldschool.runescape.wiki/w/Ensouled_unicorn_head#Item", - "price": 1500 + "price": 1811 }, "13468": { "id": 13468, @@ -189571,7 +189706,7 @@ "examine": "The creature's soul is still in here. I could reanimate it with Adept Reanimation.", "wiki_name": "Ensouled dog head (Item)", "wiki_url": "https://oldschool.runescape.wiki/w/Ensouled_dog_head#Item", - "price": 1250 + "price": 706 }, "13471": { "id": 13471, @@ -189670,7 +189805,7 @@ "examine": "The creature's soul is still in here. I could reanimate it with Adept Reanimation.", "wiki_name": "Ensouled ogre head (Item)", "wiki_url": "https://oldschool.runescape.wiki/w/Ensouled_ogre_head#Item", - "price": 861.5 + "price": 1157.5 }, "13480": { "id": 13480, @@ -189703,7 +189838,7 @@ "examine": "The creature's soul is still in here. I could reanimate it with Adept Reanimation.", "wiki_name": "Ensouled elf head (Item)", "wiki_url": "https://oldschool.runescape.wiki/w/Ensouled_elf_head#Item", - "price": 1259.5 + "price": 1750 }, "13483": { "id": 13483, @@ -189769,7 +189904,7 @@ "examine": "The creature's soul is still in here. I could reanimate it with Adept Reanimation.", "wiki_name": "Ensouled horror head (Item)", "wiki_url": "https://oldschool.runescape.wiki/w/Ensouled_horror_head#Item", - "price": 3255.5 + "price": 1902 }, "13489": { "id": 13489, @@ -189802,7 +189937,7 @@ "examine": "The creature's soul is still in here. I could reanimate it with Expert Reanimation.", "wiki_name": "Ensouled kalphite head (Item)", "wiki_url": "https://oldschool.runescape.wiki/w/Ensouled_kalphite_head#Item", - "price": 1913 + "price": 1628.5 }, "13492": { "id": 13492, @@ -189868,7 +190003,7 @@ "examine": "The creature's soul is still in here. I could reanimate it with Expert Reanimation.", "wiki_name": "Ensouled bloodveld head (Item)", "wiki_url": "https://oldschool.runescape.wiki/w/Ensouled_bloodveld_head#Item", - "price": 3301 + "price": 2830 }, "13498": { "id": 13498, @@ -189934,7 +190069,7 @@ "examine": "The creature's soul is still in here. I could reanimate it with Expert Reanimation.", "wiki_name": "Ensouled demon head (Item)", "wiki_url": "https://oldschool.runescape.wiki/w/Ensouled_demon_head#Item", - "price": 4304.5 + "price": 3754.5 }, "13504": { "id": 13504, @@ -189967,7 +190102,7 @@ "examine": "The creature's soul is still in here. I could reanimate it with Master Reanimation.", "wiki_name": "Ensouled aviansie head (Item)", "wiki_url": "https://oldschool.runescape.wiki/w/Ensouled_aviansie_head#Item", - "price": 3629.5 + "price": 4147.5 }, "13507": { "id": 13507, @@ -190033,7 +190168,7 @@ "examine": "The creature's soul is still in here. I could reanimate it with Master Reanimation.", "wiki_name": "Ensouled dragon head (Item)", "wiki_url": "https://oldschool.runescape.wiki/w/Ensouled_dragon_head#Item", - "price": 6567.5 + "price": 7728.5 }, "13513": { "id": 13513, @@ -190879,7 +191014,7 @@ "examine": "A pot of dynamite for blast mining, with a fuse ready to light.", "wiki_name": "Dynamite", "wiki_url": "https://oldschool.runescape.wiki/w/Dynamite", - "price": 425.5 + "price": 701.5 }, "13575": { "id": 13575, @@ -190961,7 +191096,7 @@ } ] }, - "price": 25596609.5 + "price": 30239869.5 }, "13579": { "id": 13579, @@ -192500,7 +192635,7 @@ "examine": "A card which has magical properties.", "wiki_name": "Teleport card", "wiki_url": "https://oldschool.runescape.wiki/w/Teleport_card", - "price": 283.5 + "price": 218 }, "13660": { "id": 13660, @@ -193049,7 +193184,7 @@ } ] }, - "price": 508792.5 + "price": 459463.5 }, "19481": { "id": 19481, @@ -193117,7 +193252,7 @@ } ] }, - "price": 640776.5 + "price": 584504.5 }, "19484": { "id": 19484, @@ -193195,7 +193330,7 @@ "ranged": 65 } }, - "price": 1332.5 + "price": 997 }, "19488": { "id": 19488, @@ -193273,7 +193408,7 @@ "ranged": 65 } }, - "price": 2933 + "price": 1919.5 }, "19493": { "id": 19493, @@ -193291,7 +193426,7 @@ "examine": "This looks valuable.", "wiki_name": "Zenyte", "wiki_url": "https://oldschool.runescape.wiki/w/Zenyte", - "price": 15788888.5 + "price": 10121448.5 }, "19496": { "id": 19496, @@ -193309,7 +193444,7 @@ "examine": "This would be worth more cut.", "wiki_name": "Uncut zenyte", "wiki_url": "https://oldschool.runescape.wiki/w/Uncut_zenyte", - "price": 16031500 + "price": 9500000 }, "19501": { "id": 19501, @@ -193327,7 +193462,7 @@ "examine": "It needs a string so I can wear it.", "wiki_name": "Zenyte amulet (u)", "wiki_url": "https://oldschool.runescape.wiki/w/Zenyte_amulet_(u)", - "price": 14489851.5 + "price": 9250000.5 }, "19505": { "id": 19505, @@ -193525,7 +193660,7 @@ "examine": "A shard of unstable zenyte.", "wiki_name": "Zenyte shard", "wiki_url": "https://oldschool.runescape.wiki/w/Zenyte_shard", - "price": 12393001 + "price": 7412382.5 }, "19532": { "id": 19532, @@ -193563,7 +193698,7 @@ "slot": "hands", "requirements": null }, - "price": 15815000 + "price": 9525958 }, "19535": { "id": 19535, @@ -193601,7 +193736,7 @@ "slot": "neck", "requirements": null }, - "price": 16082833 + "price": 10638500 }, "19538": { "id": 19538, @@ -193639,7 +193774,7 @@ "slot": "ring", "requirements": null }, - "price": 16133333.5 + "price": 9712000 }, "19541": { "id": 19541, @@ -193677,7 +193812,7 @@ "slot": "neck", "requirements": null }, - "price": 15602500 + "price": 10106111 }, "19544": { "id": 19544, @@ -193717,7 +193852,7 @@ "hitpoints": 75 } }, - "price": 15770383 + "price": 9936867 }, "19547": { "id": 19547, @@ -193757,7 +193892,7 @@ "hitpoints": 75 } }, - "price": 15759498 + "price": 9937427.5 }, "19550": { "id": 19550, @@ -193797,7 +193932,7 @@ "hitpoints": 75 } }, - "price": 15479929 + "price": 9913014 }, "19553": { "id": 19553, @@ -193837,7 +193972,7 @@ "hitpoints": 75 } }, - "price": 15724498 + "price": 9908955 }, "19556": { "id": 19556, @@ -194029,7 +194164,7 @@ "examine": "Needs a shaft.", "wiki_name": "Iron javelin heads", "wiki_url": "https://oldschool.runescape.wiki/w/Iron_javelin_heads", - "price": 10 + "price": 41.5 }, "19574": { "id": 19574, @@ -194046,7 +194181,7 @@ "examine": "Needs a shaft.", "wiki_name": "Steel javelin heads", "wiki_url": "https://oldschool.runescape.wiki/w/Steel_javelin_heads", - "price": 52 + "price": 31.5 }, "19576": { "id": 19576, @@ -194063,7 +194198,7 @@ "examine": "Needs a shaft.", "wiki_name": "Mithril javelin heads", "wiki_url": "https://oldschool.runescape.wiki/w/Mithril_javelin_heads", - "price": 92.5 + "price": 66 }, "19578": { "id": 19578, @@ -194080,7 +194215,7 @@ "examine": "Needs a shaft.", "wiki_name": "Adamant javelin heads", "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_javelin_heads", - "price": 186 + "price": 138.5 }, "19580": { "id": 19580, @@ -194097,7 +194232,7 @@ "examine": "Needs a shaft.", "wiki_name": "Rune javelin heads", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_javelin_heads", - "price": 734.5 + "price": 607 }, "19582": { "id": 19582, @@ -194131,7 +194266,7 @@ "examine": "It's not very strong, but it could be pointy if you put a pointy tip on it.", "wiki_name": "Javelin shaft", "wiki_url": "https://oldschool.runescape.wiki/w/Javelin_shaft", - "price": 1.5 + "price": 2 }, "19586": { "id": 19586, @@ -194167,7 +194302,7 @@ "examine": "A heavy wooden frame.", "wiki_name": "Heavy frame", "wiki_url": "https://oldschool.runescape.wiki/w/Heavy_frame", - "price": 172090 + "price": 96184.5 }, "19592": { "id": 19592, @@ -194203,7 +194338,7 @@ "examine": "The limbs have been attached to the frame.", "wiki_name": "Incomplete light ballista", "wiki_url": "https://oldschool.runescape.wiki/w/Incomplete_light_ballista", - "price": 54605.5 + "price": 39534 }, "19598": { "id": 19598, @@ -194221,7 +194356,7 @@ "examine": "The limbs have been attached to the frame.", "wiki_name": "Incomplete heavy ballista", "wiki_url": "https://oldschool.runescape.wiki/w/Incomplete_heavy_ballista", - "price": 126712 + "price": 51154.5 }, "19601": { "id": 19601, @@ -194257,7 +194392,7 @@ "examine": "Needs a suitably simian rope.", "wiki_name": "Unstrung light ballista", "wiki_url": "https://oldschool.runescape.wiki/w/Unstrung_light_ballista", - "price": 87820.5 + "price": 62647.5 }, "19607": { "id": 19607, @@ -194275,7 +194410,7 @@ "examine": "Needs a suitably simian rope.", "wiki_name": "Unstrung heavy ballista", "wiki_url": "https://oldschool.runescape.wiki/w/Unstrung_heavy_ballista", - "price": 295827.5 + "price": 170000 }, "19610": { "id": 19610, @@ -194310,7 +194445,7 @@ "examine": "A teleport to the Arceuus Library", "wiki_name": "Arceuus library teleport (tablet)", "wiki_url": "https://oldschool.runescape.wiki/w/Arceuus_library_teleport_(tablet)", - "price": 6250 + "price": 1162 }, "19615": { "id": 19615, @@ -194327,7 +194462,7 @@ "examine": "A teleport to Draynor Manor.", "wiki_name": "Draynor manor teleport (tablet)", "wiki_url": "https://oldschool.runescape.wiki/w/Draynor_manor_teleport_(tablet)", - "price": 2020 + "price": 2992 }, "19617": { "id": 19617, @@ -194344,7 +194479,7 @@ "examine": "A teleport to the Mind Altar.", "wiki_name": "Mind altar teleport (tablet)", "wiki_url": "https://oldschool.runescape.wiki/w/Mind_altar_teleport_(tablet)", - "price": 2458.5 + "price": 2751 }, "19619": { "id": 19619, @@ -194361,7 +194496,7 @@ "examine": "A teleport to the Salve graveyard.", "wiki_name": "Salve graveyard teleport (tablet)", "wiki_url": "https://oldschool.runescape.wiki/w/Salve_graveyard_teleport_(tablet)", - "price": 3222 + "price": 1818 }, "19621": { "id": 19621, @@ -194378,7 +194513,7 @@ "examine": "A teleport to Fenkenstrain's Castle.", "wiki_name": "Fenkenstrain's castle teleport (tablet)", "wiki_url": "https://oldschool.runescape.wiki/w/Fenkenstrain's_castle_teleport_(tablet)", - "price": 1535 + "price": 2138 }, "19623": { "id": 19623, @@ -194395,7 +194530,7 @@ "examine": "A teleport to West Ardougne.", "wiki_name": "West ardougne teleport (tablet)", "wiki_url": "https://oldschool.runescape.wiki/w/West_ardougne_teleport_(tablet)", - "price": 3302 + "price": 1880 }, "19625": { "id": 19625, @@ -194412,7 +194547,7 @@ "examine": "A teleport to Harmony Island.", "wiki_name": "Harmony island teleport (tablet)", "wiki_url": "https://oldschool.runescape.wiki/w/Harmony_island_teleport_(tablet)", - "price": 2647 + "price": 4235.5 }, "19627": { "id": 19627, @@ -194429,7 +194564,7 @@ "examine": "A teleport to the Cemetery in level 31 Wilderness.", "wiki_name": "Cemetery teleport (tablet)", "wiki_url": "https://oldschool.runescape.wiki/w/Cemetery_teleport_(tablet)", - "price": 2345.5 + "price": 1775 }, "19629": { "id": 19629, @@ -194463,7 +194598,7 @@ "examine": "A teleport to Ape Atoll.", "wiki_name": "Ape atoll teleport (tablet)", "wiki_url": "https://oldschool.runescape.wiki/w/Ape_atoll_teleport_(tablet)", - "price": 4251 + "price": 4837 }, "19634": { "id": 19634, @@ -194753,7 +194888,7 @@ "examine": "The top of a Golovanova fruit - edible once cooked and full of Vitamin G.", "wiki_name": "Golovanova fruit top", "wiki_url": "https://oldschool.runescape.wiki/w/Golovanova_fruit_top", - "price": 683 + "price": 568 }, "19656": { "id": 19656, @@ -194771,7 +194906,7 @@ "examine": "This would be much tastier cooked.", "wiki_name": "Uncooked botanical pie", "wiki_url": "https://oldschool.runescape.wiki/w/Uncooked_botanical_pie", - "price": 1718.5 + "price": 1975.5 }, "19659": { "id": 19659, @@ -194805,7 +194940,7 @@ "examine": "Mmm botanical pie.", "wiki_name": "Botanical pie (Full)", "wiki_url": "https://oldschool.runescape.wiki/w/Botanical_pie#Full", - "price": 1030 + "price": 1618.5 }, "19665": { "id": 19665, @@ -194855,7 +194990,7 @@ "examine": "Logs cut from a redwood tree.", "wiki_name": "Redwood logs", "wiki_url": "https://oldschool.runescape.wiki/w/Redwood_logs", - "price": 381.5 + "price": 562 }, "19672": { "id": 19672, @@ -194873,7 +195008,7 @@ "examine": "Redwood logs prepared with sacred oil for a funeral pyre.", "wiki_name": "Redwood pyre logs", "wiki_url": "https://oldschool.runescape.wiki/w/Redwood_pyre_logs", - "price": 3216.5 + "price": 4323.5 }, "19675": { "id": 19675, @@ -195267,7 +195402,7 @@ "examine": "It smells like it's been where the sun doesn't shine.", "wiki_name": "Jar of darkness", "wiki_url": "https://oldschool.runescape.wiki/w/Jar_of_darkness", - "price": 809500 + "price": 404411.5 }, "19704": { "id": 19704, @@ -195321,7 +195456,7 @@ "slot": "neck", "requirements": null }, - "price": 57409143.5 + "price": 72663888.5 }, "19710": { "id": 19710, @@ -195523,7 +195658,7 @@ "slot": "head", "requirements": null }, - "price": 4507.5 + "price": 32500 }, "19727": { "id": 19727, @@ -195561,7 +195696,7 @@ "slot": "head", "requirements": null }, - "price": 5000 + "price": 19972 }, "19730": { "id": 19730, @@ -195765,7 +195900,7 @@ } ] }, - "price": 4557.5 + "price": 1585.5 }, "19915": { "id": 19915, @@ -195803,7 +195938,7 @@ "slot": "head", "requirements": null }, - "price": 18750 + "price": 10743.5 }, "19918": { "id": 19918, @@ -195869,7 +196004,7 @@ } ] }, - "price": 3969.5 + "price": 6216 }, "19921": { "id": 19921, @@ -195951,7 +196086,7 @@ "defence": 40 } }, - "price": 586963.5 + "price": 471226.5 }, "19927": { "id": 19927, @@ -195992,7 +196127,7 @@ "defence": 40 } }, - "price": 497444 + "price": 451550 }, "19930": { "id": 19930, @@ -196033,7 +196168,7 @@ "defence": 40 } }, - "price": 836339 + "price": 958465 }, "19933": { "id": 19933, @@ -196074,7 +196209,7 @@ "defence": 40 } }, - "price": 588264.5 + "price": 526664.5 }, "19936": { "id": 19936, @@ -196229,7 +196364,7 @@ "slot": "neck", "requirements": null }, - "price": 5864.5 + "price": 4289.5 }, "19946": { "id": 19946, @@ -196267,7 +196402,7 @@ "slot": "neck", "requirements": null }, - "price": 2875.5 + "price": 3500 }, "19949": { "id": 19949, @@ -196305,7 +196440,7 @@ "slot": "neck", "requirements": null }, - "price": 5888.5 + "price": 4700 }, "19952": { "id": 19952, @@ -196343,7 +196478,7 @@ "slot": "neck", "requirements": null }, - "price": 16796.5 + "price": 5000 }, "19955": { "id": 19955, @@ -196381,7 +196516,7 @@ "slot": "neck", "requirements": null }, - "price": 10096.5 + "price": 4950 }, "19958": { "id": 19958, @@ -196419,7 +196554,7 @@ "slot": "body", "requirements": null }, - "price": 1285749.5 + "price": 919498.5 }, "19961": { "id": 19961, @@ -196457,7 +196592,7 @@ "slot": "hands", "requirements": null }, - "price": 350000 + "price": 236015.5 }, "19964": { "id": 19964, @@ -196495,7 +196630,7 @@ "slot": "legs", "requirements": null }, - "price": 687887 + "price": 975000 }, "19967": { "id": 19967, @@ -196533,7 +196668,7 @@ "slot": "feet", "requirements": null }, - "price": 242630 + "price": 359401.5 }, "19970": { "id": 19970, @@ -196571,7 +196706,7 @@ "slot": "neck", "requirements": null }, - "price": 177771 + "price": 1125000 }, "19973": { "id": 19973, @@ -196609,7 +196744,7 @@ "slot": "body", "requirements": null }, - "price": 1785741 + "price": 2292449 }, "19976": { "id": 19976, @@ -196647,7 +196782,7 @@ "slot": "hands", "requirements": null }, - "price": 146295.5 + "price": 174919.5 }, "19979": { "id": 19979, @@ -196685,7 +196820,7 @@ "slot": "legs", "requirements": null }, - "price": 135846 + "price": 190952 }, "19982": { "id": 19982, @@ -196723,7 +196858,7 @@ "slot": "feet", "requirements": null }, - "price": 349999.5 + "price": 465733 }, "19985": { "id": 19985, @@ -196761,7 +196896,7 @@ "slot": "neck", "requirements": null }, - "price": 156500 + "price": 175087 }, "19988": { "id": 19988, @@ -196799,7 +196934,7 @@ "slot": "head", "requirements": null }, - "price": 69000 + "price": 80000 }, "19991": { "id": 19991, @@ -196837,7 +196972,7 @@ "slot": "head", "requirements": null }, - "price": 42500 + "price": 25863.5 }, "19994": { "id": 19994, @@ -196877,7 +197012,7 @@ "ranged": 40 } }, - "price": 408223 + "price": 522812 }, "19997": { "id": 19997, @@ -197006,7 +197141,7 @@ "examine": "Use on the dragon scimitar to trim it with gold.", "wiki_name": "Dragon scimitar ornament kit", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_scimitar_ornament_kit", - "price": 388057 + "price": 280180 }, "20005": { "id": 20005, @@ -197043,7 +197178,7 @@ "slot": "ring", "requirements": null }, - "price": 8650000 + "price": 10116500 }, "20008": { "id": 20008, @@ -197081,7 +197216,7 @@ "slot": "head", "requirements": null }, - "price": 79576.5 + "price": 5594 }, "20011": { "id": 20011, @@ -197156,7 +197291,7 @@ } ] }, - "price": 498000000 + "price": 2147483647 }, "20014": { "id": 20014, @@ -197268,7 +197403,7 @@ "slot": "ring", "requirements": null }, - "price": 10764995.5 + "price": 15442421.5 }, "20020": { "id": 20020, @@ -197306,7 +197441,7 @@ "slot": "head", "requirements": null }, - "price": 28686 + "price": 8424.5 }, "20023": { "id": 20023, @@ -197344,7 +197479,7 @@ "slot": "head", "requirements": null }, - "price": 8010 + "price": 12923 }, "20026": { "id": 20026, @@ -197420,7 +197555,7 @@ "slot": "head", "requirements": null }, - "price": 16224 + "price": 35884.5 }, "20032": { "id": 20032, @@ -197458,7 +197593,7 @@ "slot": "head", "requirements": null }, - "price": 103622 + "price": 9784 }, "20035": { "id": 20035, @@ -197498,7 +197633,7 @@ "defence": 35 } }, - "price": 24705.5 + "price": 30053 }, "20038": { "id": 20038, @@ -197538,7 +197673,7 @@ "defence": 35 } }, - "price": 74660.5 + "price": 46232.5 }, "20041": { "id": 20041, @@ -197578,7 +197713,7 @@ "defence": 35 } }, - "price": 10000 + "price": 43623.5 }, "20044": { "id": 20044, @@ -197658,7 +197793,7 @@ "defence": 35 } }, - "price": 108000 + "price": 22198 }, "20050": { "id": 20050, @@ -197696,7 +197831,7 @@ "slot": "cape", "requirements": null }, - "price": 847450 + "price": 739509 }, "20053": { "id": 20053, @@ -197800,7 +197935,7 @@ } ] }, - "price": 252000 + "price": 266000.5 }, "20059": { "id": 20059, @@ -197838,7 +197973,7 @@ "slot": "head", "requirements": null }, - "price": 1107340.5 + "price": 3000500 }, "20062": { "id": 20062, @@ -197856,7 +197991,7 @@ "examine": "Use on an amulet of torture to make it look fancier!", "wiki_name": "Torture ornament kit", "wiki_url": "https://oldschool.runescape.wiki/w/Torture_ornament_kit", - "price": 2901509.5 + "price": 3023291 }, "20065": { "id": 20065, @@ -197874,7 +198009,7 @@ "examine": "Use on an occult necklace to make it look fancier!", "wiki_name": "Occult ornament kit", "wiki_url": "https://oldschool.runescape.wiki/w/Occult_ornament_kit", - "price": 4114505 + "price": 4701868.5 }, "20068": { "id": 20068, @@ -197892,7 +198027,7 @@ "examine": "Use on an Armadyl godsword to make it look fancier!", "wiki_name": "Armadyl godsword ornament kit", "wiki_url": "https://oldschool.runescape.wiki/w/Armadyl_godsword_ornament_kit", - "price": 116432 + "price": 147356 }, "20071": { "id": 20071, @@ -197910,7 +198045,7 @@ "examine": "Use on a Bandos godsword to make it look fancier!", "wiki_name": "Bandos godsword ornament kit", "wiki_url": "https://oldschool.runescape.wiki/w/Bandos_godsword_ornament_kit", - "price": 3409259 + "price": 5386502 }, "20074": { "id": 20074, @@ -197928,7 +198063,7 @@ "examine": "Use on a Saradomin godsword to make it look fancier!", "wiki_name": "Saradomin godsword ornament kit", "wiki_url": "https://oldschool.runescape.wiki/w/Saradomin_godsword_ornament_kit", - "price": 775579 + "price": 610004.5 }, "20077": { "id": 20077, @@ -197946,7 +198081,7 @@ "examine": "Use on a Zamorak godsword to make it look fancier!", "wiki_name": "Zamorak godsword ornament kit", "wiki_url": "https://oldschool.runescape.wiki/w/Zamorak_godsword_ornament_kit", - "price": 161032.5 + "price": 194501 }, "20080": { "id": 20080, @@ -197984,7 +198119,7 @@ "slot": "head", "requirements": null }, - "price": 312856.5 + "price": 826924 }, "20083": { "id": 20083, @@ -198022,7 +198157,7 @@ "slot": "body", "requirements": null }, - "price": 404806.5 + "price": 288000 }, "20086": { "id": 20086, @@ -198060,7 +198195,7 @@ "slot": "hands", "requirements": null }, - "price": 151603 + "price": 200002.5 }, "20089": { "id": 20089, @@ -198098,7 +198233,7 @@ "slot": "legs", "requirements": null }, - "price": 340276 + "price": 312500 }, "20092": { "id": 20092, @@ -198136,7 +198271,7 @@ "slot": "feet", "requirements": null }, - "price": 116734.5 + "price": 108846 }, "20095": { "id": 20095, @@ -198174,7 +198309,7 @@ "slot": "head", "requirements": null }, - "price": 5860500 + "price": 6593117.5 }, "20098": { "id": 20098, @@ -198212,7 +198347,7 @@ "slot": "body", "requirements": null }, - "price": 20424969 + "price": 18715936 }, "20101": { "id": 20101, @@ -198250,7 +198385,7 @@ "slot": "hands", "requirements": null }, - "price": 2855255 + "price": 3633000.5 }, "20104": { "id": 20104, @@ -198288,7 +198423,7 @@ "slot": "legs", "requirements": null }, - "price": 5506812 + "price": 7962500 }, "20107": { "id": 20107, @@ -198326,7 +198461,7 @@ "slot": "feet", "requirements": null }, - "price": 1467520 + "price": 2021997.5 }, "20110": { "id": 20110, @@ -198364,7 +198499,7 @@ "slot": "head", "requirements": null }, - "price": 18744 + "price": 2056 }, "20113": { "id": 20113, @@ -198402,7 +198537,7 @@ "slot": "head", "requirements": null }, - "price": 14999 + "price": 3362.5 }, "20116": { "id": 20116, @@ -198440,7 +198575,7 @@ "slot": "head", "requirements": null }, - "price": 12770.5 + "price": 900.5 }, "20119": { "id": 20119, @@ -198478,7 +198613,7 @@ "slot": "head", "requirements": null }, - "price": 10269 + "price": 1000 }, "20122": { "id": 20122, @@ -198516,7 +198651,7 @@ "slot": "head", "requirements": null }, - "price": 11850 + "price": 4986.5 }, "20125": { "id": 20125, @@ -198554,7 +198689,7 @@ "slot": "head", "requirements": null }, - "price": 19488.5 + "price": 4068.5 }, "20128": { "id": 20128, @@ -198595,7 +198730,7 @@ "defence": 20 } }, - "price": 12500 + "price": 23800 }, "20131": { "id": 20131, @@ -198636,7 +198771,7 @@ "defence": 20 } }, - "price": 113750 + "price": 81369 }, "20134": { "id": 20134, @@ -198677,7 +198812,7 @@ "defence": 20 } }, - "price": 52843 + "price": 25759 }, "20137": { "id": 20137, @@ -198718,7 +198853,7 @@ "defence": 20 } }, - "price": 58500 + "price": 52585.5 }, "20140": { "id": 20140, @@ -198777,7 +198912,7 @@ "examine": "Use on the dragon defender to trim it with gold.", "wiki_name": "Dragon defender ornament kit", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_defender_ornament_kit", - "price": 381657 + "price": 154679.5 }, "20146": { "id": 20146, @@ -198816,7 +198951,7 @@ "defence": 40 } }, - "price": 646000 + "price": 1156916.5 }, "20149": { "id": 20149, @@ -198855,7 +198990,7 @@ "defence": 40 } }, - "price": 1250800 + "price": 2311606 }, "20152": { "id": 20152, @@ -198894,7 +199029,7 @@ "defence": 40 } }, - "price": 672500 + "price": 1324004 }, "20155": { "id": 20155, @@ -198968,7 +199103,7 @@ } ] }, - "price": 2949136.5 + "price": 4195749.5 }, "20158": { "id": 20158, @@ -199043,7 +199178,7 @@ } ] }, - "price": 276166.5 + "price": 862500 }, "20161": { "id": 20161, @@ -199118,7 +199253,7 @@ } ] }, - "price": 328460 + "price": 417500 }, "20164": { "id": 20164, @@ -199217,7 +199352,7 @@ "slot": "shield", "requirements": null }, - "price": 105555 + "price": 46669 }, "20169": { "id": 20169, @@ -199256,7 +199391,7 @@ "defence": 5 } }, - "price": 30528 + "price": 9840 }, "20172": { "id": 20172, @@ -199295,7 +199430,7 @@ "defence": 5 } }, - "price": 3727 + "price": 3250 }, "20175": { "id": 20175, @@ -199334,7 +199469,7 @@ "defence": 5 } }, - "price": 2388.5 + "price": 12192.5 }, "20178": { "id": 20178, @@ -199373,7 +199508,7 @@ "defence": 5 } }, - "price": 32176 + "price": 5750 }, "20181": { "id": 20181, @@ -199412,7 +199547,7 @@ "defence": 5 } }, - "price": 18550 + "price": 6611 }, "20184": { "id": 20184, @@ -199451,7 +199586,7 @@ "defence": 5 } }, - "price": 2000 + "price": 5269.5 }, "20187": { "id": 20187, @@ -199529,7 +199664,7 @@ "defence": 5 } }, - "price": 4511.5 + "price": 2833 }, "20193": { "id": 20193, @@ -199568,7 +199703,7 @@ "defence": 5 } }, - "price": 1012 + "price": 553 }, "20196": { "id": 20196, @@ -199607,7 +199742,7 @@ "defence": 5 } }, - "price": 9682.5 + "price": 7701.5 }, "20199": { "id": 20199, @@ -199644,7 +199779,7 @@ "slot": "body", "requirements": null }, - "price": 3737774 + "price": 4484000 }, "20202": { "id": 20202, @@ -199681,7 +199816,7 @@ "slot": "legs", "requirements": null }, - "price": 2103999.5 + "price": 2527416.5 }, "20205": { "id": 20205, @@ -199718,7 +199853,7 @@ "slot": "head", "requirements": null }, - "price": 434866.5 + "price": 394088.5 }, "20208": { "id": 20208, @@ -199755,7 +199890,7 @@ "slot": "body", "requirements": null }, - "price": 142500 + "price": 184875 }, "20211": { "id": 20211, @@ -199792,7 +199927,7 @@ "slot": "cape", "requirements": null }, - "price": 3412500.5 + "price": 3039641.5 }, "20214": { "id": 20214, @@ -199829,7 +199964,7 @@ "slot": "cape", "requirements": null }, - "price": 1428647 + "price": 1324500 }, "20217": { "id": 20217, @@ -199866,7 +200001,7 @@ "slot": "cape", "requirements": null }, - "price": 1165555.5 + "price": 1243635.5 }, "20220": { "id": 20220, @@ -199904,7 +200039,7 @@ "slot": "ammo", "requirements": null }, - "price": 13953.5 + "price": 8908.5 }, "20223": { "id": 20223, @@ -199942,7 +200077,7 @@ "slot": "ammo", "requirements": null }, - "price": 57981.5 + "price": 28316 }, "20226": { "id": 20226, @@ -199980,7 +200115,7 @@ "slot": "ammo", "requirements": null }, - "price": 6751 + "price": 4097.5 }, "20229": { "id": 20229, @@ -200018,7 +200153,7 @@ "slot": "ammo", "requirements": null }, - "price": 9250 + "price": 4592 }, "20232": { "id": 20232, @@ -200094,7 +200229,7 @@ "slot": "ammo", "requirements": null }, - "price": 9661 + "price": 5684.5 }, "20238": { "id": 20238, @@ -200111,7 +200246,7 @@ "examine": "A scroll for charging dragonstone jewellery.", "wiki_name": "Charge dragonstone jewellery scroll", "wiki_url": "https://oldschool.runescape.wiki/w/Charge_dragonstone_jewellery_scroll", - "price": 336 + "price": 155 }, "20240": { "id": 20240, @@ -200149,7 +200284,7 @@ "slot": "body", "requirements": null }, - "price": 3861.5 + "price": 1295 }, "20243": { "id": 20243, @@ -200215,7 +200350,7 @@ } ] }, - "price": 2708.5 + "price": 2100 }, "20246": { "id": 20246, @@ -200253,7 +200388,7 @@ "slot": "head", "requirements": null }, - "price": 5339 + "price": 3017 }, "20249": { "id": 20249, @@ -200447,7 +200582,7 @@ } ] }, - "price": 1088 + "price": 2338.5 }, "20257": { "id": 20257, @@ -200513,7 +200648,7 @@ } ] }, - "price": 890.5 + "price": 1533 }, "20260": { "id": 20260, @@ -200579,7 +200714,7 @@ } ] }, - "price": 5550 + "price": 3110.5 }, "20263": { "id": 20263, @@ -200645,7 +200780,7 @@ } ] }, - "price": 3000 + "price": 1120 }, "20266": { "id": 20266, @@ -200683,7 +200818,7 @@ "slot": "head", "requirements": null }, - "price": 21451.5 + "price": 10037.5 }, "20269": { "id": 20269, @@ -200721,7 +200856,7 @@ "slot": "head", "requirements": null }, - "price": 21747 + "price": 2425 }, "20272": { "id": 20272, @@ -200761,7 +200896,7 @@ "defence": 30 } }, - "price": 8425 + "price": 6241 }, "20275": { "id": 20275, @@ -200779,7 +200914,7 @@ "examine": "Fill it with firelighters to make pretty fire.", "wiki_name": "Gnomish firelighter (Uncharged)", "wiki_url": "https://oldschool.runescape.wiki/w/Gnomish_firelighter#Uncharged", - "price": 3201 + "price": 3826 }, "20278": { "id": 20278, @@ -201234,7 +201369,7 @@ "examine": "A set containing a full helm, platebody, legs and kiteshield.", "wiki_name": "Steel trimmed set (lg)", "wiki_url": "https://oldschool.runescape.wiki/w/Steel_trimmed_set_(lg)", - "price": 33480.5 + "price": 38940 }, "20379": { "id": 20379, @@ -201251,7 +201386,7 @@ "examine": "A set containing a full helm, platebody, skirt and kiteshield.", "wiki_name": "Steel trimmed set (sk)", "wiki_url": "https://oldschool.runescape.wiki/w/Steel_trimmed_set_(sk)", - "price": 529133.5 + "price": 63351 }, "20382": { "id": 20382, @@ -201268,7 +201403,7 @@ "examine": "A set containing a full helm, platebody, legs and kiteshield.", "wiki_name": "Steel gold-trimmed set (lg)", "wiki_url": "https://oldschool.runescape.wiki/w/Steel_gold-trimmed_set_(lg)", - "price": 150000 + "price": 41727 }, "20385": { "id": 20385, @@ -201285,7 +201420,7 @@ "examine": "A set containing a full helm, platebody, skirt and kiteshield.", "wiki_name": "Steel gold-trimmed set (sk)", "wiki_url": "https://oldschool.runescape.wiki/w/Steel_gold-trimmed_set_(sk)", - "price": 105036.5 + "price": 75693.5 }, "20389": { "id": 20389, @@ -201827,7 +201962,7 @@ "slot": "feet", "requirements": null }, - "price": 525253 + "price": 348000 }, "20436": { "id": 20436, @@ -201865,7 +202000,7 @@ "slot": "body", "requirements": null }, - "price": 275499 + "price": 251290.5 }, "20439": { "id": 20439, @@ -201903,7 +202038,7 @@ "slot": "head", "requirements": null }, - "price": 184867.5 + "price": 249290.5 }, "20442": { "id": 20442, @@ -201941,7 +202076,7 @@ "slot": "legs", "requirements": null }, - "price": 511000 + "price": 392563.5 }, "20445": { "id": 20445, @@ -202479,7 +202614,7 @@ "magic": 40 } }, - "price": 472773.5 + "price": 292990 }, "20520": { "id": 20520, @@ -202519,7 +202654,7 @@ "magic": 40 } }, - "price": 213383 + "price": 164337 }, "20523": { "id": 20523, @@ -203044,7 +203179,7 @@ } ] }, - "price": 458500 + "price": 723744 }, "20593": { "id": 20593, @@ -203162,7 +203297,7 @@ "magic": 40 } }, - "price": 394888.5 + "price": 192754 }, "20598": { "id": 20598, @@ -204372,7 +204507,7 @@ "examine": "It's still warm to the touch.", "wiki_name": "Burnt page", "wiki_url": "https://oldschool.runescape.wiki/w/Burnt_page", - "price": 2791 + "price": 2348 }, "20720": { "id": 20720, @@ -204466,7 +204601,7 @@ "examine": "This heart holds a magical power within.", "wiki_name": "Imbued heart", "wiki_url": "https://oldschool.runescape.wiki/w/Imbued_heart", - "price": 45121577 + "price": 89552447 }, "20727": { "id": 20727, @@ -204625,7 +204760,7 @@ } ] }, - "price": 57098 + "price": 26833 }, "20733": { "id": 20733, @@ -204708,7 +204843,7 @@ } ] }, - "price": 76695 + "price": 62663 }, "20736": { "id": 20736, @@ -204791,7 +204926,7 @@ } ] }, - "price": 20284.5 + "price": 11447 }, "20739": { "id": 20739, @@ -205033,7 +205168,7 @@ } ] }, - "price": 480000.5 + "price": 777178 }, "20760": { "id": 20760, @@ -205356,7 +205491,7 @@ "equipment": { "attack_stab": -100, "attack_slash": -100, - "attack_crush": -50, + "attack_crush": -100, "attack_magic": 0, "attack_ranged": 0, "defence_stab": 0, @@ -205364,7 +205499,7 @@ "defence_crush": 0, "defence_magic": 0, "defence_ranged": 0, - "melee_strength": -10, + "melee_strength": -100, "ranged_strength": 0, "magic_damage": 0, "prayer": 0, @@ -208347,7 +208482,7 @@ } ] }, - "price": 1352500000 + "price": 1460631444 }, "21000": { "id": 21000, @@ -208388,7 +208523,7 @@ "ranged": 75 } }, - "price": 15670555.5 + "price": 18907738.5 }, "21003": { "id": 21003, @@ -208457,7 +208592,7 @@ } ] }, - "price": 8499256 + "price": 19458196 }, "21006": { "id": 21006, @@ -208539,7 +208674,7 @@ } ] }, - "price": 71495428 + "price": 98036236 }, "21009": { "id": 21009, @@ -208682,7 +208817,7 @@ } ] }, - "price": 65316122 + "price": 60435934.5 }, "21015": { "id": 21015, @@ -208744,7 +208879,7 @@ } ] }, - "price": 14209907.5 + "price": 16486796 }, "21018": { "id": 21018, @@ -208785,7 +208920,7 @@ "magic": 75 } }, - "price": 34250000 + "price": 52087050 }, "21021": { "id": 21021, @@ -208826,7 +208961,7 @@ "magic": 75 } }, - "price": 153199998.5 + "price": 171969462.5 }, "21024": { "id": 21024, @@ -208867,7 +209002,7 @@ "magic": 75 } }, - "price": 118310580.5 + "price": 141536530 }, "21027": { "id": 21027, @@ -208956,7 +209091,7 @@ } ] }, - "price": 1234113 + "price": 1849532.5 }, "21031": { "id": 21031, @@ -209176,7 +209311,7 @@ "examine": "An insignia representing Kodai, Xeric's fearsome wizards.", "wiki_name": "Kodai insignia", "wiki_url": "https://oldschool.runescape.wiki/w/Kodai_insignia", - "price": 71355500 + "price": 95530745 }, "21046": { "id": 21046, @@ -209224,7 +209359,7 @@ "examine": "A set containing an Ancestral hat, robe top and robe bottom.", "wiki_name": "Ancestral robes set", "wiki_url": "https://oldschool.runescape.wiki/w/Ancestral_robes_set", - "price": 296255389.5 + "price": 366603989.5 }, "21052": { "id": 21052, @@ -209618,7 +209753,7 @@ "examine": "Scrawled words that can invoke the power of the gods.", "wiki_name": "Arcane prayer scroll", "wiki_url": "https://oldschool.runescape.wiki/w/Arcane_prayer_scroll", - "price": 2476238 + "price": 3077688.5 }, "21081": { "id": 21081, @@ -209656,7 +209791,7 @@ "slot": "ring", "requirements": null }, - "price": 366.5 + "price": 955 }, "21084": { "id": 21084, @@ -209732,7 +209867,7 @@ "slot": "ring", "requirements": null }, - "price": 4435.5 + "price": 1461.5 }, "21090": { "id": 21090, @@ -209770,7 +209905,7 @@ "slot": "neck", "requirements": null }, - "price": 1252 + "price": 612 }, "21093": { "id": 21093, @@ -209808,7 +209943,7 @@ "slot": "neck", "requirements": null }, - "price": 1067.5 + "price": 571 }, "21096": { "id": 21096, @@ -209846,7 +209981,7 @@ "slot": "neck", "requirements": null }, - "price": 1342.5 + "price": 644.5 }, "21099": { "id": 21099, @@ -209864,7 +209999,7 @@ "examine": "It needs a string so I can wear it.", "wiki_name": "Opal amulet (u)", "wiki_url": "https://oldschool.runescape.wiki/w/Opal_amulet_(u)", - "price": 279.5 + "price": 509 }, "21102": { "id": 21102, @@ -209882,7 +210017,7 @@ "examine": "It needs a string so I can wear it.", "wiki_name": "Jade amulet (u)", "wiki_url": "https://oldschool.runescape.wiki/w/Jade_amulet_(u)", - "price": 926 + "price": 708 }, "21105": { "id": 21105, @@ -209900,7 +210035,7 @@ "examine": "It needs a string so I can wear it.", "wiki_name": "Topaz amulet (u)", "wiki_url": "https://oldschool.runescape.wiki/w/Topaz_amulet_(u)", - "price": 3352 + "price": 2147.5 }, "21108": { "id": 21108, @@ -209976,7 +210111,7 @@ "slot": "neck", "requirements": null }, - "price": 1068.5 + "price": 810 }, "21114": { "id": 21114, @@ -210014,7 +210149,7 @@ "slot": "neck", "requirements": null }, - "price": 3510 + "price": 2517 }, "21117": { "id": 21117, @@ -210052,7 +210187,7 @@ "slot": "hands", "requirements": null }, - "price": 676 + "price": 964 }, "21120": { "id": 21120, @@ -210090,7 +210225,7 @@ "slot": "hands", "requirements": null }, - "price": 534 + "price": 633.5 }, "21123": { "id": 21123, @@ -210128,7 +210263,7 @@ "slot": "hands", "requirements": null }, - "price": 3061 + "price": 2010 }, "21126": { "id": 21126, @@ -210166,7 +210301,7 @@ "slot": "ring", "requirements": null }, - "price": 1336.5 + "price": 894 }, "21129": { "id": 21129, @@ -210204,7 +210339,7 @@ "slot": "ring", "requirements": null }, - "price": 7000 + "price": 1209.5 }, "21132": { "id": 21132, @@ -210424,7 +210559,7 @@ "slot": "neck", "requirements": null }, - "price": 1812.5 + "price": 1491.5 }, "21146": { "id": 21146, @@ -210462,7 +210597,7 @@ "slot": "neck", "requirements": null }, - "price": 1050 + "price": 856.5 }, "21149": { "id": 21149, @@ -210644,7 +210779,7 @@ "slot": "neck", "requirements": null }, - "price": 651.5 + "price": 756.5 }, "21160": { "id": 21160, @@ -210682,7 +210817,7 @@ "slot": "neck", "requirements": null }, - "price": 436 + "price": 1040.5 }, "21163": { "id": 21163, @@ -210720,7 +210855,7 @@ "slot": "neck", "requirements": null }, - "price": 1275 + "price": 1060.5 }, "21166": { "id": 21166, @@ -210758,7 +210893,7 @@ "slot": "neck", "requirements": null }, - "price": 3398 + "price": 2640.5 }, "21169": { "id": 21169, @@ -211016,7 +211151,7 @@ "slot": "hands", "requirements": null }, - "price": 3313.5 + "price": 2104.5 }, "21186": { "id": 21186, @@ -211360,7 +211495,7 @@ "examine": "Makes a lava battlestaff or mystic lava staff more beautiful.", "wiki_name": "Lava staff upgrade kit", "wiki_url": "https://oldschool.runescape.wiki/w/Lava_staff_upgrade_kit", - "price": 399123 + "price": 216126 }, "21205": { "id": 21205, @@ -212296,7 +212431,7 @@ "examine": "Like the enchanted gem sold by Slayer Masters, only with an eternal charge.", "wiki_name": "Eternal gem", "wiki_url": "https://oldschool.runescape.wiki/w/Eternal_gem", - "price": 9173478.5 + "price": 8604500 }, "21273": { "id": 21273, @@ -212424,7 +212559,7 @@ "examine": "A set containing an Obsidian helmet, platebody and platelegs.", "wiki_name": "Obsidian armour set", "wiki_url": "https://oldschool.runescape.wiki/w/Obsidian_armour_set", - "price": 2636250 + "price": 2462929 }, "21282": { "id": 21282, @@ -212684,7 +212819,7 @@ "defence": 60 } }, - "price": 715086.5 + "price": 741281 }, "21301": { "id": 21301, @@ -212724,7 +212859,7 @@ "defence": 60 } }, - "price": 1178863.5 + "price": 970098.5 }, "21304": { "id": 21304, @@ -212764,7 +212899,7 @@ "defence": 60 } }, - "price": 870048.5 + "price": 800296.5 }, "21307": { "id": 21307, @@ -212928,7 +213063,7 @@ "slayer": 65 } }, - "price": 318.5 + "price": 284 }, "21318": { "id": 21318, @@ -212967,7 +213102,7 @@ "ranged": 65 } }, - "price": 553.5 + "price": 300 }, "21320": { "id": 21320, @@ -213006,7 +213141,7 @@ "ranged": 65 } }, - "price": 395 + "price": 867 }, "21322": { "id": 21322, @@ -213045,7 +213180,7 @@ "ranged": 65 } }, - "price": 3192.5 + "price": 810.5 }, "21324": { "id": 21324, @@ -213084,7 +213219,7 @@ "ranged": 65 } }, - "price": 818 + "price": 537 }, "21326": { "id": 21326, @@ -213123,7 +213258,7 @@ "ranged": 50 } }, - "price": 210.5 + "price": 282.5 }, "21328": { "id": 21328, @@ -213275,7 +213410,7 @@ "ranged": 50 } }, - "price": 628.5 + "price": 529.5 }, "21336": { "id": 21336, @@ -213331,7 +213466,7 @@ "examine": "Amethyst bolt tips.", "wiki_name": "Amethyst bolt tips", "wiki_url": "https://oldschool.runescape.wiki/w/Amethyst_bolt_tips", - "price": 262 + "price": 292 }, "21340": { "id": 21340, @@ -213462,7 +213597,7 @@ "examine": "I can make some arrows with these.", "wiki_name": "Amethyst arrowtips", "wiki_url": "https://oldschool.runescape.wiki/w/Amethyst_arrowtips", - "price": 553 + "price": 314 }, "21352": { "id": 21352, @@ -213566,7 +213701,7 @@ "examine": "I can store my teleport scrolls in this.", "wiki_name": "Master scroll book (Empty)", "wiki_url": "https://oldschool.runescape.wiki/w/Master_scroll_book#Empty", - "price": 147256 + "price": 345599.5 }, "21389": { "id": 21389, @@ -214080,7 +214215,7 @@ "examine": "This sapling is ready to be replanted in a hardwood tree patch.", "wiki_name": "Teak sapling", "wiki_url": "https://oldschool.runescape.wiki/w/Teak_sapling", - "price": 737.5 + "price": 438 }, "21480": { "id": 21480, @@ -214098,7 +214233,7 @@ "examine": "This sapling is ready to be replanted in a tree patch.", "wiki_name": "Mahogany sapling", "wiki_url": "https://oldschool.runescape.wiki/w/Mahogany_sapling", - "price": 1784.5 + "price": 2106.5 }, "21483": { "id": 21483, @@ -214116,7 +214251,7 @@ "examine": "Ultra-good for the smallest or largest of plants.", "wiki_name": "Ultracompost", "wiki_url": "https://oldschool.runescape.wiki/w/Ultracompost", - "price": 888.5 + "price": 365.5 }, "21486": { "id": 21486, @@ -214133,7 +214268,7 @@ "examine": "Plant this in a plantpot of soil to grow a sapling.", "wiki_name": "Teak seed", "wiki_url": "https://oldschool.runescape.wiki/w/Teak_seed", - "price": 31.5 + "price": 44.5 }, "21488": { "id": 21488, @@ -214150,7 +214285,7 @@ "examine": "Plant this in a plantpot of soil to grow a sapling.", "wiki_name": "Mahogany seed", "wiki_url": "https://oldschool.runescape.wiki/w/Mahogany_seed", - "price": 1038.5 + "price": 1177 }, "21490": { "id": 21490, @@ -214167,7 +214302,7 @@ "examine": "A seaweed spore - plant in a seaweed patch.", "wiki_name": "Seaweed spore", "wiki_url": "https://oldschool.runescape.wiki/w/Seaweed_spore", - "price": 588.5 + "price": 82.5 }, "21504": { "id": 21504, @@ -214233,7 +214368,7 @@ "examine": "Feed and catch the birds by placing this in the right spot.", "wiki_name": "Bird house (item)", "wiki_url": "https://oldschool.runescape.wiki/w/Bird_house_(item)", - "price": 1275 + "price": 927 }, "21515": { "id": 21515, @@ -214251,7 +214386,7 @@ "examine": "Feed and catch the birds by placing this in the right spot.", "wiki_name": "Oak bird house", "wiki_url": "https://oldschool.runescape.wiki/w/Oak_bird_house", - "price": 981.5 + "price": 787.5 }, "21518": { "id": 21518, @@ -214269,7 +214404,7 @@ "examine": "Feed and catch the birds by placing this in the right spot.", "wiki_name": "Willow bird house", "wiki_url": "https://oldschool.runescape.wiki/w/Willow_bird_house", - "price": 2249.5 + "price": 629.5 }, "21521": { "id": 21521, @@ -214287,7 +214422,7 @@ "examine": "Feed and catch the birds by placing this in the right spot.", "wiki_name": "Teak bird house", "wiki_url": "https://oldschool.runescape.wiki/w/Teak_bird_house", - "price": 1806.5 + "price": 1471 }, "21524": { "id": 21524, @@ -214544,7 +214679,7 @@ "examine": "A large crystal of calcium carbonate.", "wiki_name": "Calcite", "wiki_url": "https://oldschool.runescape.wiki/w/Calcite", - "price": 6.5 + "price": 45.5 }, "21545": { "id": 21545, @@ -214561,7 +214696,7 @@ "examine": "A phosphate rich mineral dust.", "wiki_name": "Pyrophosphite", "wiki_url": "https://oldschool.runescape.wiki/w/Pyrophosphite", - "price": 55 + "price": 37 }, "21547": { "id": 21547, @@ -214634,7 +214769,7 @@ "examine": "A form of currency on Fossil Island.", "wiki_name": "Numulite", "wiki_url": "https://oldschool.runescape.wiki/w/Numulite", - "price": 34 + "price": 26.5 }, "21562": { "id": 21562, @@ -215102,7 +215237,7 @@ "examine": "A Sulliuscep mushroom cap. Edible? Probably...", "wiki_name": "Sulliuscep cap", "wiki_url": "https://oldschool.runescape.wiki/w/Sulliuscep_cap", - "price": 1650 + "price": 3466.5 }, "21629": { "id": 21629, @@ -215208,7 +215343,7 @@ "defence": 75 } }, - "price": 23006056 + "price": 18738310.5 }, "21637": { "id": 21637, @@ -215226,7 +215361,7 @@ "examine": "It looks like this could be attached to a shield somehow.", "wiki_name": "Wyvern visage", "wiki_url": "https://oldschool.runescape.wiki/w/Wyvern_visage", - "price": 21500000 + "price": 19171998.5 }, "21640": { "id": 21640, @@ -215308,7 +215443,7 @@ "defence": 50 } }, - "price": 870056 + "price": 395003 }, "21646": { "id": 21646, @@ -215384,7 +215519,7 @@ } ] }, - "price": 30992.5 + "price": 20024 }, "21649": { "id": 21649, @@ -215457,7 +215592,7 @@ } ] }, - "price": 766250 + "price": 1214334 }, "21652": { "id": 21652, @@ -215475,7 +215610,7 @@ "examine": "A very large net, too big to be used by hand.", "wiki_name": "Drift net", "wiki_url": "https://oldschool.runescape.wiki/w/Drift_net", - "price": 2306.5 + "price": 3217.5 }, "21655": { "id": 21655, @@ -215675,7 +215810,7 @@ "examine": "This would be much tastier cooked.", "wiki_name": "Uncooked mushroom pie", "wiki_url": "https://oldschool.runescape.wiki/w/Uncooked_mushroom_pie", - "price": 2811 + "price": 5526 }, "21687": { "id": 21687, @@ -215709,7 +215844,7 @@ "examine": "Mmm mushroom pie.", "wiki_name": "Mushroom pie (Full)", "wiki_url": "https://oldschool.runescape.wiki/w/Mushroom_pie#Full", - "price": 1502.5 + "price": 3310.5 }, "21693": { "id": 21693, @@ -216081,7 +216216,7 @@ "examine": "The blackened heart of the Grotesque Guardians.", "wiki_name": "Black tourmaline core", "wiki_url": "https://oldschool.runescape.wiki/w/Black_tourmaline_core", - "price": 2173252.5 + "price": 4788111.5 }, "21733": { "id": 21733, @@ -216121,7 +216256,7 @@ "defence": 75 } }, - "price": 2425111 + "price": 4976007 }, "21736": { "id": 21736, @@ -216162,7 +216297,7 @@ "strength": 50 } }, - "price": 27499.5 + "price": 46812 }, "21739": { "id": 21739, @@ -216203,7 +216338,7 @@ "defence": 50 } }, - "price": 23034 + "price": 19558 }, "21742": { "id": 21742, @@ -216272,7 +216407,7 @@ } ] }, - "price": 134557 + "price": 176603 }, "21745": { "id": 21745, @@ -216290,7 +216425,7 @@ "examine": "Stones aren't very useful in this capacity.", "wiki_name": "Jar of stone", "wiki_url": "https://oldschool.runescape.wiki/w/Jar_of_stone", - "price": 1874620.5 + "price": 3501500.5 }, "21748": { "id": 21748, @@ -217088,7 +217223,7 @@ "examine": "Teleports you to the Revenant cave in the Wilderness.", "wiki_name": "Revenant cave teleport", "wiki_url": "https://oldschool.runescape.wiki/w/Revenant_cave_teleport", - "price": 586 + "price": 320.5 }, "21804": { "id": 21804, @@ -217299,7 +217434,7 @@ "slot": "head", "requirements": null }, - "price": 8596 + "price": 4298 }, "21841": { "id": 21841, @@ -217808,7 +217943,7 @@ "examine": "Used for very high level missile spells.", "wiki_name": "Wrath rune", "wiki_url": "https://oldschool.runescape.wiki/w/Wrath_rune", - "price": 314 + "price": 221 }, "21882": { "id": 21882, @@ -217826,7 +217961,7 @@ "examine": "A set containing a full helm, platebody, legs and kiteshield.", "wiki_name": "Dragon armour set (lg)", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_armour_set_(lg)", - "price": 103448668.5 + "price": 124999998 }, "21885": { "id": 21885, @@ -217857,7 +217992,7 @@ "highalch": 24000, "weight": 2.267, "release_date": "2018-01-04", - "examine": "You don't want to wear it inside-out.", + "examine": "You really don't want to wear it inside-out.", "wiki_name": "Turquoise slayer helmet", "wiki_url": "https://oldschool.runescape.wiki/w/Turquoise_slayer_helmet", "equipment": { @@ -217956,7 +218091,7 @@ "defence": 60 } }, - "price": 2931937 + "price": 2435643.5 }, "21895": { "id": 21895, @@ -217996,7 +218131,7 @@ "defence": 60 } }, - "price": 46395569 + "price": 53287210 }, "21898": { "id": 21898, @@ -218180,7 +218315,7 @@ } ] }, - "price": 1846366 + "price": 1654199 }, "21905": { "id": 21905, @@ -218219,7 +218354,7 @@ "ranged": 64 } }, - "price": 2585 + "price": 1029 }, "21907": { "id": 21907, @@ -218300,7 +218435,7 @@ "examine": "A pair of dragon crossbow limbs.", "wiki_name": "Dragon limbs", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_limbs", - "price": 1840445 + "price": 1619053 }, "21921": { "id": 21921, @@ -218318,7 +218453,7 @@ "examine": "An unstrung dragon crossbow.", "wiki_name": "Dragon crossbow (u)", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_crossbow_(u)", - "price": 1849999.5 + "price": 1620556.5 }, "21924": { "id": 21924, @@ -218357,7 +218492,7 @@ "ranged": 64 } }, - "price": 4562.5 + "price": 1498 }, "21926": { "id": 21926, @@ -218396,7 +218531,7 @@ "ranged": 64 } }, - "price": 6376.5 + "price": 1764 }, "21928": { "id": 21928, @@ -218435,7 +218570,7 @@ "ranged": 64 } }, - "price": 2805 + "price": 1922 }, "21930": { "id": 21930, @@ -218452,7 +218587,7 @@ "examine": "Unfeathered dragon crossbow bolts.", "wiki_name": "Dragon bolts (unf)", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_bolts_(unf)", - "price": 2571 + "price": 1101 }, "21932": { "id": 21932, @@ -218491,7 +218626,7 @@ "ranged": 64 } }, - "price": 3128.5 + "price": 1251.5 }, "21934": { "id": 21934, @@ -218530,7 +218665,7 @@ "ranged": 64 } }, - "price": 1415 + "price": 476 }, "21936": { "id": 21936, @@ -218569,7 +218704,7 @@ "ranged": 64 } }, - "price": 2374.5 + "price": 715.5 }, "21938": { "id": 21938, @@ -218608,7 +218743,7 @@ "ranged": 64 } }, - "price": 1584.5 + "price": 582 }, "21940": { "id": 21940, @@ -218647,7 +218782,7 @@ "ranged": 64 } }, - "price": 2368.5 + "price": 1295 }, "21942": { "id": 21942, @@ -218686,7 +218821,7 @@ "ranged": 64 } }, - "price": 2332.5 + "price": 940.5 }, "21944": { "id": 21944, @@ -218725,7 +218860,7 @@ "ranged": 64 } }, - "price": 2863.5 + "price": 1288.5 }, "21946": { "id": 21946, @@ -218764,7 +218899,7 @@ "ranged": 64 } }, - "price": 2888.5 + "price": 1304 }, "21948": { "id": 21948, @@ -218803,7 +218938,7 @@ "ranged": 64 } }, - "price": 2960.5 + "price": 1203 }, "21950": { "id": 21950, @@ -218860,7 +218995,7 @@ "examine": "A magic crossbow stock.", "wiki_name": "Magic stock", "wiki_url": "https://oldschool.runescape.wiki/w/Magic_stock", - "price": 430 + "price": 109.5 }, "21955": { "id": 21955, @@ -218899,7 +219034,7 @@ "ranged": 64 } }, - "price": 2398.5 + "price": 1217 }, "21957": { "id": 21957, @@ -218938,7 +219073,7 @@ "ranged": 64 } }, - "price": 1607 + "price": 1050 }, "21959": { "id": 21959, @@ -218977,7 +219112,7 @@ "ranged": 64 } }, - "price": 7121.5 + "price": 1069.5 }, "21961": { "id": 21961, @@ -219016,7 +219151,7 @@ "ranged": 64 } }, - "price": 2107.5 + "price": 1593.5 }, "21963": { "id": 21963, @@ -219055,7 +219190,7 @@ "ranged": 64 } }, - "price": 3210 + "price": 1165 }, "21965": { "id": 21965, @@ -219094,7 +219229,7 @@ "ranged": 64 } }, - "price": 2337 + "price": 767 }, "21967": { "id": 21967, @@ -219133,7 +219268,7 @@ "ranged": 64 } }, - "price": 2786.5 + "price": 1246.5 }, "21969": { "id": 21969, @@ -219172,7 +219307,7 @@ "ranged": 64 } }, - "price": 2858.5 + "price": 1277 }, "21971": { "id": 21971, @@ -219211,7 +219346,7 @@ "ranged": 64 } }, - "price": 3113.5 + "price": 2010.5 }, "21973": { "id": 21973, @@ -219304,7 +219439,7 @@ "examine": "3 doses of super anti-firebreath potion.", "wiki_name": "Super antifire potion (3 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Super_antifire_potion#3_dose", - "price": 7113 + "price": 8122 }, "21984": { "id": 21984, @@ -219340,7 +219475,7 @@ "examine": "1 dose of super anti-firebreath potion.", "wiki_name": "Super antifire potion (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Super_antifire_potion#1_dose", - "price": 2474 + "price": 3000 }, "21990": { "id": 21990, @@ -219384,7 +219519,7 @@ "examine": "Two doses of fishy super anti-firebreath potion.", "wiki_name": "Super antifire mix (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Super_antifire_mix#2_dose", - "price": 1675 + "price": 21055.5 }, "21997": { "id": 21997, @@ -219402,7 +219537,7 @@ "examine": "One dose of fishy super anti-firebreath potion.", "wiki_name": "Super antifire mix (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Super_antifire_mix#1_dose", - "price": 444 + "price": 338.5 }, "22002": { "id": 22002, @@ -219480,7 +219615,7 @@ "defence": 75 } }, - "price": 14050000.5 + "price": 8933729.5 }, "22006": { "id": 22006, @@ -219498,7 +219633,7 @@ "examine": "It looks like this could be attached to a shield somehow.", "wiki_name": "Skeletal visage", "wiki_url": "https://oldschool.runescape.wiki/w/Skeletal_visage", - "price": 14871126 + "price": 8889775.5 }, "22009": { "id": 22009, @@ -220396,7 +220531,7 @@ "examine": "A badly damaged slice of dragon metal.", "wiki_name": "Dragon metal slice", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_metal_slice", - "price": 42005500 + "price": 47465691 }, "22103": { "id": 22103, @@ -220414,7 +220549,7 @@ "examine": "A badly damaged lump of dragon metal.", "wiki_name": "Dragon metal lump", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_metal_lump", - "price": 752494 + "price": 394053.5 }, "22106": { "id": 22106, @@ -220432,7 +220567,7 @@ "examine": "Very healthy.", "wiki_name": "Jar of decay", "wiki_url": "https://oldschool.runescape.wiki/w/Jar_of_decay", - "price": 22000 + "price": 38704.5 }, "22109": { "id": 22109, @@ -220508,7 +220643,7 @@ "prayer": 80 } }, - "price": 107780 + "price": 50698 }, "22114": { "id": 22114, @@ -220612,7 +220747,7 @@ "slot": "head", "requirements": null }, - "price": 224.5 + "price": 60 }, "22124": { "id": 22124, @@ -221832,7 +221967,7 @@ "examine": "Feed and catch the birds by placing this in the right spot.", "wiki_name": "Mahogany bird house", "wiki_url": "https://oldschool.runescape.wiki/w/Mahogany_bird_house", - "price": 1657.5 + "price": 1128 }, "22198": { "id": 22198, @@ -221850,7 +221985,7 @@ "examine": "Feed and catch the birds by placing this in the right spot.", "wiki_name": "Yew bird house", "wiki_url": "https://oldschool.runescape.wiki/w/Yew_bird_house", - "price": 2123 + "price": 1368.5 }, "22201": { "id": 22201, @@ -221868,7 +222003,7 @@ "examine": "Feed and catch the birds by placing this in the right spot.", "wiki_name": "Magic bird house", "wiki_url": "https://oldschool.runescape.wiki/w/Magic_bird_house", - "price": 2896 + "price": 1770 }, "22204": { "id": 22204, @@ -221886,7 +222021,7 @@ "examine": "Feed and catch the birds by placing this in the right spot.", "wiki_name": "Redwood bird house", "wiki_url": "https://oldschool.runescape.wiki/w/Redwood_bird_house", - "price": 2194.5 + "price": 1540.5 }, "22207": { "id": 22207, @@ -222003,7 +222138,7 @@ "examine": "Two doses of fishy extended super anti-firebreath potion.", "wiki_name": "Extended super antifire mix (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Extended_super_antifire_mix#2_dose", - "price": 4500 + "price": 3338 }, "22224": { "id": 22224, @@ -222021,7 +222156,7 @@ "examine": "One dose of fishy extended super anti-firebreath potion.", "wiki_name": "Extended super antifire mix (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Extended_super_antifire_mix#1_dose", - "price": 25597 + "price": 1600 }, "22227": { "id": 22227, @@ -222175,7 +222310,7 @@ "examine": "Use on some dragon boots to make them look fancier!", "wiki_name": "Dragon boots ornament kit", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_boots_ornament_kit", - "price": 33709.5 + "price": 29779.5 }, "22234": { "id": 22234, @@ -222229,7 +222364,7 @@ "examine": "Use on a dragon platebody to make it look fancier!", "wiki_name": "Dragon platebody ornament kit", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_platebody_ornament_kit", - "price": 8867500 + "price": 9407106 }, "22239": { "id": 22239, @@ -222247,7 +222382,7 @@ "examine": "Use on a dragon kiteshield to make it look fancier!", "wiki_name": "Dragon kiteshield ornament kit", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_kiteshield_ornament_kit", - "price": 2755002.5 + "price": 2627827 }, "22242": { "id": 22242, @@ -222337,7 +222472,7 @@ "examine": "Use on a necklace of anguish to make it look fancier!", "wiki_name": "Anguish ornament kit", "wiki_url": "https://oldschool.runescape.wiki/w/Anguish_ornament_kit", - "price": 7132519.5 + "price": 6857705 }, "22249": { "id": 22249, @@ -222453,7 +222588,7 @@ "defence": 30 } }, - "price": 16.5 + "price": 1.5 }, "22257": { "id": 22257, @@ -222493,7 +222628,7 @@ "defence": 40 } }, - "price": 4 + "price": 4.5 }, "22260": { "id": 22260, @@ -222533,7 +222668,7 @@ "defence": 40 } }, - "price": 131.5 + "price": 170 }, "22263": { "id": 22263, @@ -222573,7 +222708,7 @@ "defence": 40 } }, - "price": 307 + "price": 547 }, "22266": { "id": 22266, @@ -222695,7 +222830,7 @@ "defence": 30 } }, - "price": 173.5 + "price": 480 }, "22275": { "id": 22275, @@ -222736,7 +222871,7 @@ "defence": 40 } }, - "price": 3063.5 + "price": 3526 }, "22278": { "id": 22278, @@ -222818,7 +222953,7 @@ "defence": 40 } }, - "price": 8268.5 + "price": 6590 }, "22284": { "id": 22284, @@ -223005,7 +223140,7 @@ } ] }, - "price": 3344499 + "price": 5593593.5 }, "22292": { "id": 22292, @@ -223137,7 +223272,7 @@ } ] }, - "price": 7153615 + "price": 8009939.5 }, "22296": { "id": 22296, @@ -223220,7 +223355,7 @@ } ] }, - "price": 4904801.5 + "price": 8532396.5 }, "22299": { "id": 22299, @@ -223666,7 +223801,7 @@ } ] }, - "price": 58373145.5 + "price": 49354741.5 }, "22325": { "id": 22325, @@ -223778,7 +223913,7 @@ "defence": 75 } }, - "price": 13268973 + "price": 15550000 }, "22327": { "id": 22327, @@ -223818,7 +223953,7 @@ "defence": 75 } }, - "price": 16183606.5 + "price": 17039989 }, "22328": { "id": 22328, @@ -223858,7 +223993,7 @@ "defence": 75 } }, - "price": 11164886 + "price": 12474089 }, "22330": { "id": 22330, @@ -224547,7 +224682,7 @@ "examine": "Ready to infuse a Battlestaff with the power of Nature.", "wiki_name": "Bryophyta's essence", "wiki_url": "https://oldschool.runescape.wiki/w/Bryophyta's_essence", - "price": 7750000 + "price": 8293750 }, "22374": { "id": 22374, @@ -225190,7 +225325,7 @@ "examine": "A coagulated concoction.", "wiki_name": "Bloody bracer", "wiki_url": "https://oldschool.runescape.wiki/w/Bloody_bracer", - "price": 2747.5 + "price": 5469 }, "22433": { "id": 22433, @@ -225357,7 +225492,7 @@ "examine": "A set containing a Justiciar faceguard, Justiciar chestguard and Justiciar legguards.", "wiki_name": "Justiciar armour set", "wiki_url": "https://oldschool.runescape.wiki/w/Justiciar_armour_set", - "price": 40894310.5 + "price": 45693221.5 }, "22441": { "id": 22441, @@ -225389,7 +225524,7 @@ "examine": "I need another ingredient to finish this blood potion.", "wiki_name": "Cadantine blood potion (unf)", "wiki_url": "https://oldschool.runescape.wiki/w/Cadantine_blood_potion_(unf)", - "price": 9485 + "price": 22015.5 }, "22446": { "id": 22446, @@ -225407,7 +225542,7 @@ "examine": "A glass vial containing blood.", "wiki_name": "Vial of blood", "wiki_url": "https://oldschool.runescape.wiki/w/Vial_of_blood", - "price": 7959 + "price": 18648.5 }, "22449": { "id": 22449, @@ -225425,7 +225560,7 @@ "examine": "4 doses of battlemage potion.", "wiki_name": "Battlemage potion (4 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Battlemage_potion#4_dose", - "price": 11466.5 + "price": 24234.5 }, "22452": { "id": 22452, @@ -225443,7 +225578,7 @@ "examine": "3 doses of battlemage potion.", "wiki_name": "Battlemage potion (3 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Battlemage_potion#3_dose", - "price": 7507 + "price": 18157 }, "22455": { "id": 22455, @@ -225461,7 +225596,7 @@ "examine": "2 doses of battlemage potion.", "wiki_name": "Battlemage potion (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Battlemage_potion#2_dose", - "price": 4629.5 + "price": 11220 }, "22458": { "id": 22458, @@ -225479,7 +225614,7 @@ "examine": "1 dose of battlemage potion.", "wiki_name": "Battlemage potion (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Battlemage_potion#1_dose", - "price": 1768.5 + "price": 4600 }, "22461": { "id": 22461, @@ -225497,7 +225632,7 @@ "examine": "4 doses of bastion potion.", "wiki_name": "Bastion potion (4 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Bastion_potion#4_dose", - "price": 11659.5 + "price": 29708.5 }, "22464": { "id": 22464, @@ -225515,7 +225650,7 @@ "examine": "3 doses of bastion potion.", "wiki_name": "Bastion potion (3 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Bastion_potion#3_dose", - "price": 9205 + "price": 21182.5 }, "22467": { "id": 22467, @@ -225533,7 +225668,7 @@ "examine": "2 doses of bastion potion.", "wiki_name": "Bastion potion (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Bastion_potion#2_dose", - "price": 4915 + "price": 14909 }, "22470": { "id": 22470, @@ -225551,7 +225686,7 @@ "examine": "1 dose of bastion potion.", "wiki_name": "Bastion potion (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Bastion_potion#1_dose", - "price": 2293.5 + "price": 6288 }, "22473": { "id": 22473, @@ -225597,7 +225732,7 @@ "examine": "Perhaps this could be used to create a defensive weapon.", "wiki_name": "Avernic defender hilt", "wiki_url": "https://oldschool.runescape.wiki/w/Avernic_defender_hilt", - "price": 90600000 + "price": 81010210 }, "22481": { "id": 22481, @@ -225741,7 +225876,7 @@ } ] }, - "price": 364323000 + "price": 719699999.5 }, "22494": { "id": 22494, @@ -226450,7 +226585,7 @@ } ] }, - "price": 14638830 + "price": 5293959.5 }, "22545": { "id": 22545, @@ -226589,7 +226724,7 @@ } ] }, - "price": 29007751 + "price": 14940438.5 }, "22550": { "id": 22550, @@ -226721,7 +226856,7 @@ } ] }, - "price": 3173000 + "price": 2549500 }, "22555": { "id": 22555, @@ -226823,7 +226958,7 @@ "slot": "neck", "requirements": null }, - "price": 759557.5 + "price": 713207 }, "22586": { "id": 22586, @@ -226908,7 +227043,7 @@ "examine": "A red salt, that when burned with other salts provides various benefits.", "wiki_name": "Te salt", "wiki_url": "https://oldschool.runescape.wiki/w/Te_salt", - "price": 131 + "price": 49 }, "22595": { "id": 22595, @@ -226925,7 +227060,7 @@ "examine": "A blue salt, that when burned with other salts provides various benefits.", "wiki_name": "Efh salt", "wiki_url": "https://oldschool.runescape.wiki/w/Efh_salt", - "price": 124 + "price": 47 }, "22597": { "id": 22597, @@ -226942,7 +227077,7 @@ "examine": "A green salt that, when burned with other salts provides various benefits.", "wiki_name": "Urt salt", "wiki_url": "https://oldschool.runescape.wiki/w/Urt_salt", - "price": 120 + "price": 46.5 }, "22599": { "id": 22599, @@ -226976,7 +227111,7 @@ "examine": "The crushed rock seems to glow and is warm to the touch.", "wiki_name": "Stony basalt", "wiki_url": "https://oldschool.runescape.wiki/w/Stony_basalt", - "price": 2350 + "price": 1094 }, "22603": { "id": 22603, @@ -226993,7 +227128,7 @@ "examine": "The crushed rock looks like it may react to other materials.", "wiki_name": "Basalt", "wiki_url": "https://oldschool.runescape.wiki/w/Basalt", - "price": 654.5 + "price": 957.5 }, "22606": { "id": 22606, @@ -228704,7 +228839,7 @@ } ] }, - "price": 34461.5 + "price": 38008.5 }, "22737": { "id": 22737, @@ -228779,7 +228914,7 @@ } ] }, - "price": 49039 + "price": 34461.5 }, "22740": { "id": 22740, @@ -228854,7 +228989,7 @@ } ] }, - "price": 38466 + "price": 67000 }, "22743": { "id": 22743, @@ -229313,7 +229448,7 @@ "examine": "The bones of a hydra.", "wiki_name": "Hydra bones", "wiki_url": "https://oldschool.runescape.wiki/w/Hydra_bones", - "price": 5560.5 + "price": 6478 }, "22789": { "id": 22789, @@ -229365,7 +229500,7 @@ "examine": "Mmm dragonfruit pie.", "wiki_name": "Dragonfruit pie (Full)", "wiki_url": "https://oldschool.runescape.wiki/w/Dragonfruit_pie#Full", - "price": 763 + "price": 683.5 }, "22798": { "id": 22798, @@ -229469,7 +229604,7 @@ } ] }, - "price": 2884.5 + "price": 5142 }, "22806": { "id": 22806, @@ -229536,7 +229671,7 @@ } ] }, - "price": 2893.5 + "price": 5344 }, "22808": { "id": 22808, @@ -229603,7 +229738,7 @@ } ] }, - "price": 3281 + "price": 5494.5 }, "22810": { "id": 22810, @@ -229670,7 +229805,7 @@ } ] }, - "price": 3598.5 + "price": 6176.5 }, "22812": { "id": 22812, @@ -229845,7 +229980,7 @@ "examine": "Apparently Cormorants like to eat this stuff...", "wiki_name": "Fish chunks", "wiki_url": "https://oldschool.runescape.wiki/w/Fish_chunks", - "price": 12 + "price": 8 }, "22820": { "id": 22820, @@ -229877,7 +230012,7 @@ "examine": "A large Bluegill.", "wiki_name": "Bluegill", "wiki_url": "https://oldschool.runescape.wiki/w/Bluegill", - "price": 1049 + "price": 156.5 }, "22829": { "id": 22829, @@ -229895,7 +230030,7 @@ "examine": "The most common of the tench.", "wiki_name": "Common tench", "wiki_url": "https://oldschool.runescape.wiki/w/Common_tench", - "price": 427 + "price": 556 }, "22832": { "id": 22832, @@ -229931,7 +230066,7 @@ "examine": "A descendant of the salamander family.", "wiki_name": "Greater siren", "wiki_url": "https://oldschool.runescape.wiki/w/Greater_siren", - "price": 101 + "price": 82.5 }, "22838": { "id": 22838, @@ -230284,7 +230419,7 @@ "examine": "This sapling is ready to be replanted in a Celastrus patch.", "wiki_name": "Celastrus sapling", "wiki_url": "https://oldschool.runescape.wiki/w/Celastrus_sapling", - "price": 94480 + "price": 72405.5 }, "22859": { "id": 22859, @@ -230302,7 +230437,7 @@ "examine": "This sapling is ready to be replanted in a Redwood patch.", "wiki_name": "Redwood sapling", "wiki_url": "https://oldschool.runescape.wiki/w/Redwood_sapling", - "price": 44603 + "price": 24102 }, "22862": { "id": 22862, @@ -230348,7 +230483,7 @@ "examine": "This sapling is ready to be replanted in a fruit tree patch.", "wiki_name": "Dragonfruit sapling", "wiki_url": "https://oldschool.runescape.wiki/w/Dragonfruit_sapling", - "price": 152813 + "price": 165621 }, "22869": { "id": 22869, @@ -230365,7 +230500,7 @@ "examine": "For growing a Celastrus tree.", "wiki_name": "Celastrus seed", "wiki_url": "https://oldschool.runescape.wiki/w/Celastrus_seed", - "price": 94550 + "price": 72311.5 }, "22871": { "id": 22871, @@ -230382,7 +230517,7 @@ "examine": "Plant this in a plantpot of soil to grow a sapling.", "wiki_name": "Redwood tree seed", "wiki_url": "https://oldschool.runescape.wiki/w/Redwood_tree_seed", - "price": 45616 + "price": 25199.5 }, "22873": { "id": 22873, @@ -230399,7 +230534,7 @@ "examine": "A Potato cactus seed - plant in a cactus patch.", "wiki_name": "Potato cactus seed", "wiki_url": "https://oldschool.runescape.wiki/w/Potato_cactus_seed", - "price": 9 + "price": 3 }, "22875": { "id": 22875, @@ -230430,7 +230565,7 @@ "examine": "Plant in a plantpot of soil to grow a sapling.", "wiki_name": "Dragonfruit tree seed", "wiki_url": "https://oldschool.runescape.wiki/w/Dragonfruit_tree_seed", - "price": 149882.5 + "price": 165000 }, "22879": { "id": 22879, @@ -230524,7 +230659,7 @@ "examine": "A large ripe dragonfruit.", "wiki_name": "Dragonfruit", "wiki_url": "https://oldschool.runescape.wiki/w/Dragonfruit", - "price": 1153 + "price": 893 }, "22932": { "id": 22932, @@ -230542,7 +230677,7 @@ "examine": "A fully bloomed White lily.", "wiki_name": "White lily", "wiki_url": "https://oldschool.runescape.wiki/w/White_lily", - "price": 809 + "price": 623 }, "22935": { "id": 22935, @@ -230713,7 +230848,7 @@ "examine": "A teleport to the Kebos Battlefront.", "wiki_name": "Battlefront teleport (tablet)", "wiki_url": "https://oldschool.runescape.wiki/w/Battlefront_teleport_(tablet)", - "price": 2946.5 + "price": 3471.5 }, "22951": { "id": 22951, @@ -230756,7 +230891,7 @@ "ranged": 70 } }, - "price": 471062 + "price": 500885 }, "22954": { "id": 22954, @@ -230796,7 +230931,7 @@ "prayer": 60 } }, - "price": 2620546 + "price": 1838578.5 }, "22957": { "id": 22957, @@ -230814,7 +230949,7 @@ "examine": "The claw of a ferocious drake. They could be combined with the boots of stone.", "wiki_name": "Drake's claw", "wiki_url": "https://oldschool.runescape.wiki/w/Drake's_claw", - "price": 515722 + "price": 464466 }, "22960": { "id": 22960, @@ -230832,7 +230967,7 @@ "examine": "The tooth of a ferocious drake. They could be combined with holy sandals.", "wiki_name": "Drake's tooth", "wiki_url": "https://oldschool.runescape.wiki/w/Drake's_tooth", - "price": 285000 + "price": 82210.5 }, "22963": { "id": 22963, @@ -230850,7 +230985,7 @@ "examine": "The item to make into a hasta.", "wiki_name": "Broken dragon hasta", "wiki_url": "https://oldschool.runescape.wiki/w/Broken_dragon_hasta", - "price": 34458 + "price": 37927 }, "22966": { "id": 22966, @@ -230868,7 +231003,7 @@ "examine": "The claw of a ferocious hydra.", "wiki_name": "Hydra's claw", "wiki_url": "https://oldschool.runescape.wiki/w/Hydra's_claw", - "price": 36419704.5 + "price": 34715150 }, "22969": { "id": 22969, @@ -230948,7 +231083,7 @@ "slot": "ring", "requirements": null }, - "price": 3216912.5 + "price": 2193300 }, "22978": { "id": 22978, @@ -231023,7 +231158,7 @@ } ] }, - "price": 41575038.5 + "price": 36989727.5 }, "22981": { "id": 22981, @@ -231078,7 +231213,7 @@ "examine": "Hide from a ferocious Hydra. It looks pretty tough.", "wiki_name": "Hydra leather", "wiki_url": "https://oldschool.runescape.wiki/w/Hydra_leather", - "price": 6591790.5 + "price": 10450890.5 }, "22986": { "id": 22986, @@ -231132,7 +231267,7 @@ "examine": "Tail of a hydra, can be attached to a bonecrusher.", "wiki_name": "Hydra tail", "wiki_url": "https://oldschool.runescape.wiki/w/Hydra_tail", - "price": 77310 + "price": 125250 }, "22991": { "id": 22991, @@ -231178,7 +231313,7 @@ "examine": "It's a bucket that can hold a lot of compost at once.", "wiki_name": "Bottomless compost bucket (Empty)", "wiki_url": "https://oldschool.runescape.wiki/w/Bottomless_compost_bucket#Empty", - "price": 296615.5 + "price": 538000 }, "22997": { "id": 22997, @@ -231210,7 +231345,7 @@ "examine": "Several dragonfruit were squeezed into this vial.", "wiki_name": "Bottled dragonbreath (Unpowered)", "wiki_url": "https://oldschool.runescape.wiki/w/Bottled_dragonbreath#Unpowered", - "price": 10805 + "price": 12000 }, "23002": { "id": 23002, @@ -231478,7 +231613,7 @@ "slayer": 44 } }, - "price": 475 + "price": 386 }, "23040": { "id": 23040, @@ -231555,7 +231690,7 @@ "defence": 20 } }, - "price": 103124.5 + "price": 27161.5 }, "23050": { "id": 23050, @@ -231596,7 +231731,7 @@ "defence": 20 } }, - "price": 142787 + "price": 85239 }, "23053": { "id": 23053, @@ -231637,7 +231772,7 @@ "defence": 20 } }, - "price": 148300 + "price": 83404.5 }, "23056": { "id": 23056, @@ -231678,7 +231813,7 @@ "defence": 20 } }, - "price": 83672 + "price": 31791.5 }, "23059": { "id": 23059, @@ -231719,7 +231854,7 @@ "defence": 20 } }, - "price": 84845 + "price": 46787 }, "23062": { "id": 23062, @@ -231751,7 +231886,7 @@ "examine": "Looks unstable.", "wiki_name": "Jar of chemicals", "wiki_url": "https://oldschool.runescape.wiki/w/Jar_of_chemicals", - "price": 33626.5 + "price": 70886 }, "23067": { "id": 23067, @@ -232225,7 +232360,7 @@ "examine": "A set containing dark mystic hat, robe top and bottom, gloves and boots.", "wiki_name": "Mystic set (dark)", "wiki_url": "https://oldschool.runescape.wiki/w/Mystic_set_(dark)", - "price": 292987 + "price": 314416.5 }, "23119": { "id": 23119, @@ -232243,7 +232378,7 @@ "examine": "A set containing dusk mystic hat, robe top and bottom, gloves and boots.", "wiki_name": "Mystic set (dusk)", "wiki_url": "https://oldschool.runescape.wiki/w/Mystic_set_(dusk)", - "price": 552068 + "price": 318662 }, "23122": { "id": 23122, @@ -232322,7 +232457,7 @@ "examine": "A set containing a gilded dragonhide body, chaps and vambraces.", "wiki_name": "Gilded dragonhide set", "wiki_url": "https://oldschool.runescape.wiki/w/Gilded_dragonhide_set", - "price": 16000001 + "price": 17192221.5 }, "23127": { "id": 23127, @@ -232425,7 +232560,7 @@ "slot": "ring", "requirements": null }, - "price": 1669386 + "price": 2472958.5 }, "23188": { "id": 23188, @@ -232466,7 +232601,7 @@ "ranged": 70 } }, - "price": 242986 + "price": 120801.5 }, "23191": { "id": 23191, @@ -232507,7 +232642,7 @@ "ranged": 70 } }, - "price": 176981 + "price": 162500 }, "23194": { "id": 23194, @@ -232548,7 +232683,7 @@ "ranged": 70 } }, - "price": 262743 + "price": 236458 }, "23197": { "id": 23197, @@ -232589,7 +232724,7 @@ "ranged": 70 } }, - "price": 197524.5 + "price": 172500 }, "23200": { "id": 23200, @@ -232630,7 +232765,7 @@ "ranged": 70 } }, - "price": 335097 + "price": 247394.5 }, "23203": { "id": 23203, @@ -232671,7 +232806,7 @@ "ranged": 70 } }, - "price": 232461 + "price": 180000 }, "23206": { "id": 23206, @@ -232744,7 +232879,7 @@ } ] }, - "price": 16863 + "price": 12383.5 }, "23209": { "id": 23209, @@ -232783,7 +232918,7 @@ "defence": 40 } }, - "price": 69023 + "price": 40137.5 }, "23212": { "id": 23212, @@ -232977,7 +233112,7 @@ "slot": "cape", "requirements": null }, - "price": 17655 + "price": 6090.5 }, "23227": { "id": 23227, @@ -232995,7 +233130,7 @@ "examine": "Use on the rune defender to trim it with gold.", "wiki_name": "Rune defender ornament kit", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_defender_ornament_kit", - "price": 11862 + "price": 151194.5 }, "23230": { "id": 23230, @@ -233050,7 +233185,7 @@ "examine": "Use on the TzHaar-ket-om to trim and spike it.", "wiki_name": "Tzhaar-ket-om ornament kit", "wiki_url": "https://oldschool.runescape.wiki/w/Tzhaar-ket-om_ornament_kit", - "price": 3362.5 + "price": 11289 }, "23235": { "id": 23235, @@ -233132,7 +233267,7 @@ "examine": "Use on the Berserker necklace to make it look fancier!", "wiki_name": "Berserker necklace ornament kit", "wiki_url": "https://oldschool.runescape.wiki/w/Berserker_necklace_ornament_kit", - "price": 9945.5 + "price": 14388 }, "23240": { "id": 23240, @@ -233206,7 +233341,7 @@ "defence": 65 } }, - "price": 39387943.5 + "price": 47150000 }, "23245": { "id": 23245, @@ -233257,7 +233392,7 @@ "slot": "legs", "requirements": null }, - "price": 2719236.5 + "price": 2141087 }, "23249": { "id": 23249, @@ -233297,7 +233432,7 @@ "ranged": 40 } }, - "price": 135184.5 + "price": 114000 }, "23252": { "id": 23252, @@ -233335,7 +233470,7 @@ "slot": "head", "requirements": null }, - "price": 94779.5 + "price": 52258 }, "23255": { "id": 23255, @@ -233373,7 +233508,7 @@ "slot": "head", "requirements": null }, - "price": 9589 + "price": 20350 }, "23258": { "id": 23258, @@ -233411,7 +233546,7 @@ "slot": "head", "requirements": null }, - "price": 325355 + "price": 337558.5 }, "23261": { "id": 23261, @@ -233450,7 +233585,7 @@ "ranged": 40 } }, - "price": 4202760 + "price": 5891700.5 }, "23264": { "id": 23264, @@ -233490,7 +233625,7 @@ "defence": 40 } }, - "price": 2581000 + "price": 1960000 }, "23267": { "id": 23267, @@ -233567,7 +233702,7 @@ "slot": "head", "requirements": null }, - "price": 7179.5 + "price": 8316.5 }, "23273": { "id": 23273, @@ -233605,7 +233740,7 @@ "slot": "head", "requirements": null }, - "price": 24197 + "price": 9204 }, "23276": { "id": 23276, @@ -233680,7 +233815,7 @@ } ] }, - "price": 4274914 + "price": 4710647 }, "23279": { "id": 23279, @@ -233755,7 +233890,7 @@ } ] }, - "price": 4422042.5 + "price": 5295577.5 }, "23282": { "id": 23282, @@ -233820,7 +233955,7 @@ } ] }, - "price": 2190050 + "price": 4000000 }, "23285": { "id": 23285, @@ -233857,7 +233992,7 @@ "slot": "feet", "requirements": null }, - "price": 174710.5 + "price": 620250 }, "23288": { "id": 23288, @@ -233894,7 +234029,7 @@ "slot": "feet", "requirements": null }, - "price": 50253.5 + "price": 63065 }, "23291": { "id": 23291, @@ -233931,7 +234066,7 @@ "slot": "feet", "requirements": null }, - "price": 35500 + "price": 27500 }, "23294": { "id": 23294, @@ -233968,7 +234103,7 @@ "slot": "feet", "requirements": null }, - "price": 48533.5 + "price": 29079.5 }, "23297": { "id": 23297, @@ -234005,7 +234140,7 @@ "slot": "cape", "requirements": null }, - "price": 63865.5 + "price": 29191 }, "23300": { "id": 23300, @@ -234042,7 +234177,7 @@ "slot": "cape", "requirements": null }, - "price": 259581.5 + "price": 249055.5 }, "23303": { "id": 23303, @@ -234079,7 +234214,7 @@ "slot": "body", "requirements": null }, - "price": 59271.5 + "price": 43786 }, "23306": { "id": 23306, @@ -234116,7 +234251,7 @@ "slot": "legs", "requirements": null }, - "price": 25732 + "price": 30116 }, "23309": { "id": 23309, @@ -234153,7 +234288,7 @@ "slot": "neck", "requirements": null }, - "price": 15700 + "price": 10000 }, "23312": { "id": 23312, @@ -234190,7 +234325,7 @@ "slot": "head", "requirements": null }, - "price": 2610 + "price": 4679 }, "23315": { "id": 23315, @@ -234227,7 +234362,7 @@ "slot": "body", "requirements": null }, - "price": 3000.5 + "price": 4713.5 }, "23318": { "id": 23318, @@ -234264,7 +234399,7 @@ "slot": "legs", "requirements": null }, - "price": 8478 + "price": 3938.5 }, "23321": { "id": 23321, @@ -234281,7 +234416,7 @@ "examine": "Use on a rune scimitar to make it look fancier!", "wiki_name": "Rune scimitar ornament kit (guthix)", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_scimitar_ornament_kit_(guthix)", - "price": 17636 + "price": 5782 }, "23324": { "id": 23324, @@ -234298,7 +234433,7 @@ "examine": "Use on a rune scimitar to make it look fancier!", "wiki_name": "Rune scimitar ornament kit (saradomin)", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_scimitar_ornament_kit_(saradomin)", - "price": 42595.5 + "price": 11261 }, "23327": { "id": 23327, @@ -234315,7 +234450,7 @@ "examine": "Use on a rune scimitar to make it look fancier!", "wiki_name": "Rune scimitar ornament kit (zamorak)", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_scimitar_ornament_kit_(zamorak)", - "price": 76999.5 + "price": 12153.5 }, "23330": { "id": 23330, @@ -234566,7 +234701,7 @@ "defence": 65 } }, - "price": 1334500000 + "price": 2147483647 }, "23339": { "id": 23339, @@ -234607,7 +234742,7 @@ "defence": 65 } }, - "price": 1104593577 + "price": 2147483647 }, "23342": { "id": 23342, @@ -234690,7 +234825,7 @@ } ] }, - "price": 272361111 + "price": 1450000000 }, "23345": { "id": 23345, @@ -234731,7 +234866,7 @@ "defence": 65 } }, - "price": 540009444 + "price": 2147483647 }, "23348": { "id": 23348, @@ -234749,7 +234884,7 @@ "examine": "Use on a tormented bracelet to make it look fancier!", "wiki_name": "Tormented ornament kit", "wiki_url": "https://oldschool.runescape.wiki/w/Tormented_ornament_kit", - "price": 2281093 + "price": 2483783 }, "23351": { "id": 23351, @@ -234787,7 +234922,7 @@ "slot": "cape", "requirements": null }, - "price": 5865725.5 + "price": 5311485.5 }, "23354": { "id": 23354, @@ -234824,7 +234959,7 @@ "slot": "neck", "requirements": null }, - "price": 592449.5 + "price": 395563.5 }, "23357": { "id": 23357, @@ -234890,7 +235025,7 @@ } ] }, - "price": 205322 + "price": 110237 }, "23360": { "id": 23360, @@ -234955,7 +235090,7 @@ } ] }, - "price": 2150027.5 + "price": 2080977.5 }, "23363": { "id": 23363, @@ -235035,7 +235170,7 @@ } ] }, - "price": 86781.5 + "price": 47442 }, "23366": { "id": 23366, @@ -235113,7 +235248,7 @@ "defence": 10 } }, - "price": 2396.5 + "price": 2063.5 }, "23372": { "id": 23372, @@ -235191,7 +235326,7 @@ "defence": 10 } }, - "price": 1712 + "price": 25855.5 }, "23378": { "id": 23378, @@ -235269,7 +235404,7 @@ "ranged": 1 } }, - "price": 107321.5 + "price": 60774 }, "23384": { "id": 23384, @@ -235306,7 +235441,7 @@ "slot": "legs", "requirements": null }, - "price": 27167.5 + "price": 11080.5 }, "23387": { "id": 23387, @@ -235323,7 +235458,7 @@ "examine": "Teleports you to Watson's house in Great Kourend.", "wiki_name": "Watson teleport", "wiki_url": "https://oldschool.runescape.wiki/w/Watson_teleport", - "price": 10854 + "price": 48493.5 }, "23389": { "id": 23389, @@ -235361,7 +235496,7 @@ "slot": "feet", "requirements": null }, - "price": 823148 + "price": 540366.5 }, "23392": { "id": 23392, @@ -235400,7 +235535,7 @@ "defence": 30 } }, - "price": 28042 + "price": 9275 }, "23395": { "id": 23395, @@ -235439,7 +235574,7 @@ "defence": 30 } }, - "price": 9195.5 + "price": 19668.5 }, "23398": { "id": 23398, @@ -235517,7 +235652,7 @@ "defence": 30 } }, - "price": 54090 + "price": 9258 }, "23404": { "id": 23404, @@ -235594,7 +235729,7 @@ "slot": "head", "requirements": null }, - "price": 3519.5 + "price": 10202 }, "23410": { "id": 23410, @@ -235631,7 +235766,7 @@ "slot": "cape", "requirements": null }, - "price": 53416 + "price": 12794.5 }, "23413": { "id": 23413, @@ -236288,7 +236423,7 @@ "examine": "Opens Larran's chests in the Wilderness.", "wiki_name": "Larran's key", "wiki_url": "https://oldschool.runescape.wiki/w/Larran's_key", - "price": 0 + "price": 138880 }, "23495": { "id": 23495, @@ -236334,7 +236469,7 @@ "examine": "It looks like the key to a chest.", "wiki_name": "Grubby key", "wiki_url": "https://oldschool.runescape.wiki/w/Grubby_key", - "price": 44502 + "price": 33241.5 }, "23502": { "id": 23502, @@ -236462,7 +236597,7 @@ "examine": "A giant sac of red spider eggs, hopefully none of them hatch.", "wiki_name": "Giant egg sac (Full)", "wiki_url": "https://oldschool.runescape.wiki/w/Giant_egg_sac#Full", - "price": 46109.5 + "price": 61212 }, "23520": { "id": 23520, @@ -236514,7 +236649,7 @@ "slot": "head", "requirements": null }, - "price": 3710 + "price": 27710 }, "23525": { "id": 23525, @@ -236532,7 +236667,7 @@ "examine": "Stop staring!", "wiki_name": "Jar of eyes", "wiki_url": "https://oldschool.runescape.wiki/w/Jar_of_eyes", - "price": 299333 + "price": 175000 }, "23528": { "id": 23528, @@ -236607,7 +236742,7 @@ } ] }, - "price": 216308.5 + "price": 127041.5 }, "23533": { "id": 23533, @@ -238679,7 +238814,7 @@ "examine": "A set containing dragonstone helmet, platebody, platelegs, boots and gauntlets.", "wiki_name": "Dragonstone armour set", "wiki_url": "https://oldschool.runescape.wiki/w/Dragonstone_armour_set", - "price": 5368652 + "price": 4850000 }, "23670": { "id": 23670, @@ -239076,7 +239211,7 @@ "examine": "4 doses of divine super combat potion.", "wiki_name": "Divine super combat potion (4 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Divine_super_combat_potion#4_dose", - "price": 17921.5 + "price": 20355.5 }, "23688": { "id": 23688, @@ -239094,7 +239229,7 @@ "examine": "3 doses of divine super combat potion.", "wiki_name": "Divine super combat potion (3 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Divine_super_combat_potion#3_dose", - "price": 13246.5 + "price": 14853 }, "23691": { "id": 23691, @@ -239112,7 +239247,7 @@ "examine": "2 doses of divine super combat potion.", "wiki_name": "Divine super combat potion (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Divine_super_combat_potion#2_dose", - "price": 8758 + "price": 10403 }, "23694": { "id": 23694, @@ -239130,7 +239265,7 @@ "examine": "1 dose of divine super combat potion.", "wiki_name": "Divine super combat potion (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Divine_super_combat_potion#1_dose", - "price": 4446 + "price": 5118 }, "23697": { "id": 23697, @@ -239148,7 +239283,7 @@ "examine": "4 doses of divine super attack potion.", "wiki_name": "Divine super attack potion (4 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Divine_super_attack_potion#4_dose", - "price": 1935.5 + "price": 2669 }, "23700": { "id": 23700, @@ -239166,7 +239301,7 @@ "examine": "3 doses of divine super attack potion.", "wiki_name": "Divine super attack potion (3 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Divine_super_attack_potion#3_dose", - "price": 1250 + "price": 1478.5 }, "23703": { "id": 23703, @@ -239202,7 +239337,7 @@ "examine": "1 dose of divine super attack potion.", "wiki_name": "Divine super attack potion (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Divine_super_attack_potion#1_dose", - "price": 343.5 + "price": 625.5 }, "23709": { "id": 23709, @@ -239220,7 +239355,7 @@ "examine": "4 doses of divine super strength potion.", "wiki_name": "Divine super strength potion (4 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Divine_super_strength_potion#4_dose", - "price": 3464.5 + "price": 4905 }, "23712": { "id": 23712, @@ -239238,7 +239373,7 @@ "examine": "3 doses of divine super strength potion.", "wiki_name": "Divine super strength potion (3 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Divine_super_strength_potion#3_dose", - "price": 3003.5 + "price": 4304.5 }, "23715": { "id": 23715, @@ -239256,7 +239391,7 @@ "examine": "2 doses of divine super strength potion.", "wiki_name": "Divine super strength potion (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Divine_super_strength_potion#2_dose", - "price": 1648 + "price": 2308.5 }, "23718": { "id": 23718, @@ -239274,7 +239409,7 @@ "examine": "1 dose of divine super strength potion.", "wiki_name": "Divine super strength potion (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Divine_super_strength_potion#1_dose", - "price": 1280.5 + "price": 1140 }, "23721": { "id": 23721, @@ -239292,7 +239427,7 @@ "examine": "4 doses of divine super defence potion.", "wiki_name": "Divine super defence potion (4 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Divine_super_defence_potion#4_dose", - "price": 2599.5 + "price": 3919 }, "23724": { "id": 23724, @@ -239310,7 +239445,7 @@ "examine": "3 doses of divine super defence potion.", "wiki_name": "Divine super defence potion (3 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Divine_super_defence_potion#3_dose", - "price": 2072 + "price": 2906.5 }, "23727": { "id": 23727, @@ -239328,7 +239463,7 @@ "examine": "2 doses of divine super defence potion.", "wiki_name": "Divine super defence potion (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Divine_super_defence_potion#2_dose", - "price": 523 + "price": 1555 }, "23730": { "id": 23730, @@ -239346,7 +239481,7 @@ "examine": "1 dose of divine super defence potion.", "wiki_name": "Divine super defence potion (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Divine_super_defence_potion#1_dose", - "price": 341 + "price": 1114 }, "23733": { "id": 23733, @@ -239364,7 +239499,7 @@ "examine": "4 doses of divine ranging potion.", "wiki_name": "Divine ranging potion (4 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Divine_ranging_potion#4_dose", - "price": 3114.5 + "price": 4973.5 }, "23736": { "id": 23736, @@ -239382,7 +239517,7 @@ "examine": "3 doses of divine ranging potion.", "wiki_name": "Divine ranging potion (3 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Divine_ranging_potion#3_dose", - "price": 2054 + "price": 3638 }, "23739": { "id": 23739, @@ -239400,7 +239535,7 @@ "examine": "2 doses of divine ranging potion.", "wiki_name": "Divine ranging potion (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Divine_ranging_potion#2_dose", - "price": 1362.5 + "price": 2700 }, "23742": { "id": 23742, @@ -239418,7 +239553,7 @@ "examine": "1 dose of divine ranging potion.", "wiki_name": "Divine ranging potion (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Divine_ranging_potion#1_dose", - "price": 627.5 + "price": 1413 }, "23745": { "id": 23745, @@ -239436,7 +239571,7 @@ "examine": "4 doses of divine magic potion.", "wiki_name": "Divine magic potion (4 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Divine_magic_potion#4_dose", - "price": 1999.5 + "price": 1369 }, "23748": { "id": 23748, @@ -239454,7 +239589,7 @@ "examine": "3 doses of divine magic potion.", "wiki_name": "Divine magic potion (3 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Divine_magic_potion#3_dose", - "price": 1089 + "price": 442.5 }, "23751": { "id": 23751, @@ -239472,7 +239607,7 @@ "examine": "2 doses of divine magic potion.", "wiki_name": "Divine magic potion (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Divine_magic_potion#2_dose", - "price": 1092.5 + "price": 621 }, "23754": { "id": 23754, @@ -239490,7 +239625,7 @@ "examine": "1 dose of divine magic potion.", "wiki_name": "Divine magic potion (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Divine_magic_potion#1_dose", - "price": 341.5 + "price": 535 }, "23757": { "id": 23757, @@ -241319,7 +241454,7 @@ "melee_strength": 0, "ranged_strength": 88, "magic_damage": 0, - "prayer": 1, + "prayer": 2, "slot": "2h", "requirements": null }, @@ -242721,7 +242856,7 @@ "melee_strength": 0, "ranged_strength": 88, "magic_damage": 0, - "prayer": 1, + "prayer": 2, "slot": "2h", "requirements": null }, @@ -242932,7 +243067,7 @@ "examine": "Makes a dragon pickaxe more beautiful.", "wiki_name": "Zalcano shard", "wiki_url": "https://oldschool.runescape.wiki/w/Zalcano_shard", - "price": 30895 + "price": 81830.5 }, "23911": { "id": 23911, @@ -243338,7 +243473,7 @@ "slot": "ring", "requirements": null }, - "price": 2593999.5 + "price": 4449500.5 }, "23946": { "id": 23946, @@ -243369,7 +243504,7 @@ "examine": "It seems to have a little sparkle to it.", "wiki_name": "Elven dawn", "wiki_url": "https://oldschool.runescape.wiki/w/Elven_dawn", - "price": 1849.5 + "price": 5100 }, "23951": { "id": 23951, @@ -243400,7 +243535,7 @@ "examine": "A seed to be sung into the best tools of the craft.", "wiki_name": "Crystal tool seed", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_tool_seed", - "price": 12458894.5 + "price": 17967102.5 }, "23956": { "id": 23956, @@ -243434,7 +243569,7 @@ "examine": "A seed to be sung into an infinite teleport crystal.", "wiki_name": "Enhanced crystal teleport seed", "wiki_url": "https://oldschool.runescape.wiki/w/Enhanced_crystal_teleport_seed", - "price": 1853128 + "price": 2073940.5 }, "23962": { "id": 23962, @@ -244146,7 +244281,7 @@ } ] }, - "price": 135300000 + "price": 104248261.5 }, "24000": { "id": 24000, @@ -244211,7 +244346,7 @@ } ] }, - "price": 212500 + "price": 248324 }, "24003": { "id": 24003, @@ -244249,7 +244384,7 @@ "slot": "feet", "requirements": null }, - "price": 14500 + "price": 9159 }, "24006": { "id": 24006, @@ -244286,7 +244421,7 @@ "slot": "hands", "requirements": null }, - "price": 15917.5 + "price": 10718 }, "24009": { "id": 24009, @@ -244322,7 +244457,7 @@ "slot": "body", "requirements": null }, - "price": 2985.5 + "price": 5360 }, "24012": { "id": 24012, @@ -244358,7 +244493,7 @@ "slot": "legs", "requirements": null }, - "price": 7000 + "price": 9277 }, "24015": { "id": 24015, @@ -244394,7 +244529,7 @@ "slot": "body", "requirements": null }, - "price": 5381 + "price": 8234.5 }, "24018": { "id": 24018, @@ -244538,7 +244673,7 @@ "slot": "body", "requirements": null }, - "price": 1611.5 + "price": 5705 }, "24030": { "id": 24030, @@ -244628,7 +244763,7 @@ "defence": 40 } }, - "price": 1414500 + "price": 1610000 }, "24037": { "id": 24037, @@ -244666,7 +244801,7 @@ "defence": 40 } }, - "price": 1402162.5 + "price": 1225000 }, "24040": { "id": 24040, @@ -244704,7 +244839,7 @@ "defence": 40 } }, - "price": 1168503 + "price": 1453643.5 }, "24043": { "id": 24043, @@ -244743,7 +244878,7 @@ "defence": 40 } }, - "price": 645929 + "price": 131517 }, "24046": { "id": 24046, @@ -244782,7 +244917,7 @@ "defence": 40 } }, - "price": 480500 + "price": 317500 }, "24049": { "id": 24049, @@ -247020,7 +247155,7 @@ "examine": "Take it to Perdu to help you avoid losing certain items.", "wiki_name": "Trouver parchment", "wiki_url": "https://oldschool.runescape.wiki/w/Trouver_parchment", - "price": 811000 + "price": 629474 }, "24189": { "id": 24189, @@ -247709,7 +247844,7 @@ } ] }, - "price": 14856504.5 + "price": 11121082 }, "24222": { "id": 24222, @@ -247959,7 +248094,7 @@ "examine": "This handle can be applied to the granite maul.", "wiki_name": "Ornate maul handle", "wiki_url": "https://oldschool.runescape.wiki/w/Ornate_maul_handle", - "price": 699942 + "price": 542657 }, "24232": { "id": 24232, @@ -248350,7 +248485,7 @@ "examine": "A teleport to near the dark crab fishing spots, in level 33 Wilderness.", "wiki_name": "Wilderness crabs teleport", "wiki_url": "https://oldschool.runescape.wiki/w/Wilderness_crabs_teleport", - "price": 30668.5 + "price": 35150 }, "24254": { "id": 24254, @@ -248535,7 +248670,7 @@ "examine": "The jaw of a Basilisk Knight.", "wiki_name": "Basilisk jaw", "wiki_url": "https://oldschool.runescape.wiki/w/Basilisk_jaw", - "price": 20031574.5 + "price": 19214804.5 }, "24271": { "id": 24271, @@ -248707,7 +248842,7 @@ "defence": 40 } }, - "price": 825154.5 + "price": 441120.5 }, "24291": { "id": 24291, @@ -248747,7 +248882,7 @@ "defence": 40 } }, - "price": 3182547 + "price": 2135554.5 }, "24294": { "id": 24294, @@ -248787,7 +248922,7 @@ "defence": 40 } }, - "price": 1493395.5 + "price": 821106.5 }, "24297": { "id": 24297, @@ -249360,7 +249495,7 @@ "examine": "A set containing a Dagon'hai hat, robe top and robe bottom.", "wiki_name": "Dagon'hai robes set", "wiki_url": "https://oldschool.runescape.wiki/w/Dagon'hai_robes_set", - "price": 5811500.5 + "price": 3575000 }, "24336": { "id": 24336, @@ -249376,7 +249511,7 @@ "examine": "A teleport to your target.", "wiki_name": "Target teleport", "wiki_url": "https://oldschool.runescape.wiki/w/Target_teleport", - "price": 3103 + "price": 7239 }, "24338": { "id": 24338, @@ -250074,7 +250209,7 @@ "slot": "head", "requirements": null }, - "price": 924388.5 + "price": 1074900 }, "24389": { "id": 24389, @@ -250112,7 +250247,7 @@ "slot": "body", "requirements": null }, - "price": 1325721 + "price": 4305665 }, "24391": { "id": 24391, @@ -250150,7 +250285,7 @@ "slot": "legs", "requirements": null }, - "price": 665057.5 + "price": 626364 }, "24393": { "id": 24393, @@ -250188,7 +250323,7 @@ "slot": "feet", "requirements": null }, - "price": 935999 + "price": 1121421 }, "24395": { "id": 24395, @@ -250261,7 +250396,7 @@ } ] }, - "price": 1528389 + "price": 869002.5 }, "24397": { "id": 24397, @@ -250299,7 +250434,7 @@ "slot": "head", "requirements": null }, - "price": 271440.5 + "price": 255000 }, "24399": { "id": 24399, @@ -250337,7 +250472,7 @@ "slot": "body", "requirements": null }, - "price": 520000 + "price": 638277.5 }, "24401": { "id": 24401, @@ -250375,7 +250510,7 @@ "slot": "legs", "requirements": null }, - "price": 182500 + "price": 89931 }, "24403": { "id": 24403, @@ -250413,7 +250548,7 @@ "slot": "feet", "requirements": null }, - "price": 53612 + "price": 243833 }, "24405": { "id": 24405, @@ -250451,7 +250586,7 @@ "slot": "head", "requirements": null }, - "price": 204151.5 + "price": 487500 }, "24407": { "id": 24407, @@ -250489,7 +250624,7 @@ "slot": "body", "requirements": null }, - "price": 375150 + "price": 419420 }, "24409": { "id": 24409, @@ -250527,7 +250662,7 @@ "slot": "legs", "requirements": null }, - "price": 125494 + "price": 20500 }, "24411": { "id": 24411, @@ -250565,7 +250700,7 @@ "slot": "feet", "requirements": null }, - "price": 126610.5 + "price": 62000 }, "24413": { "id": 24413, @@ -250638,7 +250773,7 @@ } ] }, - "price": 315209 + "price": 549999.5 }, "24416": { "id": 24416, @@ -250727,7 +250862,7 @@ } ] }, - "price": 293999999.5 + "price": 204217122.5 }, "24418": { "id": 24418, @@ -250781,7 +250916,7 @@ "defence": 30 } }, - "price": 88831888 + "price": 44214649 }, "24420": { "id": 24420, @@ -250822,7 +250957,7 @@ "defence": 30 } }, - "price": 72279404 + "price": 44873129.5 }, "24421": { "id": 24421, @@ -250863,7 +250998,7 @@ "defence": 30 } }, - "price": 90654688 + "price": 49500000 }, "24422": { "id": 24422, @@ -250946,7 +251081,7 @@ } ] }, - "price": 38263413.5 + "price": 29316910 }, "24423": { "id": 24423, @@ -251481,7 +251616,7 @@ "examine": "A scroll which unlocks the twisted home teleport animation.", "wiki_name": "Twisted teleport scroll", "wiki_url": "https://oldschool.runescape.wiki/w/Twisted_teleport_scroll", - "price": 491481.5 + "price": 763676 }, "24463": { "id": 24463, @@ -251499,7 +251634,7 @@ "examine": "A scroll which unlocks the twisted player-owned house wall-kit.", "wiki_name": "Twisted blueprints", "wiki_url": "https://oldschool.runescape.wiki/w/Twisted_blueprints", - "price": 3195000 + "price": 4395000 }, "24466": { "id": 24466, @@ -251517,7 +251652,7 @@ "examine": "These look like they can be attached to a slayer helmet.", "wiki_name": "Twisted horns", "wiki_url": "https://oldschool.runescape.wiki/w/Twisted_horns", - "price": 1730875 + "price": 2187016.5 }, "24469": { "id": 24469, @@ -251535,7 +251670,7 @@ "examine": "A set containing Twisted boots, Twisted trousers, Twisted coat and Twisted hat.", "wiki_name": "Twisted relic hunter (t1) armour set", "wiki_url": "https://oldschool.runescape.wiki/w/Twisted_relic_hunter_(t1)_armour_set", - "price": 996500.5 + "price": 1136710 }, "24472": { "id": 24472, @@ -251553,7 +251688,7 @@ "examine": "A set containing Twisted boots, Twisted trousers, Twisted coat and Twisted hat.", "wiki_name": "Twisted relic hunter (t2) armour set", "wiki_url": "https://oldschool.runescape.wiki/w/Twisted_relic_hunter_(t2)_armour_set", - "price": 1100000 + "price": 1411094.5 }, "24475": { "id": 24475, @@ -251571,7 +251706,7 @@ "examine": "A set containing Twisted boots, Twisted trousers, Twisted coat and Twisted hat.", "wiki_name": "Twisted relic hunter (t3) armour set", "wiki_url": "https://oldschool.runescape.wiki/w/Twisted_relic_hunter_(t3)_armour_set", - "price": 4614998.5 + "price": 7962268 }, "24478": { "id": 24478, @@ -251707,7 +251842,7 @@ "examine": "A set containing an Inquisitor's great helm, Inquisitor's hauberk and Inquisitor's plateskirt.", "wiki_name": "Inquisitor's armour set", "wiki_url": "https://oldschool.runescape.wiki/w/Inquisitor's_armour_set", - "price": 258944222 + "price": 141340271 }, "24491": { "id": 24491, @@ -251739,7 +251874,7 @@ "examine": "With this jar, your dreams can come true!", "wiki_name": "Jar of dreams", "wiki_url": "https://oldschool.runescape.wiki/w/Jar_of_dreams", - "price": 1469805.5 + "price": 768619.5 }, "24511": { "id": 24511, @@ -251757,7 +251892,7 @@ "examine": "An ancient magical orb, corrupted by darkness.", "wiki_name": "Harmonised orb", "wiki_url": "https://oldschool.runescape.wiki/w/Harmonised_orb", - "price": 368818995.5 + "price": 294096642.5 }, "24514": { "id": 24514, @@ -251775,7 +251910,7 @@ "examine": "An ancient magical orb, corrupted by darkness.", "wiki_name": "Volatile orb", "wiki_url": "https://oldschool.runescape.wiki/w/Volatile_orb", - "price": 174434497 + "price": 96949949.5 }, "24517": { "id": 24517, @@ -251793,7 +251928,7 @@ "examine": "An ancient magical orb, corrupted by darkness.", "wiki_name": "Eldritch orb", "wiki_url": "https://oldschool.runescape.wiki/w/Eldritch_orb", - "price": 375094777.5 + "price": 265456626 }, "24520": { "id": 24520, @@ -252038,7 +252173,7 @@ "equipment": { "attack_stab": -100, "attack_slash": -100, - "attack_crush": -50, + "attack_crush": -100, "attack_magic": 0, "attack_ranged": 0, "defence_stab": 0, @@ -252046,7 +252181,7 @@ "defence_crush": 0, "defence_magic": 0, "defence_ranged": 0, - "melee_strength": -10, + "melee_strength": -100, "ranged_strength": 0, "magic_damage": 0, "prayer": 0, @@ -252542,7 +252677,7 @@ "examine": "A note that may be exchanged at a bank for a Looting Bag.", "wiki_name": "Looting bag note", "wiki_url": "https://oldschool.runescape.wiki/w/Looting_bag_note", - "price": 47703 + "price": 38092.5 }, "24587": { "id": 24587, @@ -252559,7 +252694,7 @@ "examine": "A note that may be exchanged at a bank for a Rune Pouch.", "wiki_name": "Rune pouch note", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_pouch_note", - "price": 3654522.5 + "price": 2554627.5 }, "24589": { "id": 24589, @@ -252577,7 +252712,7 @@ "examine": "A rare catch, now blighted so it can be eaten only in the Wilderness.", "wiki_name": "Blighted manta ray", "wiki_url": "https://oldschool.runescape.wiki/w/Blighted_manta_ray", - "price": 1152.5 + "price": 701.5 }, "24592": { "id": 24592, @@ -252590,6 +252725,7 @@ "lowalch": 20, "highalch": 30, "weight": 0.4, + "buy_limit": 10000, "release_date": "2020-04-23", "examine": "An unappetising fish, now blighted so it can be eaten only in the Wilderness.", "wiki_name": "Blighted anglerfish", @@ -252611,7 +252747,7 @@ "examine": "A nutritious octopus, now blighted so it can be eaten only in the Wilderness.", "wiki_name": "Blighted karambwan", "wiki_url": "https://oldschool.runescape.wiki/w/Blighted_karambwan", - "price": 658.5 + "price": 592.5 }, "24598": { "id": 24598, @@ -252629,7 +252765,7 @@ "examine": "4 doses of super restore potion, blighted so it can be used only in the Wilderness.", "wiki_name": "Blighted super restore (4 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Blighted_super_restore#4_dose", - "price": 10087 + "price": 5306.5 }, "24601": { "id": 24601, @@ -252691,41 +252827,7 @@ "examine": "Enough power for any Ice spell, blighted so it can be used only in the Wilderness.", "wiki_name": "Blighted ancient ice sack", "wiki_url": "https://oldschool.runescape.wiki/w/Blighted_ancient_ice_sack", - "price": 569 - }, - "24609": { - "id": 24609, - "name": "Blighted bind sack", - "members": true, - "tradeable": true, - "tradeable_on_ge": true, - "stackable": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "buy_limit": 10000, - "release_date": "2020-04-23", - "examine": "Enough power for a Bind, blighted so it can be used only in the Wilderness.", - "wiki_name": "Blighted bind sack", - "wiki_url": "https://oldschool.runescape.wiki/w/Blighted_bind_sack", - "price": 1.5 - }, - "24611": { - "id": 24611, - "name": "Blighted snare sack", - "members": true, - "tradeable": true, - "tradeable_on_ge": true, - "stackable": true, - "cost": 25, - "lowalch": 10, - "highalch": 15, - "buy_limit": 10000, - "release_date": "2020-04-23", - "examine": "Enough power for a Snare, blighted so it can be used only in the Wilderness.", - "wiki_name": "Blighted snare sack", - "wiki_url": "https://oldschool.runescape.wiki/w/Blighted_snare_sack", - "price": 13 + "price": 662 }, "24613": { "id": 24613, @@ -252861,7 +252963,7 @@ "examine": "Enough power for a Vengeance, blighted so it can be used only in the Wilderness.", "wiki_name": "Blighted vengeance sack", "wiki_url": "https://oldschool.runescape.wiki/w/Blighted_vengeance_sack", - "price": 101.5 + "price": 112 }, "24623": { "id": 24623, @@ -252879,7 +252981,7 @@ "examine": "4 doses of divine battlemage potion.", "wiki_name": "Divine battlemage potion (4 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Divine_battlemage_potion#4_dose", - "price": 15175 + "price": 27728 }, "24626": { "id": 24626, @@ -252915,7 +253017,7 @@ "examine": "2 doses of divine battlemage potion.", "wiki_name": "Divine battlemage potion (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Divine_battlemage_potion#2_dose", - "price": 5946 + "price": 8158.5 }, "24632": { "id": 24632, @@ -252933,7 +253035,7 @@ "examine": "1 dose of divine battlemage potion.", "wiki_name": "Divine battlemage potion (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Divine_battlemage_potion#1_dose", - "price": 2397.5 + "price": 6395.5 }, "24635": { "id": 24635, @@ -252951,7 +253053,7 @@ "examine": "4 doses of divine bastion potion.", "wiki_name": "Divine bastion potion (4 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Divine_bastion_potion#4_dose", - "price": 16367 + "price": 32949.5 }, "24638": { "id": 24638, @@ -252969,7 +253071,7 @@ "examine": "3 doses of divine bastion potion.", "wiki_name": "Divine bastion potion (3 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Divine_bastion_potion#3_dose", - "price": 11828 + "price": 24037 }, "24641": { "id": 24641, @@ -252987,7 +253089,7 @@ "examine": "2 doses of divine bastion potion.", "wiki_name": "Divine bastion potion (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Divine_bastion_potion#2_dose", - "price": 7751 + "price": 15558 }, "24644": { "id": 24644, @@ -253005,7 +253107,7 @@ "examine": "1 dose of divine bastion potion.", "wiki_name": "Divine bastion potion (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Divine_bastion_potion#1_dose", - "price": 3706.5 + "price": 8027.5 }, "24650": { "id": 24650, @@ -254117,7 +254219,7 @@ "examine": "A pristine set of lockpicks engraved with six names.", "wiki_name": "Strange old lockpick (Full)", "wiki_url": "https://oldschool.runescape.wiki/w/Strange_old_lockpick#Full", - "price": 142903 + "price": 135090.5 }, "24743": { "id": 24743, @@ -254423,7 +254525,7 @@ "examine": "It's literally a pint of blood.", "wiki_name": "Blood pint", "wiki_url": "https://oldschool.runescape.wiki/w/Blood_pint", - "price": 150 + "price": 61.5 }, "24777": { "id": 24777, @@ -254441,7 +254543,7 @@ "examine": "A magical shard filled with a dark power.", "wiki_name": "Blood shard", "wiki_url": "https://oldschool.runescape.wiki/w/Blood_shard", - "price": 5416283.5 + "price": 6354097 }, "24780": { "id": 24780, @@ -254492,7 +254594,7 @@ "examine": "I need to cook this, though I don't know if I want to.", "wiki_name": "Raw mystery meat", "wiki_url": "https://oldschool.runescape.wiki/w/Raw_mystery_meat", - "price": 5198.5 + "price": 2100 }, "24785": { "id": 24785, @@ -254509,7 +254611,7 @@ "examine": "I don't want to think about what kind of meat it is.", "wiki_name": "Cooked mystery meat", "wiki_url": "https://oldschool.runescape.wiki/w/Cooked_mystery_meat", - "price": 531.5 + "price": 114 }, "24788": { "id": 24788, @@ -255467,7 +255569,7 @@ "agility": 70 } }, - "price": 28807500 + "price": 41033500 }, "24847": { "id": 24847, @@ -256477,7 +256579,7 @@ "examine": "A teleport to Lunar Isle.", "wiki_name": "Moonclan teleport (tablet)", "wiki_url": "https://oldschool.runescape.wiki/w/Moonclan_teleport_(tablet)", - "price": 1549.5 + "price": 1026 }, "24951": { "id": 24951, @@ -256494,7 +256596,7 @@ "examine": "A teleport to the Ourania cave.", "wiki_name": "Ourania teleport (tablet)", "wiki_url": "https://oldschool.runescape.wiki/w/Ourania_teleport_(tablet)", - "price": 501 + "price": 860.5 }, "24953": { "id": 24953, @@ -256511,7 +256613,7 @@ "examine": "A teleport to Waterbirth Island.", "wiki_name": "Waterbirth teleport (tablet)", "wiki_url": "https://oldschool.runescape.wiki/w/Waterbirth_teleport_(tablet)", - "price": 1458 + "price": 912 }, "24955": { "id": 24955, @@ -256528,7 +256630,7 @@ "examine": "A teleport to Barbarian Outpost.", "wiki_name": "Barbarian teleport (tablet)", "wiki_url": "https://oldschool.runescape.wiki/w/Barbarian_teleport_(tablet)", - "price": 639 + "price": 445 }, "24957": { "id": 24957, @@ -256545,7 +256647,7 @@ "examine": "A teleport to Port Khazard.", "wiki_name": "Khazard teleport (tablet)", "wiki_url": "https://oldschool.runescape.wiki/w/Khazard_teleport_(tablet)", - "price": 457.5 + "price": 1390 }, "24959": { "id": 24959, @@ -256562,7 +256664,7 @@ "examine": "A teleport to the Fishing Guild.", "wiki_name": "Fishing guild teleport (tablet)", "wiki_url": "https://oldschool.runescape.wiki/w/Fishing_guild_teleport_(tablet)", - "price": 710 + "price": 1295.5 }, "24961": { "id": 24961, @@ -256579,7 +256681,7 @@ "examine": "A teleport to Catherby.", "wiki_name": "Catherby teleport (tablet)", "wiki_url": "https://oldschool.runescape.wiki/w/Catherby_teleport_(tablet)", - "price": 1786.5 + "price": 1325 }, "24963": { "id": 24963, @@ -256596,7 +256698,7 @@ "examine": "A teleport to the Ice Plateau in level 53 Wilderness.", "wiki_name": "Ice plateau teleport (tablet)", "wiki_url": "https://oldschool.runescape.wiki/w/Ice_plateau_teleport_(tablet)", - "price": 1275.5 + "price": 1438.5 }, "24971": { "id": 24971, @@ -256908,7 +257010,7 @@ "slot": "head", "requirements": null }, - "price": 576175 + "price": 534841 }, "25004": { "id": 25004, @@ -256946,7 +257048,7 @@ "slot": "body", "requirements": null }, - "price": 1603193 + "price": 2583722.5 }, "25007": { "id": 25007, @@ -256984,7 +257086,7 @@ "slot": "legs", "requirements": null }, - "price": 457901.5 + "price": 756665 }, "25010": { "id": 25010, @@ -257022,7 +257124,7 @@ "slot": "feet", "requirements": null }, - "price": 547402.5 + "price": 1080710 }, "25013": { "id": 25013, @@ -257095,7 +257197,7 @@ } ] }, - "price": 532000 + "price": 1000066 }, "25016": { "id": 25016, @@ -257133,7 +257235,7 @@ "slot": "head", "requirements": null }, - "price": 131949 + "price": 110440.5 }, "25019": { "id": 25019, @@ -257171,7 +257273,7 @@ "slot": "body", "requirements": null }, - "price": 142410 + "price": 223999 }, "25022": { "id": 25022, @@ -257209,7 +257311,7 @@ "slot": "legs", "requirements": null }, - "price": 230059.5 + "price": 58782.5 }, "25025": { "id": 25025, @@ -257247,7 +257349,7 @@ "slot": "feet", "requirements": null }, - "price": 260993.5 + "price": 332833 }, "25028": { "id": 25028, @@ -257285,7 +257387,7 @@ "slot": "head", "requirements": null }, - "price": 510126.5 + "price": 58313 }, "25031": { "id": 25031, @@ -257323,7 +257425,7 @@ "slot": "body", "requirements": null }, - "price": 630000 + "price": 231096.5 }, "25034": { "id": 25034, @@ -257361,7 +257463,7 @@ "slot": "legs", "requirements": null }, - "price": 125500 + "price": 61261 }, "25037": { "id": 25037, @@ -257399,7 +257501,7 @@ "slot": "feet", "requirements": null }, - "price": 125000 + "price": 179176.5 }, "25042": { "id": 25042, @@ -257794,7 +257896,7 @@ } ] }, - "price": 249944 + "price": 316694.5 }, "25059": { "id": 25059, @@ -258223,7 +258325,7 @@ "examine": "A scroll which unlocks the Leagues II - Trailblazer home teleport animation.", "wiki_name": "Trailblazer teleport scroll", "wiki_url": "https://oldschool.runescape.wiki/w/Trailblazer_teleport_scroll", - "price": 921517 + "price": 1093819 }, "25090": { "id": 25090, @@ -258241,7 +258343,7 @@ "examine": "A kit which can be attached to any Dragon or Infernal axe, pickaxe or harpoon to recolour it.", "wiki_name": "Trailblazer tool ornament kit", "wiki_url": "https://oldschool.runescape.wiki/w/Trailblazer_tool_ornament_kit", - "price": 608294 + "price": 360009 }, "25093": { "id": 25093, @@ -258259,7 +258361,7 @@ "examine": "A globe which can be built into a statue in a PoH hotspot in your League Trophy Room.", "wiki_name": "Trailblazer globe", "wiki_url": "https://oldschool.runescape.wiki/w/Trailblazer_globe", - "price": 1842867.5 + "price": 2436086 }, "25096": { "id": 25096, @@ -258277,7 +258379,7 @@ "examine": "A rug which can be built into a rug hotspot in your PoH League Trophy Room.", "wiki_name": "Trailblazer rug", "wiki_url": "https://oldschool.runescape.wiki/w/Trailblazer_rug", - "price": 3984500 + "price": 6244857 }, "25099": { "id": 25099, @@ -258295,7 +258397,7 @@ "examine": "An ornament kit which can be used to recolour a piece of graceful clothing.", "wiki_name": "Trailblazer graceful ornament kit", "wiki_url": "https://oldschool.runescape.wiki/w/Trailblazer_graceful_ornament_kit", - "price": 180998 + "price": 255589.5 }, "25102": { "id": 25102, @@ -258807,7 +258909,7 @@ "examine": "Ground down bone fragments.", "wiki_name": "Bone fragments", "wiki_url": "https://oldschool.runescape.wiki/w/Bone_fragments", - "price": 337.5 + "price": 607.5 }, "25145": { "id": 25145, @@ -261664,7 +261766,7 @@ "examine": "A set containing Trailblazer boots, Trailblazer trousers, Trailblazer top and Trailblazer hood.", "wiki_name": "Trailblazer relic hunter (t1) armour set", "wiki_url": "https://oldschool.runescape.wiki/w/Trailblazer_relic_hunter_(t1)_armour_set", - "price": 1223833 + "price": 1424327.5 }, "25383": { "id": 25383, @@ -261681,7 +261783,7 @@ "examine": "A set containing Trailblazer boots, Trailblazer trousers, Trailblazer top and Trailblazer hood.", "wiki_name": "Trailblazer relic hunter (t2) armour set", "wiki_url": "https://oldschool.runescape.wiki/w/Trailblazer_relic_hunter_(t2)_armour_set", - "price": 2600000 + "price": 1262149.5 }, "25386": { "id": 25386, @@ -261698,7 +261800,7 @@ "examine": "A set containing Trailblazer boots, Trailblazer trousers, Trailblazer top and Trailblazer hood.", "wiki_name": "Trailblazer relic hunter (t3) armour set", "wiki_url": "https://oldschool.runescape.wiki/w/Trailblazer_relic_hunter_(t3)_armour_set", - "price": 3827660 + "price": 5532500 }, "25389": { "id": 25389, @@ -261778,7 +261880,7 @@ "defence": 50 } }, - "price": 52000 + "price": 12802.5 }, "25395": { "id": 25395, @@ -261818,7 +261920,7 @@ "defence": 50 } }, - "price": 26376.5 + "price": 30217.5 }, "25398": { "id": 25398, @@ -261858,7 +261960,7 @@ "defence": 50 } }, - "price": 130777.5 + "price": 47313 }, "25401": { "id": 25401, @@ -261898,7 +262000,7 @@ "defence": 50 } }, - "price": 123561.5 + "price": 129884.5 }, "25404": { "id": 25404, @@ -261938,7 +262040,7 @@ "defence": 60 } }, - "price": 128007 + "price": 140750 }, "25407": { "id": 25407, @@ -261978,7 +262080,7 @@ "defence": 60 } }, - "price": 87000 + "price": 28047 }, "25410": { "id": 25410, @@ -262018,7 +262120,7 @@ "defence": 60 } }, - "price": 47525 + "price": 34001.5 }, "25413": { "id": 25413, @@ -262058,7 +262160,7 @@ "defence": 60 } }, - "price": 104877.5 + "price": 61249 }, "25416": { "id": 25416, @@ -262116,7 +262218,7 @@ "examine": "The remains of a deadly shade.", "wiki_name": "Urium remains", "wiki_url": "https://oldschool.runescape.wiki/w/Urium_remains", - "price": 4672.5 + "price": 5381 }, "25422": { "id": 25422, @@ -262354,7 +262456,7 @@ "examine": "Perhaps someone can do something with this.", "wiki_name": "Bronze locks", "wiki_url": "https://oldschool.runescape.wiki/w/Bronze_locks", - "price": 1267.5 + "price": 1083.5 }, "25445": { "id": 25445, @@ -262372,7 +262474,7 @@ "examine": "Perhaps someone can do something with this.", "wiki_name": "Steel locks", "wiki_url": "https://oldschool.runescape.wiki/w/Steel_locks", - "price": 405.5 + "price": 2393 }, "25448": { "id": 25448, @@ -262390,7 +262492,7 @@ "examine": "Perhaps someone can do something with this.", "wiki_name": "Black locks", "wiki_url": "https://oldschool.runescape.wiki/w/Black_locks", - "price": 4888 + "price": 3930.5 }, "25451": { "id": 25451, @@ -262824,7 +262926,7 @@ "examine": "A rough scroll with faint writing, on a deep green parchment.", "wiki_name": "Runescroll of swampbark", "wiki_url": "https://oldschool.runescape.wiki/w/Runescroll_of_swampbark", - "price": 1823 + "price": 2347.5 }, "25481": { "id": 25481, @@ -262842,7 +262944,7 @@ "examine": "A rough scroll with faint writing, on a malevolent dark red parchment.", "wiki_name": "Runescroll of bloodbark", "wiki_url": "https://oldschool.runescape.wiki/w/Runescroll_of_bloodbark", - "price": 2079.5 + "price": 2421 }, "25484": { "id": 25484, @@ -263503,7 +263605,6 @@ "25516": { "id": 25516, "name": "Dharok's greataxe", - "incomplete": true, "equipable": true, "equipable_by_player": true, "equipable_weapon": true, @@ -263705,7 +263806,7 @@ "examine": "How does someone jar this?", "wiki_name": "Jar of spirits", "wiki_url": "https://oldschool.runescape.wiki/w/Jar_of_spirits", - "price": 100711.5 + "price": 177870.5 }, "25524": { "id": 25524, @@ -263723,7 +263824,7 @@ "examine": "Don't breathe in.", "wiki_name": "Jar of smoke", "wiki_url": "https://oldschool.runescape.wiki/w/Jar_of_smoke", - "price": 117510 + "price": 34968 }, "25527": { "id": 25527, @@ -264280,7 +264381,7 @@ "slot": "shield", "requirements": null }, - "price": 332000 + "price": 294199 }, "25578": { "id": 25578, @@ -264297,7 +264398,7 @@ "examine": "It feels clammy, like second-hand toilet paper.", "wiki_name": "Soaked page", "wiki_url": "https://oldschool.runescape.wiki/w/Soaked_page", - "price": 1448 + "price": 820 }, "25580": { "id": 25580, @@ -267077,7 +267178,7 @@ "examine": "A heap of ashes.", "wiki_name": "Fiendish ashes", "wiki_url": "https://oldschool.runescape.wiki/w/Fiendish_ashes", - "price": 73.5 + "price": 133 }, "25769": { "id": 25769, @@ -267094,7 +267195,7 @@ "examine": "A heap of ashes.", "wiki_name": "Vile ashes", "wiki_url": "https://oldschool.runescape.wiki/w/Vile_ashes", - "price": 567.5 + "price": 669 }, "25772": { "id": 25772, @@ -267147,7 +267248,7 @@ "examine": "A heap of ashes.", "wiki_name": "Infernal ashes", "wiki_url": "https://oldschool.runescape.wiki/w/Infernal_ashes", - "price": 4347 + "price": 3736.5 }, "25781": { "id": 25781, @@ -267588,7 +267689,7 @@ "highalch": 3, "weight": 0.028, "release_date": "2021-06-16", - "examine": "Random scribbles about some stone. They looks to be very old.", + "examine": "Random scribbles about some stone. They look to be very old.", "wiki_name": "Research notes (A Kingdom Divided)", "wiki_url": "https://oldschool.runescape.wiki/w/Research_notes_(A_Kingdom_Divided)", "price": 0 @@ -267608,7 +267709,7 @@ "examine": "A viscous bright-green ale. Smells like a herpetarium.", "wiki_name": "Lizardkicker", "wiki_url": "https://oldschool.runescape.wiki/w/Lizardkicker", - "price": 404.5 + "price": 247 }, "25829": { "id": 25829, @@ -267652,7 +267753,7 @@ "examine": "I need to cook this first.", "wiki_name": "Raw boar meat", "wiki_url": "https://oldschool.runescape.wiki/w/Raw_boar_meat", - "price": 5017 + "price": 1144.5 }, "25836": { "id": 25836, @@ -267848,7 +267949,7 @@ } ] }, - "price": 368.5 + "price": 302.5 }, "25851": { "id": 25851, @@ -267913,7 +268014,7 @@ } ] }, - "price": 556 + "price": 308 }, "25853": { "id": 25853, @@ -267995,7 +268096,7 @@ } ] }, - "price": 602.5 + "price": 320 }, "25857": { "id": 25857, @@ -268060,7 +268161,7 @@ } ] }, - "price": 715 + "price": 1045.5 }, "25859": { "id": 25859, @@ -268075,7 +268176,7 @@ "examine": "A seed to be sung into the most powerful crystal weaponry.", "wiki_name": "Enhanced crystal weapon seed", "wiki_url": "https://oldschool.runescape.wiki/w/Enhanced_crystal_weapon_seed", - "price": 137883033 + "price": 101985000 }, "25862": { "id": 25862, @@ -268143,7 +268244,7 @@ } ] }, - "price": 138011043.5 + "price": 103752961.5 }, "25865": { "id": 25865, @@ -270147,7 +270248,7 @@ "slot": "ring", "requirements": null }, - "price": 4901079.5 + "price": 2177436 }, "25979": { "id": 25979, @@ -270328,7 +270429,7 @@ "prayer": 80 } }, - "price": 5339837.5 + "price": 4721524 }, "25990": { "id": 25990, @@ -272645,7 +272746,7 @@ } ] }, - "price": 45816222 + "price": 25218758 }, "26221": { "id": 26221, @@ -272759,7 +272860,7 @@ "slot": "head", "requirements": null }, - "price": 29257.5 + "price": 37413 }, "26227": { "id": 26227, @@ -272797,7 +272898,7 @@ "slot": "hands", "requirements": null }, - "price": 24899.5 + "price": 33000 }, "26229": { "id": 26229, @@ -272835,7 +272936,7 @@ "slot": "feet", "requirements": null }, - "price": 22827 + "price": 29690 }, "26231": { "id": 26231, @@ -272852,7 +272953,7 @@ "examine": "An ancient magical shard.", "wiki_name": "Nihil shard", "wiki_url": "https://oldschool.runescape.wiki/w/Nihil_shard", - "price": 3766 + "price": 2859 }, "26233": { "id": 26233, @@ -272924,7 +273025,7 @@ } ] }, - "price": 39004622.5 + "price": 62071500 }, "26235": { "id": 26235, @@ -272961,7 +273062,7 @@ "slot": "hands", "requirements": null }, - "price": 184222000.5 + "price": 150619809 }, "26237": { "id": 26237, @@ -273004,6 +273105,7 @@ "lowalch": 0, "highalch": 0, "weight": 1.206, + "buy_limit": 8, "release_date": "2023-07-26", "examine": "An ancient mage's mask.", "wiki_name": "Virtus mask", @@ -273026,7 +273128,7 @@ "slot": "head", "requirements": null }, - "price": 0 + "price": 4989904.5 }, "26243": { "id": 26243, @@ -273063,7 +273165,7 @@ "slot": "body", "requirements": null }, - "price": 0 + "price": 68535555.5 }, "26245": { "id": 26245, @@ -273100,7 +273202,7 @@ "slot": "legs", "requirements": null }, - "price": 0 + "price": 33333292.5 }, "26247": { "id": 26247, @@ -273332,7 +273434,7 @@ "examine": "The gold standard of gold.", "wiki_name": "Condensed gold", "wiki_url": "https://oldschool.runescape.wiki/w/Condensed_gold", - "price": 8475000 + "price": 9116404.5 }, "26269": { "id": 26269, @@ -273376,6 +273478,17 @@ "wiki_url": "https://oldschool.runescape.wiki/w/Festive_white_wine", "price": 0 }, + "26276": { + "id": 26276, + "name": "Notes", + "cost": 0, + "weight": 0.001, + "release_date": "2021-12-16", + "examine": "Some helpful notes for me. Sometimes called a to-do list!", + "wiki_name": "Notes (2021 Christmas event)", + "wiki_url": "https://oldschool.runescape.wiki/w/Notes_(2021_Christmas_event)", + "price": 0 + }, "26278": { "id": 26278, "name": "Magical cleaning potion", @@ -273977,7 +274090,7 @@ "examine": "4 doses of ancient brew.", "wiki_name": "Ancient brew (4 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Ancient_brew#4_dose", - "price": 1315 + "price": 1770.5 }, "26342": { "id": 26342, @@ -273995,7 +274108,7 @@ "examine": "3 doses of ancient brew.", "wiki_name": "Ancient brew (3 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Ancient_brew#3_dose", - "price": 950 + "price": 1444.5 }, "26344": { "id": 26344, @@ -274013,7 +274126,7 @@ "examine": "2 doses of ancient brew.", "wiki_name": "Ancient brew (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Ancient_brew#2_dose", - "price": 410 + "price": 658 }, "26346": { "id": 26346, @@ -274031,7 +274144,7 @@ "examine": "1 dose of ancient brew.", "wiki_name": "Ancient brew (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Ancient_brew#1_dose", - "price": 319.5 + "price": 424.5 }, "26348": { "id": 26348, @@ -274060,7 +274173,7 @@ "examine": "Two doses of fishy ancient brew.", "wiki_name": "Ancient mix (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Ancient_mix#2_dose", - "price": 700 + "price": 4556 }, "26353": { "id": 26353, @@ -274077,7 +274190,7 @@ "examine": "One dose of fishy ancient brew.", "wiki_name": "Ancient mix (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Ancient_mix#1_dose", - "price": 10000 + "price": 961.5 }, "26356": { "id": 26356, @@ -274165,7 +274278,7 @@ "examine": "Dust from a crushed magical shard.", "wiki_name": "Nihil dust", "wiki_url": "https://oldschool.runescape.wiki/w/Nihil_dust", - "price": 3900 + "price": 2867.5 }, "26370": { "id": 26370, @@ -274182,7 +274295,7 @@ "examine": "Brimming with potential.", "wiki_name": "Ancient hilt", "wiki_url": "https://oldschool.runescape.wiki/w/Ancient_hilt", - "price": 37560503 + "price": 59224218 }, "26372": { "id": 26372, @@ -274199,7 +274312,7 @@ "examine": "The horn of a proud nihil.", "wiki_name": "Nihil horn", "wiki_url": "https://oldschool.runescape.wiki/w/Nihil_horn", - "price": 386055500 + "price": 366204444 }, "26374": { "id": 26374, @@ -274264,7 +274377,7 @@ } ] }, - "price": 403672686 + "price": 420010000 }, "26376": { "id": 26376, @@ -274301,7 +274414,7 @@ "slot": "head", "requirements": null }, - "price": 197511500 + "price": 268668629 }, "26378": { "id": 26378, @@ -274412,7 +274525,7 @@ "slot": "head", "requirements": null }, - "price": 212874575 + "price": 280690471.5 }, "26384": { "id": 26384, @@ -274449,7 +274562,7 @@ "slot": "body", "requirements": null }, - "price": 411966000 + "price": 431556056 }, "26386": { "id": 26386, @@ -274517,7 +274630,7 @@ "examine": "A blood-filled essence with magical properties.", "wiki_name": "Blood essence (Inactive)", "wiki_url": "https://oldschool.runescape.wiki/w/Blood_essence#Inactive", - "price": 189369 + "price": 59624.5 }, "26392": { "id": 26392, @@ -274579,7 +274692,7 @@ "examine": "A kit that can be used to apply a Leagues III - Shattered Relics theme to an Abyssal whip or Tentacle, Rune crossbow or God book piece.", "wiki_name": "Shattered relics variety ornament kit", "wiki_url": "https://oldschool.runescape.wiki/w/Shattered_relics_variety_ornament_kit", - "price": 957500 + "price": 1404438.5 }, "26424": { "id": 26424, @@ -274651,7 +274764,7 @@ } ] }, - "price": 290500 + "price": 715125 }, "26427": { "id": 26427, @@ -274688,7 +274801,7 @@ "slot": "head", "requirements": null }, - "price": 527561.5 + "price": 641112 }, "26430": { "id": 26430, @@ -274725,7 +274838,7 @@ "slot": "body", "requirements": null }, - "price": 60500 + "price": 90217 }, "26433": { "id": 26433, @@ -274762,7 +274875,7 @@ "slot": "legs", "requirements": null }, - "price": 65500 + "price": 99678.5 }, "26436": { "id": 26436, @@ -274799,7 +274912,7 @@ "slot": "feet", "requirements": null }, - "price": 19000 + "price": 94914.5 }, "26439": { "id": 26439, @@ -274836,7 +274949,7 @@ "slot": "head", "requirements": null }, - "price": 483500 + "price": 1300000 }, "26442": { "id": 26442, @@ -274873,7 +274986,7 @@ "slot": "body", "requirements": null }, - "price": 192176.5 + "price": 100129 }, "26445": { "id": 26445, @@ -274910,7 +275023,7 @@ "slot": "legs", "requirements": null }, - "price": 129007.5 + "price": 196214 }, "26448": { "id": 26448, @@ -274947,7 +275060,7 @@ "slot": "feet", "requirements": null }, - "price": 110159.5 + "price": 173263.5 }, "26451": { "id": 26451, @@ -274984,7 +275097,7 @@ "slot": "head", "requirements": null }, - "price": 3700000 + "price": 7008000 }, "26454": { "id": 26454, @@ -275021,7 +275134,7 @@ "slot": "body", "requirements": null }, - "price": 2111001 + "price": 2250200 }, "26457": { "id": 26457, @@ -275058,7 +275171,7 @@ "slot": "legs", "requirements": null }, - "price": 2060215 + "price": 2143500 }, "26460": { "id": 26460, @@ -275095,7 +275208,7 @@ "slot": "feet", "requirements": null }, - "price": 512777.5 + "price": 1950004.5 }, "26463": { "id": 26463, @@ -275385,7 +275498,7 @@ "examine": "A kit that can be used on void armour to theme it to Leagues III - Shattered Relics.", "wiki_name": "Shattered relics void ornament kit", "wiki_url": "https://oldschool.runescape.wiki/w/Shattered_relics_void_ornament_kit", - "price": 818002.5 + "price": 1276638.5 }, "26482": { "id": 26482, @@ -275792,7 +275905,7 @@ "examine": "A scroll which unlocks the Shattered Relics home teleport animation.", "wiki_name": "Shattered teleport scroll", "wiki_url": "https://oldschool.runescape.wiki/w/Shattered_teleport_scroll", - "price": 860000 + "price": 1331252.5 }, "26503": { "id": 26503, @@ -276186,7 +276299,7 @@ } ] }, - "price": 3191109 + "price": 3364495.5 }, "26520": { "id": 26520, @@ -276260,7 +276373,7 @@ "examine": "An ornamental kit for the Dwarf multicannon in the style of Leagues III - Shattered Relics.", "wiki_name": "Shattered cannon ornament kit", "wiki_url": "https://oldschool.runescape.wiki/w/Shattered_cannon_ornament_kit", - "price": 876556 + "price": 1273801.5 }, "26531": { "id": 26531, @@ -276448,7 +276561,7 @@ "examine": "A kit that can be used to apply a Leagues III - Shattered Relics theme to a blue Mystic robe piece.", "wiki_name": "Shattered relics mystic ornament kit", "wiki_url": "https://oldschool.runescape.wiki/w/Shattered_relics_mystic_ornament_kit", - "price": 105000 + "price": 61397.5 }, "26544": { "id": 26544, @@ -276588,7 +276701,7 @@ "examine": "A set containing Shattered boots, Shattered trousers, Shattered top and Shattered hood.", "wiki_name": "Shattered relic hunter (t1) armour set", "wiki_url": "https://oldschool.runescape.wiki/w/Shattered_relic_hunter_(t1)_armour_set", - "price": 1157000 + "price": 1035744 }, "26557": { "id": 26557, @@ -276605,7 +276718,7 @@ "examine": "A set containing Shattered boots, Shattered trousers, Shattered top and Shattered hood.", "wiki_name": "Shattered relic hunter (t2) armour set", "wiki_url": "https://oldschool.runescape.wiki/w/Shattered_relic_hunter_(t2)_armour_set", - "price": 2731226.5 + "price": 3675000 }, "26560": { "id": 26560, @@ -276622,7 +276735,7 @@ "examine": "A set containing Shattered boots, Shattered trousers, Shattered top and Shattered hood.", "wiki_name": "Shattered relic hunter (t3) armour set", "wiki_url": "https://oldschool.runescape.wiki/w/Shattered_relic_hunter_(t3)_armour_set", - "price": 12372000 + "price": 14779944 }, "26567": { "id": 26567, @@ -278243,18 +278356,6 @@ "wiki_url": "https://oldschool.runescape.wiki/w/Saika's_shroud#Broken", "price": 0 }, - "26704": { - "id": 26704, - "name": "Blighted wave sack", - "members": true, - "stackable": true, - "cost": 40, - "release_date": "2022-07-13", - "examine": "Enough power for any Wave spell, blighted so it can be used only in the Wilderness.", - "wiki_name": "Blighted wave sack", - "wiki_url": "https://oldschool.runescape.wiki/w/Blighted_wave_sack", - "price": 0 - }, "26705": { "id": 26705, "name": "Blighted surge sack", @@ -280466,7 +280567,7 @@ "slot": "head", "requirements": null }, - "price": 50.5 + "price": 127.5 }, "26792": { "id": 26792, @@ -280498,7 +280599,7 @@ "examine": "A mysterious power emanates from the talisman...", "wiki_name": "Catalytic talisman", "wiki_url": "https://oldschool.runescape.wiki/w/Catalytic_talisman", - "price": 1500 + "price": 1900 }, "26801": { "id": 26801, @@ -280536,7 +280637,7 @@ "slot": "head", "requirements": null }, - "price": 3000.5 + "price": 775 }, "26804": { "id": 26804, @@ -280573,7 +280674,7 @@ "slot": "head", "requirements": null }, - "price": 3252 + "price": 3636 }, "26807": { "id": 26807, @@ -280658,7 +280759,7 @@ "slot": "ring", "requirements": null }, - "price": 514434.5 + "price": 386192.5 }, "26818": { "id": 26818, @@ -283242,7 +283343,7 @@ "examine": "Only Kovac knows what's gone into this.", "wiki_name": "Kovac's grog", "wiki_url": "https://oldschool.runescape.wiki/w/Kovac's_grog", - "price": 0 + "price": 32651 }, "27017": { "id": 27017, @@ -283542,7 +283643,7 @@ "slot": "head", "requirements": null }, - "price": 10 + "price": 0 }, "27037": { "id": 27037, @@ -284739,11 +284840,12 @@ "lowalch": 44, "highalch": 66, "weight": 0.035, + "buy_limit": 2000, "release_date": "2022-08-24", "examine": "4 doses of Menaphite remedy.", "wiki_name": "Menaphite remedy (4 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Menaphite_remedy#4_dose", - "price": 1399.5 + "price": 1773.5 }, "27205": { "id": 27205, @@ -284777,7 +284879,7 @@ "examine": "2 doses of Menaphite remedy.", "wiki_name": "Menaphite remedy (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Menaphite_remedy#2_dose", - "price": 556.5 + "price": 892 }, "27211": { "id": 27211, @@ -284794,7 +284896,7 @@ "examine": "1 dose of Menaphite remedy.", "wiki_name": "Menaphite remedy (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Menaphite_remedy#1_dose", - "price": 345 + "price": 405 }, "27214": { "id": 27214, @@ -284910,7 +285012,7 @@ "defence": 30 } }, - "price": 24390207.5 + "price": 7891058.5 }, "27229": { "id": 27229, @@ -284950,7 +285052,7 @@ "defence": 30 } }, - "price": 129111000 + "price": 59895606.5 }, "27232": { "id": 27232, @@ -284990,7 +285092,7 @@ "defence": 30 } }, - "price": 95080500 + "price": 40817252.5 }, "27235": { "id": 27235, @@ -285030,7 +285132,7 @@ "defence": 80 } }, - "price": 31235500.5 + "price": 17925000 }, "27238": { "id": 27238, @@ -285070,7 +285172,7 @@ "defence": 80 } }, - "price": 164847984 + "price": 100262212.5 }, "27241": { "id": 27241, @@ -285110,7 +285212,7 @@ "defence": 80 } }, - "price": 121833060.5 + "price": 71128888.5 }, "27246": { "id": 27246, @@ -285504,7 +285606,7 @@ "examine": "High grade material.", "wiki_name": "Armadylean plate", "wiki_url": "https://oldschool.runescape.wiki/w/Armadylean_plate", - "price": 6898444.5 + "price": 10148999.5 }, "27272": { "id": 27272, @@ -285653,7 +285755,7 @@ } ] }, - "price": 1421999777.5 + "price": 1286522499.5 }, "27279": { "id": 27279, @@ -286380,7 +286482,7 @@ "examine": "A set containing a Masori mask, Masori body, Masori chaps", "wiki_name": "Masori armour set (f)", "wiki_url": "https://oldschool.runescape.wiki/w/Masori_armour_set_(f)", - "price": 305695000 + "price": 189058999.5 }, "27358": { "id": 27358, @@ -289733,7 +289835,7 @@ "equipment": { "attack_stab": -100, "attack_slash": -100, - "attack_crush": -50, + "attack_crush": -100, "attack_magic": 0, "attack_ranged": 0, "defence_stab": 0, @@ -289741,7 +289843,7 @@ "defence_crush": 0, "defence_magic": 0, "defence_ranged": 0, - "melee_strength": -10, + "melee_strength": -100, "ranged_strength": 0, "magic_damage": 0, "prayer": 0, @@ -289926,7 +290028,7 @@ "equipment": { "attack_stab": -100, "attack_slash": -100, - "attack_crush": -50, + "attack_crush": -100, "attack_magic": 0, "attack_ranged": 0, "defence_stab": 0, @@ -289934,7 +290036,7 @@ "defence_crush": 0, "defence_magic": 0, "defence_ranged": 0, - "melee_strength": -10, + "melee_strength": -100, "ranged_strength": 0, "magic_damage": 0, "prayer": 0, @@ -290342,7 +290444,7 @@ } ] }, - "price": 29452000 + "price": 37774424 }, "27614": { "id": 27614, @@ -290359,7 +290461,7 @@ "examine": "A broken shard of an ancient weapon.", "wiki_name": "Venator shard", "wiki_url": "https://oldschool.runescape.wiki/w/Venator_shard", - "price": 5791521.5 + "price": 7365370.5 }, "27616": { "id": 27616, @@ -290376,7 +290478,7 @@ "examine": "Pure magical energy filled with a dark power.", "wiki_name": "Ancient essence", "wiki_url": "https://oldschool.runescape.wiki/w/Ancient_essence", - "price": 89.5 + "price": 12 }, "27622": { "id": 27622, @@ -290571,11 +290673,12 @@ "lowalch": 80, "highalch": 120, "weight": 0.035, + "buy_limit": 2000, "release_date": "2023-01-11", "examine": "4 doses of forgotten brew.", "wiki_name": "Forgotten brew (4 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Forgotten_brew#4_dose", - "price": 4591 + "price": 1630.5 }, "27632": { "id": 27632, @@ -290592,7 +290695,7 @@ "examine": "3 doses of forgotten brew.", "wiki_name": "Forgotten brew (3 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Forgotten_brew#3_dose", - "price": 2955.5 + "price": 841 }, "27635": { "id": 27635, @@ -290609,7 +290712,7 @@ "examine": "2 doses of forgotten brew.", "wiki_name": "Forgotten brew (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Forgotten_brew#2_dose", - "price": 1200 + "price": 682 }, "27638": { "id": 27638, @@ -290626,7 +290729,7 @@ "examine": "1 dose of forgotten brew.", "wiki_name": "Forgotten brew (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Forgotten_brew#1_dose", - "price": 1524.5 + "price": 437.5 }, "27641": { "id": 27641, @@ -290643,7 +290746,7 @@ "examine": "This heart holds an ancient magical power within.", "wiki_name": "Saturated heart", "wiki_url": "https://oldschool.runescape.wiki/w/Saturated_heart", - "price": 64849500 + "price": 92137500 }, "27643": { "id": 27643, @@ -290838,7 +290941,7 @@ } ] }, - "price": 24719883 + "price": 15257365.5 }, "27655": { "id": 27655, @@ -290918,6 +291021,7 @@ "lowalch": 70000, "highalch": 105000, "weight": 2, + "buy_limit": 8, "release_date": "2023-01-25", "examine": "An ancient and peculiar chainmace, corrupted by the power of Callisto.", "wiki_name": "Ursine chainmace (Uncharged)", @@ -290974,7 +291078,7 @@ } ] }, - "price": 11627777.5 + "price": 5599629 }, "27660": { "id": 27660, @@ -291108,7 +291212,7 @@ } ] }, - "price": 2340716 + "price": 2737975 }, "27665": { "id": 27665, @@ -291189,7 +291293,7 @@ "examine": "The claws of a great bear. They seem to maintain some of his power, somehow.", "wiki_name": "Claws of callisto", "wiki_url": "https://oldschool.runescape.wiki/w/Claws_of_callisto", - "price": 423638 + "price": 98817 }, "27670": { "id": 27670, @@ -291207,7 +291311,7 @@ "examine": "The fangs of a matriarch spider. They seem to maintain a sense of her power.", "wiki_name": "Fangs of venenatis", "wiki_url": "https://oldschool.runescape.wiki/w/Fangs_of_venenatis", - "price": 471496 + "price": 84999 }, "27673": { "id": 27673, @@ -291225,7 +291329,7 @@ "examine": "The skull of an oathbound warrior. Severed from its body, it still maintains some power.", "wiki_name": "Skull of vet'ion", "wiki_url": "https://oldschool.runescape.wiki/w/Skull_of_vet'ion", - "price": 285528 + "price": 129601.5 }, "27676": { "id": 27676, @@ -291304,7 +291408,7 @@ } ] }, - "price": 2300911.5 + "price": 2639332 }, "27679": { "id": 27679, @@ -291397,7 +291501,7 @@ "examine": "The hilt of a broken sword.", "wiki_name": "Voidwaker hilt", "wiki_url": "https://oldschool.runescape.wiki/w/Voidwaker_hilt", - "price": 76500000 + "price": 48760844.5 }, "27684": { "id": 27684, @@ -291414,7 +291518,7 @@ "examine": "The blade of a broken sword.", "wiki_name": "Voidwaker blade", "wiki_url": "https://oldschool.runescape.wiki/w/Voidwaker_blade", - "price": 32484347 + "price": 25661049 }, "27687": { "id": 27687, @@ -291431,7 +291535,7 @@ "examine": "The gem of a broken sword.", "wiki_name": "Voidwaker gem", "wiki_url": "https://oldschool.runescape.wiki/w/Voidwaker_gem", - "price": 61500000 + "price": 73462499.5 }, "27690": { "id": 27690, @@ -291505,7 +291609,7 @@ } ] }, - "price": 174171258 + "price": 151649212.5 }, "27693": { "id": 27693, @@ -293099,7 +293203,7 @@ } ] }, - "price": 1873003.5 + "price": 2689444 }, "27788": { "id": 27788, @@ -298800,7 +298904,7 @@ "examine": "With some rope, adamantite bars and steel nails, I can create a sturdy harness.", "wiki_name": "Log brace", "wiki_url": "https://oldschool.runescape.wiki/w/Log_brace", - "price": 328500.5 + "price": 485000 }, "28149": { "id": 28149, @@ -298817,7 +298921,7 @@ "examine": "I can use this to combine the forestry kit and log basket into one tool.", "wiki_name": "Sturdy harness", "wiki_url": "https://oldschool.runescape.wiki/w/Sturdy_harness", - "price": 340000 + "price": 539998.5 }, "28152": { "id": 28152, @@ -298833,7 +298937,7 @@ "examine": "A sacrifice to nature in the hope of an increase of yield in logs.", "wiki_name": "Nature offerings", "wiki_url": "https://oldschool.runescape.wiki/w/Nature_offerings", - "price": 2800 + "price": 873.5 }, "28154": { "id": 28154, @@ -298850,7 +298954,7 @@ "examine": "I can use items with this for nature offerings.", "wiki_name": "Ritual mulch", "wiki_url": "https://oldschool.runescape.wiki/w/Ritual_mulch", - "price": 21750.5 + "price": 30000 }, "28157": { "id": 28157, @@ -298862,11 +298966,12 @@ "cost": 4, "lowalch": 1, "highalch": 2, + "buy_limit": 6000, "release_date": "2023-06-28", "examine": "Mmm this looks tasty.", "wiki_name": "Forester's ration", "wiki_url": "https://oldschool.runescape.wiki/w/Forester's_ration", - "price": 328.5 + "price": 25 }, "28159": { "id": 28159, @@ -298882,7 +298987,7 @@ "examine": "An ingredient for the secateurs attachment.", "wiki_name": "Secateurs blade", "wiki_url": "https://oldschool.runescape.wiki/w/Secateurs_blade", - "price": 2594.5 + "price": 3306 }, "28161": { "id": 28161, @@ -298898,7 +299003,7 @@ "examine": "Collects leaves when chopping trees.", "wiki_name": "Secateurs attachment", "wiki_url": "https://oldschool.runescape.wiki/w/Secateurs_attachment", - "price": 99.5 + "price": 60 }, "28163": { "id": 28163, @@ -298915,7 +299020,7 @@ "examine": "A pouch for your dirty work clothes!", "wiki_name": "Clothes pouch", "wiki_url": "https://oldschool.runescape.wiki/w/Clothes_pouch", - "price": 502437 + "price": 871000 }, "28166": { "id": 28166, @@ -298932,7 +299037,7 @@ "examine": "A step-by-step guide to crafting your very own clothes pouch!", "wiki_name": "Clothes pouch blueprint", "wiki_url": "https://oldschool.runescape.wiki/w/Clothes_pouch_blueprint", - "price": 543994 + "price": 876500 }, "28169": { "id": 28169, @@ -299072,16 +299177,19 @@ }, "28177": { "id": 28177, - "name": "Axe handle", + "name": "Felling axe handle", + "tradeable": true, + "tradeable_on_ge": true, + "noteable": true, "cost": 1, "lowalch": 0, "highalch": 0, "weight": 0.907, "release_date": "2023-06-28", - "examine": "A bigger axe handle.", + "examine": "A large handle for turning an axe into a felling axe.", "wiki_name": "Axe handle", "wiki_url": "https://oldschool.runescape.wiki/w/Axe_handle", - "price": 0 + "price": 1687500 }, "28179": { "id": 28179, @@ -299097,7 +299205,7 @@ "examine": "They're magicly expeditious.", "wiki_name": "Leprechaun charm", "wiki_url": "https://oldschool.runescape.wiki/w/Leprechaun_charm", - "price": 3387 + "price": 2685.5 }, "28181": { "id": 28181, @@ -299113,7 +299221,7 @@ "examine": "I wonder how these can be used to attract a leprechaun?", "wiki_name": "Clover insignia", "wiki_url": "https://oldschool.runescape.wiki/w/Clover_insignia", - "price": 15000 + "price": 18694 }, "28183": { "id": 28183, @@ -299156,7 +299264,7 @@ "examine": "Carefully processed pollen that might make bees friendly.", "wiki_name": "Powdered pollen", "wiki_url": "https://oldschool.runescape.wiki/w/Powdered_pollen", - "price": 42051.5 + "price": 75000.5 }, "28192": { "id": 28192, @@ -299185,11 +299293,12 @@ "examine": "I need to put this in a pottery oven.", "wiki_name": "Unfired cup", "wiki_url": "https://oldschool.runescape.wiki/w/Unfired_cup", - "price": 2517.5 + "price": 25.5 }, "28196": { "id": 28196, - "name": "Bronze 2h axe", + "name": "Bronze felling axe", + "members": true, "tradeable": true, "tradeable_on_ge": true, "noteable": true, @@ -299199,9 +299308,9 @@ "cost": 16, "lowalch": 6, "highalch": 9, - "weight": 1.36, + "weight": 1.814, "release_date": "2023-06-28", - "examine": "A woodcutter's axe.", + "examine": "A woodcutter's felling axe.", "wiki_name": "Bronze 2h axe", "wiki_url": "https://oldschool.runescape.wiki/w/Bronze_2h_axe", "equipment": { @@ -299256,11 +299365,12 @@ } ] }, - "price": 0 + "price": 2395000 }, "28199": { "id": 28199, - "name": "Iron 2h axe", + "name": "Iron felling axe", + "members": true, "tradeable": true, "tradeable_on_ge": true, "noteable": true, @@ -299270,9 +299380,9 @@ "cost": 161, "lowalch": 64, "highalch": 96, - "weight": 1.36, + "weight": 1.814, "release_date": "2023-06-28", - "examine": "A woodcutter's axe.", + "examine": "A woodcutter's felling axe.", "wiki_name": "Iron 2h axe", "wiki_url": "https://oldschool.runescape.wiki/w/Iron_2h_axe", "equipment": { @@ -299327,11 +299437,12 @@ } ] }, - "price": 0 + "price": 1350000 }, "28202": { "id": 28202, - "name": "Steel 2h axe", + "name": "Steel felling axe", + "members": true, "tradeable": true, "tradeable_on_ge": true, "noteable": true, @@ -299341,9 +299452,9 @@ "cost": 161, "lowalch": 64, "highalch": 96, - "weight": 1.36, + "weight": 1.814, "release_date": "2023-06-28", - "examine": "A woodcutter's axe.", + "examine": "A woodcutter's felling axe.", "wiki_name": "Steel 2h axe", "wiki_url": "https://oldschool.runescape.wiki/w/Steel_2h_axe", "equipment": { @@ -299398,11 +299509,12 @@ } ] }, - "price": 0 + "price": 750000 }, "28205": { "id": 28205, - "name": "Black 2h axe", + "name": "Black felling axe", + "members": true, "tradeable": true, "tradeable_on_ge": true, "noteable": true, @@ -299412,9 +299524,9 @@ "cost": 161, "lowalch": 64, "highalch": 96, - "weight": 1.36, + "weight": 1.814, "release_date": "2023-06-28", - "examine": "A woodcutter's axe.", + "examine": "A sinister looking felling axe.", "wiki_name": "Black 2h axe", "wiki_url": "https://oldschool.runescape.wiki/w/Black_2h_axe", "equipment": { @@ -299469,11 +299581,12 @@ } ] }, - "price": 0 + "price": 725000 }, "28208": { "id": 28208, - "name": "Mithril 2h axe", + "name": "Mithril felling axe", + "members": true, "tradeable": true, "tradeable_on_ge": true, "noteable": true, @@ -299483,9 +299596,9 @@ "cost": 161, "lowalch": 64, "highalch": 96, - "weight": 1.36, + "weight": 1.814, "release_date": "2023-06-28", - "examine": "A woodcutter's axe.", + "examine": "A powerful felling axe.", "wiki_name": "Mithril 2h axe", "wiki_url": "https://oldschool.runescape.wiki/w/Mithril_2h_axe", "equipment": { @@ -299540,11 +299653,12 @@ } ] }, - "price": 0 + "price": 699498.5 }, "28211": { "id": 28211, - "name": "Adamant 2h axe", + "name": "Adamant felling axe", + "members": true, "tradeable": true, "tradeable_on_ge": true, "noteable": true, @@ -299554,9 +299668,9 @@ "cost": 161, "lowalch": 64, "highalch": 96, - "weight": 1.36, + "weight": 1.814, "release_date": "2023-06-28", - "examine": "A woodcutter's axe.", + "examine": "A powerful felling axe.", "wiki_name": "Adamant 2h axe", "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_2h_axe", "equipment": { @@ -299611,11 +299725,12 @@ } ] }, - "price": 0 + "price": 1528000 }, "28214": { "id": 28214, - "name": "Rune 2h axe", + "name": "Rune felling axe", + "members": true, "tradeable": true, "tradeable_on_ge": true, "noteable": true, @@ -299625,9 +299740,9 @@ "cost": 161, "lowalch": 64, "highalch": 96, - "weight": 1.36, + "weight": 1.814, "release_date": "2023-06-28", - "examine": "A woodcutter's axe.", + "examine": "A powerful felling axe.", "wiki_name": "Rune 2h axe", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_2h_axe", "equipment": { @@ -299682,11 +299797,12 @@ } ] }, - "price": 0 + "price": 1578038 }, "28217": { "id": 28217, - "name": "Dragon 2h axe", + "name": "Dragon felling axe", + "members": true, "tradeable": true, "tradeable_on_ge": true, "noteable": true, @@ -299696,15 +299812,15 @@ "cost": 161, "lowalch": 64, "highalch": 96, - "weight": 1.36, + "weight": 1.814, "release_date": "2023-06-28", - "examine": "A woodcutter's axe.", + "examine": "A very powerful felling axe.", "wiki_name": "Dragon 2h axe", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_2h_axe", "equipment": { - "attack_stab": -2, - "attack_slash": 38, - "attack_crush": 32, + "attack_stab": -3, + "attack_slash": 60, + "attack_crush": 51, "attack_magic": 0, "attack_ranged": 0, "defence_stab": 0, @@ -299712,7 +299828,7 @@ "defence_crush": 0, "defence_magic": 0, "defence_ranged": 0, - "melee_strength": 42, + "melee_strength": 67, "ranged_strength": 0, "magic_damage": 0, "prayer": 0, @@ -299720,7 +299836,7 @@ "requirements": null }, "weapon": { - "attack_speed": 5, + "attack_speed": 7, "weapon_type": "axe", "stances": [ { @@ -299753,14 +299869,12 @@ } ] }, - "price": 0 + "price": 1697947 }, "28220": { "id": 28220, - "name": "Crystal 2h axe", - "tradeable": true, - "tradeable_on_ge": true, - "noteable": true, + "name": "Crystal felling axe", + "members": true, "equipable": true, "equipable_by_player": true, "equipable_weapon": true, @@ -299773,9 +299887,9 @@ "wiki_name": "Crystal 2h axe (Active)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_2h_axe#Active", "equipment": { - "attack_stab": -2, - "attack_slash": 38, - "attack_crush": 32, + "attack_stab": -3, + "attack_slash": 60, + "attack_crush": 51, "attack_magic": 0, "attack_ranged": 0, "defence_stab": 0, @@ -299783,7 +299897,7 @@ "defence_crush": 0, "defence_magic": 0, "defence_ranged": 0, - "melee_strength": 42, + "melee_strength": 67, "ranged_strength": 0, "magic_damage": 0, "prayer": 0, @@ -299791,7 +299905,7 @@ "requirements": null }, "weapon": { - "attack_speed": 5, + "attack_speed": 7, "weapon_type": "axe", "stances": [ { @@ -299828,25 +299942,23 @@ }, "28223": { "id": 28223, - "name": "Crystal 2h axe", - "tradeable": true, - "tradeable_on_ge": true, - "noteable": true, + "name": "Crystal felling axe (inactive)", + "members": true, "equipable": true, "equipable_by_player": true, "equipable_weapon": true, "cost": 161, "lowalch": 64, "highalch": 96, - "weight": 1.36, + "weight": 1.814, "release_date": "2023-06-28", "examine": "A woodcutter's axe.", "wiki_name": "Crystal 2h axe (Inactive)", "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_2h_axe#Inactive", "equipment": { - "attack_stab": -2, - "attack_slash": 38, - "attack_crush": 32, + "attack_stab": -3, + "attack_slash": 60, + "attack_crush": 51, "attack_magic": 0, "attack_ranged": 0, "defence_stab": 0, @@ -299854,7 +299966,7 @@ "defence_crush": 0, "defence_magic": 0, "defence_ranged": 0, - "melee_strength": 42, + "melee_strength": 67, "ranged_strength": 0, "magic_damage": 0, "prayer": 0, @@ -299862,7 +299974,7 @@ "requirements": null }, "weapon": { - "attack_speed": 5, + "attack_speed": 7, "weapon_type": "axe", "stances": [ { @@ -299899,7 +300011,8 @@ }, "28226": { "id": 28226, - "name": "3rd age 2h axe", + "name": "3rd age felling axe", + "members": true, "tradeable": true, "tradeable_on_ge": true, "noteable": true, @@ -299909,9 +300022,9 @@ "cost": 161, "lowalch": 64, "highalch": 96, - "weight": 1.36, + "weight": 1.814, "release_date": "2023-06-28", - "examine": "A beautifully crafted axe, shaped by ancient smiths.", + "examine": "A beautifully crafted felling axe, shaped by ancient smiths.", "wiki_name": "3rd age 2h axe", "wiki_url": "https://oldschool.runescape.wiki/w/3rd_age_2h_axe", "equipment": { @@ -300329,28 +300442,28 @@ "name": "Shadow quartz", "members": true, "cost": 100000, - "lowalch": 40000, - "highalch": 60000, "weight": 0.02, "release_date": "2023-07-26", "examine": "Made of condensed shadow energy.", "wiki_name": "Shadow quartz", "wiki_url": "https://oldschool.runescape.wiki/w/Shadow_quartz", - "price": 0 + "price": 0, + "lowalch": 40000, + "highalch": 60000 }, "28274": { "id": 28274, "name": "Smoke quartz", "members": true, "cost": 100000, - "lowalch": 40000, - "highalch": 60000, "weight": 0.02, "release_date": "2023-07-26", "examine": "Made of condensed smoke energy.", "wiki_name": "Smoke quartz", "wiki_url": "https://oldschool.runescape.wiki/w/Smoke_quartz", - "price": 0 + "price": 0, + "lowalch": 40000, + "highalch": 60000 }, "28276": { "id": 28276, @@ -300363,11 +300476,12 @@ "lowalch": 20000, "highalch": 30000, "weight": 3, + "buy_limit": 8, "release_date": "2023-07-26", "examine": "A dense clump of corroded metal.", "wiki_name": "Chromium ingot", "wiki_url": "https://oldschool.runescape.wiki/w/Chromium_ingot", - "price": 402741 + "price": 96607 }, "28279": { "id": 28279, @@ -300493,7 +300607,7 @@ "highalch": 4800, "weight": 0.002, "release_date": "2023-07-26", - "examine": "The icon of a berserker", + "examine": "The icon of a berserker.", "wiki_name": "Berserker icon", "wiki_url": "https://oldschool.runescape.wiki/w/Berserker_icon", "price": 2047499.5 @@ -300513,7 +300627,7 @@ "examine": "The icon of an archer.", "wiki_name": "Archer icon", "wiki_url": "https://oldschool.runescape.wiki/w/Archer_icon", - "price": 2967499.5 + "price": 3516543 }, "28301": { "id": 28301, @@ -300530,7 +300644,7 @@ "examine": "The icon of a warrior.", "wiki_name": "Warrior icon", "wiki_url": "https://oldschool.runescape.wiki/w/Warrior_icon", - "price": 92000 + "price": 61594.5 }, "28304": { "id": 28304, @@ -300584,7 +300698,7 @@ "slot": "ring", "requirements": null }, - "price": 149000000 + "price": 183851899 }, "28310": { "id": 28310, @@ -300621,7 +300735,7 @@ "slot": "ring", "requirements": null }, - "price": 81499971.5 + "price": 101350589.5 }, "28313": { "id": 28313, @@ -300658,7 +300772,7 @@ "slot": "ring", "requirements": null }, - "price": 86000501 + "price": 64194998 }, "28316": { "id": 28316, @@ -300695,7 +300809,7 @@ "slot": "ring", "requirements": null }, - "price": 142999348 + "price": 83827901.5 }, "28319": { "id": 28319, @@ -300826,56 +300940,56 @@ "name": "Strangled tablet", "members": true, "cost": 75000, - "lowalch": 30000, - "highalch": 45000, "weight": 0.5, "release_date": "2023-07-26", "examine": "Strange glowing symbols are inscribed upon this tablet.", "wiki_name": "Strangled tablet", "wiki_url": "https://oldschool.runescape.wiki/w/Strangled_tablet", - "price": 0 + "price": 0, + "lowalch": 30000, + "highalch": 45000 }, "28331": { "id": 28331, "name": "Sirenic tablet", "members": true, "cost": 75000, - "lowalch": 30000, - "highalch": 45000, "weight": 0.5, "release_date": "2023-07-26", "examine": "Strange glowing symbols are inscribed upon this tablet.", "wiki_name": "Sirenic tablet", "wiki_url": "https://oldschool.runescape.wiki/w/Sirenic_tablet", - "price": 0 + "price": 0, + "lowalch": 30000, + "highalch": 45000 }, "28332": { "id": 28332, "name": "Scarred tablet", "members": true, "cost": 75000, - "lowalch": 30000, - "highalch": 45000, "weight": 0.5, "release_date": "2023-07-26", "examine": "Strange glowing symbols are inscribed upon this tablet.", "wiki_name": "Scarred tablet", "wiki_url": "https://oldschool.runescape.wiki/w/Scarred_tablet", - "price": 0 + "price": 0, + "lowalch": 30000, + "highalch": 45000 }, "28333": { "id": 28333, "name": "Frozen tablet", "members": true, "cost": 75000, - "lowalch": 30000, - "highalch": 45000, "weight": 0.5, "release_date": "2023-07-26", "examine": "Strange glowing symbols are inscribed upon this tablet.", "wiki_name": "Frozen tablet", "wiki_url": "https://oldschool.runescape.wiki/w/Frozen_tablet", - "price": 0 + "price": 0, + "lowalch": 30000, + "highalch": 45000 }, "28334": { "id": 28334, @@ -300888,12 +301002,12 @@ "lowalch": 30000, "highalch": 45000, "weight": 0.4, - "buy_limit": 55, + "buy_limit": 50, "release_date": "2023-07-26", "examine": "A mysterious orb of unknown power. What could it do?", "wiki_name": "Awakener's orb", "wiki_url": "https://oldschool.runescape.wiki/w/Awakener's_orb", - "price": 3259501 + "price": 1661300.5 }, "28336": { "id": 28336, @@ -302548,5 +302662,2558 @@ "wiki_name": "Stink bomb", "wiki_url": "https://oldschool.runescape.wiki/w/Stink_bomb", "price": 0 + }, + "28473": { + "id": 28473, + "name": "Blood ancient sceptre (l)", + "members": true, + "equipable": true, + "equipable_by_player": true, + "equipable_weapon": true, + "cost": 200000, + "lowalch": 80000, + "highalch": 120000, + "weight": 2.267, + "release_date": "2023-08-16", + "examine": "A very old and powerful stick, enhanced with the power of blood magic.", + "wiki_name": "Blood ancient sceptre (Locked)", + "wiki_url": "https://oldschool.runescape.wiki/w/Blood_ancient_sceptre#Locked", + "equipment": { + "attack_stab": 20, + "attack_slash": -1, + "attack_crush": 50, + "attack_magic": 20, + "attack_ranged": 0, + "defence_stab": 2, + "defence_slash": 3, + "defence_crush": 1, + "defence_magic": 15, + "defence_ranged": 0, + "melee_strength": 60, + "ranged_strength": 0, + "magic_damage": 5, + "prayer": -1, + "slot": "weapon", + "requirements": null + }, + "weapon": { + "attack_speed": 4, + "weapon_type": "staff", + "stances": [ + { + "combat_style": "bash", + "attack_type": "crush", + "attack_style": "accurate", + "experience": "attack", + "boosts": null + }, + { + "combat_style": "pound", + "attack_type": "crush", + "attack_style": "aggressive", + "experience": "strength", + "boosts": null + }, + { + "combat_style": "focus", + "attack_type": "crush", + "attack_style": "defensive", + "experience": "defence", + "boosts": null + }, + { + "combat_style": "spell", + "attack_type": "spellcasting", + "attack_style": "magic", + "experience": "magic", + "boosts": null + }, + { + "combat_style": "spell (defensive)", + "attack_type": "defensive casting", + "attack_style": "magic", + "experience": "magic and defence", + "boosts": null + } + ] + }, + "price": 0 + }, + "28474": { + "id": 28474, + "name": "Ice ancient sceptre (l)", + "members": true, + "equipable": true, + "equipable_by_player": true, + "equipable_weapon": true, + "cost": 200000, + "lowalch": 80000, + "highalch": 120000, + "weight": 2.267, + "release_date": "2023-08-16", + "examine": "A very old and powerful stick, enhanced with the power of ice magic.", + "wiki_name": "Ice ancient sceptre (Locked)", + "wiki_url": "https://oldschool.runescape.wiki/w/Ice_ancient_sceptre#Locked", + "equipment": { + "attack_stab": 20, + "attack_slash": -1, + "attack_crush": 50, + "attack_magic": 20, + "attack_ranged": 0, + "defence_stab": 2, + "defence_slash": 3, + "defence_crush": 1, + "defence_magic": 15, + "defence_ranged": 0, + "melee_strength": 60, + "ranged_strength": 0, + "magic_damage": 5, + "prayer": -1, + "slot": "weapon", + "requirements": null + }, + "weapon": { + "attack_speed": 4, + "weapon_type": "staff", + "stances": [ + { + "combat_style": "bash", + "attack_type": "crush", + "attack_style": "accurate", + "experience": "attack", + "boosts": null + }, + { + "combat_style": "pound", + "attack_type": "crush", + "attack_style": "aggressive", + "experience": "strength", + "boosts": null + }, + { + "combat_style": "focus", + "attack_type": "crush", + "attack_style": "defensive", + "experience": "defence", + "boosts": null + }, + { + "combat_style": "spell", + "attack_type": "spellcasting", + "attack_style": "magic", + "experience": "magic", + "boosts": null + }, + { + "combat_style": "spell (defensive)", + "attack_type": "defensive casting", + "attack_style": "magic", + "experience": "magic and defence", + "boosts": null + } + ] + }, + "price": 0 + }, + "28475": { + "id": 28475, + "name": "Smoke ancient sceptre (l)", + "members": true, + "equipable": true, + "equipable_by_player": true, + "equipable_weapon": true, + "cost": 200000, + "lowalch": 80000, + "highalch": 120000, + "weight": 2.267, + "release_date": "2023-08-16", + "examine": "A very old and powerful stick, enhanced with the power of smoke magic.", + "wiki_name": "Smoke ancient sceptre (Locked)", + "wiki_url": "https://oldschool.runescape.wiki/w/Smoke_ancient_sceptre#Locked", + "equipment": { + "attack_stab": 20, + "attack_slash": -1, + "attack_crush": 50, + "attack_magic": 20, + "attack_ranged": 0, + "defence_stab": 2, + "defence_slash": 3, + "defence_crush": 1, + "defence_magic": 15, + "defence_ranged": 0, + "melee_strength": 60, + "ranged_strength": 0, + "magic_damage": 5, + "prayer": -1, + "slot": "weapon", + "requirements": null + }, + "weapon": { + "attack_speed": 4, + "weapon_type": "staff", + "stances": [ + { + "combat_style": "bash", + "attack_type": "crush", + "attack_style": "accurate", + "experience": "attack", + "boosts": null + }, + { + "combat_style": "pound", + "attack_type": "crush", + "attack_style": "aggressive", + "experience": "strength", + "boosts": null + }, + { + "combat_style": "focus", + "attack_type": "crush", + "attack_style": "defensive", + "experience": "defence", + "boosts": null + }, + { + "combat_style": "spell", + "attack_type": "spellcasting", + "attack_style": "magic", + "experience": "magic", + "boosts": null + }, + { + "combat_style": "spell (defensive)", + "attack_type": "defensive casting", + "attack_style": "magic", + "experience": "magic and defence", + "boosts": null + } + ] + }, + "price": 0 + }, + "28476": { + "id": 28476, + "name": "Shadow ancient sceptre (l)", + "members": true, + "equipable": true, + "equipable_by_player": true, + "equipable_weapon": true, + "cost": 200000, + "lowalch": 80000, + "highalch": 120000, + "weight": 2.267, + "release_date": "2023-08-16", + "examine": "A very old and powerful stick, enhanced with the power of shadow magic.", + "wiki_name": "Shadow ancient sceptre (Locked)", + "wiki_url": "https://oldschool.runescape.wiki/w/Shadow_ancient_sceptre#Locked", + "equipment": { + "attack_stab": 20, + "attack_slash": -1, + "attack_crush": 50, + "attack_magic": 20, + "attack_ranged": 0, + "defence_stab": 2, + "defence_slash": 3, + "defence_crush": 1, + "defence_magic": 15, + "defence_ranged": 0, + "melee_strength": 60, + "ranged_strength": 0, + "magic_damage": 5, + "prayer": -1, + "slot": "weapon", + "requirements": null + }, + "weapon": { + "attack_speed": 4, + "weapon_type": "staff", + "stances": [ + { + "combat_style": "bash", + "attack_type": "crush", + "attack_style": "accurate", + "experience": "attack", + "boosts": null + }, + { + "combat_style": "pound", + "attack_type": "crush", + "attack_style": "aggressive", + "experience": "strength", + "boosts": null + }, + { + "combat_style": "focus", + "attack_type": "crush", + "attack_style": "defensive", + "experience": "defence", + "boosts": null + }, + { + "combat_style": "spell", + "attack_type": "spellcasting", + "attack_style": "magic", + "experience": "magic", + "boosts": null + }, + { + "combat_style": "spell (defensive)", + "attack_type": "defensive casting", + "attack_style": "magic", + "experience": "magic and defence", + "boosts": null + } + ] + }, + "price": 0 + }, + "28477": { + "id": 28477, + "name": "Sigil of sustenance", + "members": true, + "tradeable": true, + "cost": 1, + "lowalch": 0, + "highalch": 0, + "weight": 0.4, + "release_date": "2023-08-23", + "examine": "A sigil attuned to you with great power.", + "wiki_name": "Sigil of sustenance (Attuned)", + "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_sustenance#Attuned", + "price": 0 + }, + "28478": { + "id": 28478, + "name": "Sigil of sustenance", + "members": true, + "tradeable": true, + "tradeable_on_ge": true, + "noteable": true, + "cost": 10000, + "lowalch": 4000, + "highalch": 6000, + "weight": 0.4, + "release_date": "2023-08-23", + "examine": "A power enhancing sigil not yet attuned to you.", + "wiki_name": "Sigil of sustenance (Un-attuned)", + "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_sustenance#Un-attuned", + "price": 0 + }, + "28480": { + "id": 28480, + "name": "Sigil of hoarding", + "members": true, + "tradeable": true, + "cost": 1, + "lowalch": 0, + "highalch": 0, + "weight": 0.4, + "release_date": "2023-08-23", + "examine": "A sigil attuned to you with great power.", + "wiki_name": "Sigil of hoarding (Attuned)", + "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_hoarding#Attuned", + "price": 0 + }, + "28481": { + "id": 28481, + "name": "Sigil of hoarding", + "members": true, + "tradeable": true, + "tradeable_on_ge": true, + "noteable": true, + "cost": 10000, + "lowalch": 4000, + "highalch": 6000, + "weight": 0.4, + "release_date": "2023-08-23", + "examine": "A power enhancing sigil not yet attuned to you.", + "wiki_name": "Sigil of hoarding (Un-attuned)", + "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_hoarding#Un-attuned", + "price": 0 + }, + "28483": { + "id": 28483, + "name": "Sigil of the alchemaniac", + "members": true, + "tradeable": true, + "cost": 1, + "lowalch": 0, + "highalch": 0, + "weight": 0.4, + "release_date": "2023-08-23", + "examine": "A sigil attuned to you with great power.", + "wiki_name": "Sigil of the alchemaniac (Attuned)", + "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_the_alchemaniac#Attuned", + "price": 0 + }, + "28484": { + "id": 28484, + "name": "Sigil of the alchemaniac", + "members": true, + "tradeable": true, + "tradeable_on_ge": true, + "noteable": true, + "cost": 10000, + "lowalch": 4000, + "highalch": 6000, + "weight": 0.4, + "release_date": "2023-08-23", + "examine": "A power enhancing sigil not yet attuned to you.", + "wiki_name": "Sigil of the alchemaniac (Un-attuned)", + "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_the_alchemaniac#Un-attuned", + "price": 0 + }, + "28486": { + "id": 28486, + "name": "Sigil of the hunter", + "members": true, + "tradeable": true, + "cost": 1, + "lowalch": 0, + "highalch": 0, + "weight": 0.4, + "release_date": "2023-08-23", + "examine": "A sigil attuned to you with great power.", + "wiki_name": "Sigil of the hunter (Attuned)", + "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_the_hunter#Attuned", + "price": 0 + }, + "28487": { + "id": 28487, + "name": "Sigil of the hunter", + "members": true, + "tradeable": true, + "tradeable_on_ge": true, + "noteable": true, + "cost": 20000, + "lowalch": 8000, + "highalch": 12000, + "weight": 0.4, + "release_date": "2023-08-23", + "examine": "A power enhancing sigil not yet attuned to you.", + "wiki_name": "Sigil of the hunter (Un-attuned)", + "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_the_hunter#Un-attuned", + "price": 0 + }, + "28489": { + "id": 28489, + "name": "Sigil of resistance", + "members": true, + "tradeable": true, + "cost": 1, + "lowalch": 0, + "highalch": 0, + "weight": 0.4, + "release_date": "2023-08-23", + "examine": "A sigil attuned to you with great power.", + "wiki_name": "Sigil of resistance (Attuned)", + "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_resistance#Attuned", + "price": 0 + }, + "28490": { + "id": 28490, + "name": "Sigil of resistance", + "members": true, + "tradeable": true, + "tradeable_on_ge": true, + "noteable": true, + "cost": 10000, + "lowalch": 4000, + "highalch": 6000, + "weight": 0.4, + "release_date": "2023-08-23", + "examine": "A power enhancing sigil not yet attuned to you.", + "wiki_name": "Sigil of resistance (Un-attuned)", + "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_resistance#Un-attuned", + "price": 0 + }, + "28492": { + "id": 28492, + "name": "Sigil of agile fortune", + "members": true, + "tradeable": true, + "cost": 1, + "lowalch": 0, + "highalch": 0, + "weight": 0.4, + "release_date": "2023-08-23", + "examine": "A sigil attuned to you with great power.", + "wiki_name": "Sigil of agile fortune (Attuned)", + "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_agile_fortune#Attuned", + "price": 0 + }, + "28493": { + "id": 28493, + "name": "Sigil of agile fortune", + "members": true, + "tradeable": true, + "tradeable_on_ge": true, + "noteable": true, + "cost": 10000, + "lowalch": 4000, + "highalch": 6000, + "weight": 0.4, + "release_date": "2023-08-23", + "examine": "A power enhancing sigil not yet attuned to you.", + "wiki_name": "Sigil of agile fortune (Un-attuned)", + "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_agile_fortune#Un-attuned", + "price": 0 + }, + "28495": { + "id": 28495, + "name": "Sigil of the food master", + "members": true, + "tradeable": true, + "cost": 1, + "lowalch": 0, + "highalch": 0, + "weight": 0.4, + "release_date": "2023-08-23", + "examine": "A sigil attuned to you with great power.", + "wiki_name": "Sigil of the food master (Attuned)", + "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_the_food_master#Attuned", + "price": 0 + }, + "28496": { + "id": 28496, + "name": "Sigil of the food master", + "members": true, + "tradeable": true, + "tradeable_on_ge": true, + "noteable": true, + "cost": 30000, + "lowalch": 12000, + "highalch": 18000, + "weight": 0.4, + "release_date": "2023-08-23", + "examine": "A power enhancing sigil not yet attuned to you.", + "wiki_name": "Sigil of the food master (Un-attuned)", + "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_the_food_master#Un-attuned", + "price": 0 + }, + "28498": { + "id": 28498, + "name": "Sigil of the well-fed", + "members": true, + "tradeable": true, + "cost": 1, + "lowalch": 0, + "highalch": 0, + "weight": 0.4, + "release_date": "2023-08-23", + "examine": "A sigil attuned to you with great power.", + "wiki_name": "Sigil of the well-fed (Attuned)", + "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_the_well-fed#Attuned", + "price": 0 + }, + "28499": { + "id": 28499, + "name": "Sigil of the well-fed", + "members": true, + "tradeable": true, + "tradeable_on_ge": true, + "noteable": true, + "cost": 10000, + "lowalch": 4000, + "highalch": 6000, + "weight": 0.4, + "release_date": "2023-08-23", + "examine": "A power enhancing sigil not yet attuned to you.", + "wiki_name": "Sigil of the well-fed (Un-attuned)", + "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_the_well-fed#Un-attuned", + "price": 0 + }, + "28501": { + "id": 28501, + "name": "Sigil of the infernal chef", + "members": true, + "tradeable": true, + "cost": 1, + "lowalch": 0, + "highalch": 0, + "weight": 0.4, + "release_date": "2023-08-23", + "examine": "A sigil attuned to you with great power.", + "wiki_name": "Sigil of the infernal chef (Attuned)", + "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_the_infernal_chef#Attuned", + "price": 0 + }, + "28502": { + "id": 28502, + "name": "Sigil of the infernal chef", + "members": true, + "tradeable": true, + "tradeable_on_ge": true, + "noteable": true, + "cost": 10000, + "lowalch": 4000, + "highalch": 6000, + "weight": 0.4, + "release_date": "2023-08-23", + "examine": "A power enhancing sigil not yet attuned to you.", + "wiki_name": "Sigil of the infernal chef (Un-attuned)", + "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_the_infernal_chef#Un-attuned", + "price": 0 + }, + "28504": { + "id": 28504, + "name": "Sigil of the infernal smith", + "members": true, + "tradeable": true, + "cost": 1, + "lowalch": 0, + "highalch": 0, + "weight": 0.4, + "release_date": "2023-08-23", + "examine": "A sigil attuned to you with great power.", + "wiki_name": "Sigil of the infernal smith (Attuned)", + "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_the_infernal_smith#Attuned", + "price": 0 + }, + "28505": { + "id": 28505, + "name": "Sigil of the infernal smith", + "members": true, + "tradeable": true, + "tradeable_on_ge": true, + "noteable": true, + "cost": 10000, + "lowalch": 4000, + "highalch": 6000, + "weight": 0.4, + "release_date": "2023-08-23", + "examine": "A power enhancing sigil not yet attuned to you.", + "wiki_name": "Sigil of the infernal smith (Un-attuned)", + "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_the_infernal_smith#Un-attuned", + "price": 0 + }, + "28507": { + "id": 28507, + "name": "Sigil of the lightbearer", + "members": true, + "tradeable": true, + "cost": 1, + "lowalch": 0, + "highalch": 0, + "weight": 0.4, + "release_date": "2023-08-23", + "examine": "A power enhancing sigil not yet attuned to you.", + "wiki_name": "Sigil of the lightbearer (Un-attuned)", + "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_the_lightbearer#Un-attuned", + "price": 0 + }, + "28508": { + "id": 28508, + "name": "Sigil of the lightbearer", + "members": true, + "tradeable": true, + "tradeable_on_ge": true, + "noteable": true, + "cost": 10000, + "lowalch": 4000, + "highalch": 6000, + "weight": 0.4, + "release_date": "2023-08-23", + "examine": "A sigil attuned to you with great power.", + "wiki_name": "Sigil of the lightbearer (Attuned)", + "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_the_lightbearer#Attuned", + "price": 0 + }, + "28510": { + "id": 28510, + "name": "Sigil of the bloodhound", + "members": true, + "tradeable": true, + "cost": 1, + "lowalch": 0, + "highalch": 0, + "weight": 0.4, + "release_date": "2023-08-23", + "examine": "A sigil attuned to you with great power.", + "wiki_name": "Sigil of the bloodhound (Attuned)", + "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_the_bloodhound#Attuned", + "price": 0 + }, + "28511": { + "id": 28511, + "name": "Sigil of the bloodhound", + "members": true, + "tradeable": true, + "tradeable_on_ge": true, + "noteable": true, + "cost": 10000, + "lowalch": 4000, + "highalch": 6000, + "weight": 0.4, + "release_date": "2023-08-23", + "examine": "A power enhancing sigil not yet attuned to you.", + "wiki_name": "Sigil of the bloodhound (Un-attuned)", + "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_the_bloodhound#Un-attuned", + "price": 0 + }, + "28513": { + "id": 28513, + "name": "Sigil of precision", + "members": true, + "tradeable": true, + "cost": 1, + "lowalch": 0, + "highalch": 0, + "weight": 0.4, + "release_date": "2023-08-23", + "examine": "A sigil attuned to you with great power.", + "wiki_name": "Sigil of precision (Attuned)", + "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_precision#Attuned", + "price": 0 + }, + "28514": { + "id": 28514, + "name": "Sigil of precision", + "members": true, + "tradeable": true, + "tradeable_on_ge": true, + "noteable": true, + "cost": 10000, + "lowalch": 4000, + "highalch": 6000, + "weight": 0.4, + "release_date": "2023-08-23", + "examine": "A power enhancing sigil not yet attuned to you.", + "wiki_name": "Sigil of precision (Un-attuned)", + "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_precision#Un-attuned", + "price": 0 + }, + "28516": { + "id": 28516, + "name": "Sigil of the augmented thrall", + "members": true, + "tradeable": true, + "cost": 1, + "lowalch": 0, + "highalch": 0, + "weight": 0.4, + "release_date": "2023-08-23", + "examine": "A sigil attuned to you with great power.", + "wiki_name": "Sigil of the augmented thrall (Attuned)", + "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_the_augmented_thrall#Attuned", + "price": 0 + }, + "28517": { + "id": 28517, + "name": "Sigil of the augmented thrall", + "members": true, + "tradeable": true, + "tradeable_on_ge": true, + "noteable": true, + "cost": 10000, + "lowalch": 4000, + "highalch": 6000, + "weight": 0.4, + "release_date": "2023-08-23", + "examine": "A power enhancing sigil not yet attuned to you.", + "wiki_name": "Sigil of the augmented thrall (Un-attuned)", + "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_the_augmented_thrall#Un-attuned", + "price": 0 + }, + "28519": { + "id": 28519, + "name": "Sigil of faith", + "members": true, + "tradeable": true, + "cost": 1, + "lowalch": 0, + "highalch": 0, + "weight": 0.4, + "release_date": "2023-08-23", + "examine": "A sigil attuned to you with great power.", + "wiki_name": "Sigil of faith (Attuned)", + "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_faith#Attuned", + "price": 0 + }, + "28520": { + "id": 28520, + "name": "Sigil of faith", + "members": true, + "tradeable": true, + "tradeable_on_ge": true, + "noteable": true, + "cost": 10000, + "lowalch": 4000, + "highalch": 6000, + "weight": 0.4, + "release_date": "2023-08-23", + "examine": "A power enhancing sigil not yet attuned to you.", + "wiki_name": "Sigil of faith (Un-attuned)", + "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_faith#Un-attuned", + "price": 0 + }, + "28522": { + "id": 28522, + "name": "Sigil of titanium", + "members": true, + "tradeable": true, + "cost": 1, + "lowalch": 0, + "highalch": 0, + "weight": 0.4, + "release_date": "2023-08-23", + "examine": "A sigil attuned to you with great power.", + "wiki_name": "Sigil of titanium (Attuned)", + "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_titanium#Attuned", + "price": 0 + }, + "28523": { + "id": 28523, + "name": "Sigil of titanium", + "members": true, + "tradeable": true, + "tradeable_on_ge": true, + "noteable": true, + "cost": 10000, + "lowalch": 4000, + "highalch": 6000, + "weight": 0.4, + "release_date": "2023-08-23", + "examine": "A power enhancing sigil not yet attuned to you.", + "wiki_name": "Sigil of titanium (Un-attuned)", + "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_titanium#Un-attuned", + "price": 0 + }, + "28525": { + "id": 28525, + "name": "Sigil of the ninja", + "members": true, + "tradeable": true, + "cost": 1, + "lowalch": 0, + "highalch": 0, + "weight": 0.4, + "release_date": "2023-08-23", + "examine": "A sigil attuned to you with great power.", + "wiki_name": "Sigil of the ninja (Attuned)", + "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_the_ninja#Attuned", + "price": 0 + }, + "28526": { + "id": 28526, + "name": "Sigil of the ninja", + "members": true, + "tradeable": true, + "tradeable_on_ge": true, + "noteable": true, + "cost": 10000, + "lowalch": 4000, + "highalch": 6000, + "weight": 0.4, + "release_date": "2023-08-23", + "examine": "A power enhancing sigil not yet attuned to you.", + "wiki_name": "Sigil of the ninja (Un-attuned)", + "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_the_ninja#Un-attuned", + "price": 0 + }, + "28528": { + "id": 28528, + "name": "Sigil of woodcraft", + "members": true, + "tradeable": true, + "cost": 1, + "lowalch": 0, + "highalch": 0, + "weight": 0.4, + "release_date": "2023-08-23", + "examine": "A sigil attuned to you with great power.", + "wiki_name": "Sigil of woodcraft (Attuned)", + "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_woodcraft#Attuned", + "price": 0 + }, + "28529": { + "id": 28529, + "name": "Sigil of woodcraft", + "members": true, + "tradeable": true, + "tradeable_on_ge": true, + "noteable": true, + "cost": 10000, + "lowalch": 4000, + "highalch": 6000, + "weight": 0.4, + "release_date": "2023-08-23", + "examine": "A power enhancing sigil not yet attuned to you.", + "wiki_name": "Sigil of woodcraft (Un-attuned)", + "wiki_url": "https://oldschool.runescape.wiki/w/Sigil_of_woodcraft#Un-attuned", + "price": 0 + }, + "28531": { + "id": 28531, + "name": "Corrupted voidwaker", + "members": true, + "tradeable": true, + "tradeable_on_ge": true, + "noteable": true, + "equipable": true, + "equipable_by_player": true, + "equipable_weapon": true, + "cost": 250000, + "lowalch": 100000, + "highalch": 150000, + "weight": 1.814, + "release_date": "2023-08-23", + "examine": "A truly fearsome weapon.", + "wiki_name": "Corrupted voidwaker", + "wiki_url": "https://oldschool.runescape.wiki/w/Corrupted_voidwaker", + "equipment": { + "attack_stab": 56, + "attack_slash": 64, + "attack_crush": -2, + "attack_magic": 4, + "attack_ranged": 0, + "defence_stab": 0, + "defence_slash": 1, + "defence_crush": 0, + "defence_magic": 2, + "defence_ranged": 0, + "melee_strength": 64, + "ranged_strength": 0, + "magic_damage": 0, + "prayer": 0, + "slot": "weapon", + "requirements": null + }, + "weapon": { + "attack_speed": 4, + "weapon_type": "slash_sword", + "stances": [ + { + "combat_style": "chop", + "attack_type": "slash", + "attack_style": "accurate", + "experience": "attack", + "boosts": null + }, + { + "combat_style": "slash", + "attack_type": "slash", + "attack_style": "aggressive", + "experience": "strength", + "boosts": null + }, + { + "combat_style": "lunge", + "attack_type": "stab", + "attack_style": "controlled", + "experience": "shared", + "boosts": null + }, + { + "combat_style": "block", + "attack_type": "slash", + "attack_style": "defensive", + "experience": "defence", + "boosts": null + } + ] + }, + "price": 0 + }, + "28534": { + "id": 28534, + "name": "Corrupted dragon claws", + "members": true, + "tradeable": true, + "tradeable_on_ge": true, + "noteable": true, + "equipable": true, + "equipable_by_player": true, + "equipable_weapon": true, + "cost": 250000, + "lowalch": 100000, + "highalch": 150000, + "weight": 0.907, + "release_date": "2023-08-23", + "examine": "A set of fighting claws.", + "wiki_name": "Corrupted dragon claws", + "wiki_url": "https://oldschool.runescape.wiki/w/Corrupted_dragon_claws", + "equipment": { + "attack_stab": 33, + "attack_slash": 46, + "attack_crush": -4, + "attack_magic": 0, + "attack_ranged": 0, + "defence_stab": 11, + "defence_slash": 21, + "defence_crush": 6, + "defence_magic": 0, + "defence_ranged": 0, + "melee_strength": 45, + "ranged_strength": 0, + "magic_damage": 0, + "prayer": 0, + "slot": "2h", + "requirements": null + }, + "weapon": { + "attack_speed": 4, + "weapon_type": "claw", + "stances": [ + { + "combat_style": "chop", + "attack_type": "slash", + "attack_style": "accurate", + "experience": "attack", + "boosts": null + }, + { + "combat_style": "slash", + "attack_type": "slash", + "attack_style": "aggressive", + "experience": "strength", + "boosts": null + }, + { + "combat_style": "lunge", + "attack_type": "stab", + "attack_style": "controlled", + "experience": "shared", + "boosts": null + }, + { + "combat_style": "block", + "attack_type": "slash", + "attack_style": "defensive", + "experience": "defence", + "boosts": null + } + ] + }, + "price": 0 + }, + "28537": { + "id": 28537, + "name": "Corrupted armadyl godsword", + "members": true, + "tradeable": true, + "tradeable_on_ge": true, + "noteable": true, + "equipable": true, + "equipable_by_player": true, + "equipable_weapon": true, + "cost": 250000, + "lowalch": 100000, + "highalch": 150000, + "weight": 10, + "release_date": "2023-08-23", + "examine": "A beautiful, heavy sword.", + "wiki_name": "Corrupted armadyl godsword", + "wiki_url": "https://oldschool.runescape.wiki/w/Corrupted_armadyl_godsword", + "equipment": { + "attack_stab": 0, + "attack_slash": 106, + "attack_crush": 64, + "attack_magic": 0, + "attack_ranged": 0, + "defence_stab": 0, + "defence_slash": 0, + "defence_crush": 0, + "defence_magic": 0, + "defence_ranged": 0, + "melee_strength": 106, + "ranged_strength": 0, + "magic_damage": 0, + "prayer": 7, + "slot": "2h", + "requirements": null + }, + "weapon": { + "attack_speed": 6, + "weapon_type": "2h_sword", + "stances": [ + { + "combat_style": "chop", + "attack_type": "slash", + "attack_style": "accurate", + "experience": "attack", + "boosts": null + }, + { + "combat_style": "slash", + "attack_type": "slash", + "attack_style": "aggressive", + "experience": "strength", + "boosts": null + }, + { + "combat_style": "smash", + "attack_type": "crush", + "attack_style": "aggressive", + "experience": "strength", + "boosts": null + }, + { + "combat_style": "block", + "attack_type": "slash", + "attack_style": "defensive", + "experience": "defence", + "boosts": null + } + ] + }, + "price": 0 + }, + "28540": { + "id": 28540, + "name": "Corrupted twisted bow", + "members": true, + "tradeable": true, + "tradeable_on_ge": true, + "noteable": true, + "equipable": true, + "equipable_by_player": true, + "equipable_weapon": true, + "cost": 250000, + "lowalch": 100000, + "highalch": 150000, + "weight": 1.814, + "release_date": "2023-08-23", + "examine": "A mystical bow carved from the twisted remains of the Great Olm.", + "wiki_name": "Corrupted twisted bow", + "wiki_url": "https://oldschool.runescape.wiki/w/Corrupted_twisted_bow", + "equipment": { + "attack_stab": 0, + "attack_slash": 0, + "attack_crush": 0, + "attack_magic": 0, + "attack_ranged": 56, + "defence_stab": 0, + "defence_slash": 0, + "defence_crush": 0, + "defence_magic": 0, + "defence_ranged": 0, + "melee_strength": 0, + "ranged_strength": 2, + "magic_damage": 0, + "prayer": 0, + "slot": "2h", + "requirements": null + }, + "weapon": { + "attack_speed": 6, + "weapon_type": "bow", + "stances": [ + { + "combat_style": "accurate", + "attack_type": null, + "attack_style": null, + "experience": "ranged", + "boosts": "accuracy and damage" + }, + { + "combat_style": "rapid", + "attack_type": null, + "attack_style": null, + "experience": "ranged", + "boosts": "attack speed by 1 tick" + }, + { + "combat_style": "longrange", + "attack_type": null, + "attack_style": null, + "experience": "ranged and defence", + "boosts": "attack range by 2 squares" + } + ] + }, + "price": 0 + }, + "28543": { + "id": 28543, + "name": "Corrupted scythe of vitur", + "members": true, + "equipable": true, + "equipable_by_player": true, + "equipable_weapon": true, + "cost": 250000, + "lowalch": 100000, + "highalch": 150000, + "weight": 3.175, + "release_date": "2023-08-23", + "examine": "A powerful scythe.", + "wiki_name": "Corrupted scythe of vitur (Charged)", + "wiki_url": "https://oldschool.runescape.wiki/w/Corrupted_scythe_of_vitur#Charged", + "equipment": { + "attack_stab": 56, + "attack_slash": 88, + "attack_crush": 24, + "attack_magic": -6, + "attack_ranged": 0, + "defence_stab": -2, + "defence_slash": 7, + "defence_crush": 8, + "defence_magic": 0, + "defence_ranged": 0, + "melee_strength": 60, + "ranged_strength": 0, + "magic_damage": 0, + "prayer": 0, + "slot": "2h", + "requirements": null + }, + "weapon": { + "attack_speed": 5, + "weapon_type": "scythe", + "stances": [ + { + "combat_style": "reap", + "attack_type": "slash", + "attack_style": "accurate", + "experience": "attack", + "boosts": null + }, + { + "combat_style": "chop", + "attack_type": "slash", + "attack_style": "aggressive", + "experience": "strength", + "boosts": null + }, + { + "combat_style": "jab", + "attack_type": "crush", + "attack_style": "aggressive", + "experience": "strength", + "boosts": null + }, + { + "combat_style": "block", + "attack_type": "slash", + "attack_style": "defensive", + "experience": "defence", + "boosts": null + } + ] + }, + "price": 0 + }, + "28545": { + "id": 28545, + "name": "Corrupted scythe of vitur (uncharged)", + "members": true, + "tradeable": true, + "tradeable_on_ge": true, + "noteable": true, + "equipable": true, + "equipable_by_player": true, + "equipable_weapon": true, + "cost": 250000, + "lowalch": 100000, + "highalch": 150000, + "weight": 3.175, + "release_date": "2023-08-23", + "examine": "A powerful scythe. It is currently uncharged.", + "wiki_name": "Corrupted scythe of vitur (Uncharged)", + "wiki_url": "https://oldschool.runescape.wiki/w/Corrupted_scythe_of_vitur#Uncharged", + "equipment": { + "attack_stab": 40, + "attack_slash": 60, + "attack_crush": 8, + "attack_magic": -6, + "attack_ranged": 0, + "defence_stab": -2, + "defence_slash": 5, + "defence_crush": 0, + "defence_magic": 0, + "defence_ranged": 0, + "melee_strength": 40, + "ranged_strength": 0, + "magic_damage": 0, + "prayer": 0, + "slot": "2h", + "requirements": null + }, + "weapon": { + "attack_speed": 5, + "weapon_type": "scythe", + "stances": [ + { + "combat_style": "reap", + "attack_type": "slash", + "attack_style": "accurate", + "experience": "attack", + "boosts": null + }, + { + "combat_style": "chop", + "attack_type": "slash", + "attack_style": "aggressive", + "experience": "strength", + "boosts": null + }, + { + "combat_style": "jab", + "attack_type": "crush", + "attack_style": "aggressive", + "experience": "strength", + "boosts": null + }, + { + "combat_style": "block", + "attack_type": "slash", + "attack_style": "defensive", + "experience": "defence", + "boosts": null + } + ] + }, + "price": 0 + }, + "28547": { + "id": 28547, + "name": "Corrupted tumeken's shadow", + "members": true, + "equipable": true, + "equipable_by_player": true, + "equipable_weapon": true, + "cost": 250000, + "lowalch": 100000, + "highalch": 150000, + "weight": 5, + "release_date": "2023-08-23", + "examine": "An ancient staff created using a higher power.", + "wiki_name": "Corrupted tumeken's shadow (Charged)", + "wiki_url": "https://oldschool.runescape.wiki/w/Corrupted_tumeken's_shadow#Charged", + "equipment": { + "attack_stab": 0, + "attack_slash": 0, + "attack_crush": 0, + "attack_magic": 35, + "attack_ranged": 0, + "defence_stab": 0, + "defence_slash": 0, + "defence_crush": 0, + "defence_magic": 20, + "defence_ranged": 0, + "melee_strength": 0, + "ranged_strength": 0, + "magic_damage": 0, + "prayer": 1, + "slot": "2h", + "requirements": null + }, + "weapon": { + "attack_speed": 5, + "weapon_type": "powered_staff", + "stances": [ + { + "combat_style": "accurate", + "attack_type": null, + "attack_style": null, + "experience": "magic", + "boosts": "accuracy and damage" + }, + { + "combat_style": "accurate", + "attack_type": null, + "attack_style": null, + "experience": "magic", + "boosts": "accuracy and damage" + }, + { + "combat_style": "longrange", + "attack_type": null, + "attack_style": null, + "experience": "magic and defence", + "boosts": "attack range by 2 squares" + } + ] + }, + "price": 0 + }, + "28549": { + "id": 28549, + "name": "Corrupted tumeken's shadow (uncharged)", + "members": true, + "tradeable": true, + "tradeable_on_ge": true, + "noteable": true, + "equipable": true, + "equipable_by_player": true, + "equipable_weapon": true, + "cost": 250000, + "lowalch": 100000, + "highalch": 150000, + "weight": 4, + "release_date": "2023-08-23", + "examine": "An ancient staff created using a higher power.", + "wiki_name": "Corrupted tumeken's shadow (Uncharged)", + "wiki_url": "https://oldschool.runescape.wiki/w/Corrupted_tumeken's_shadow#Uncharged", + "equipment": { + "attack_stab": 0, + "attack_slash": 0, + "attack_crush": 0, + "attack_magic": 35, + "attack_ranged": 0, + "defence_stab": 0, + "defence_slash": 0, + "defence_crush": 0, + "defence_magic": 20, + "defence_ranged": 0, + "melee_strength": 0, + "ranged_strength": 0, + "magic_damage": 0, + "prayer": 1, + "slot": "2h", + "requirements": null + }, + "weapon": { + "attack_speed": 5, + "weapon_type": "powered_staff", + "stances": [ + { + "combat_style": "accurate", + "attack_type": null, + "attack_style": null, + "experience": "magic", + "boosts": "accuracy and damage" + }, + { + "combat_style": "accurate", + "attack_type": null, + "attack_style": null, + "experience": "magic", + "boosts": "accuracy and damage" + }, + { + "combat_style": "longrange", + "attack_type": null, + "attack_style": null, + "experience": "magic and defence", + "boosts": "attack range by 2 squares" + } + ] + }, + "price": 0 + }, + "28551": { + "id": 28551, + "name": "Quest lamp", + "members": true, + "cost": 1, + "lowalch": 0, + "highalch": 0, + "weight": 0.1, + "release_date": "2023-08-23", + "examine": "I wonder what happens if I rub it...", + "wiki_name": "Quest lamp", + "wiki_url": "https://oldschool.runescape.wiki/w/Quest_lamp", + "price": 0 + }, + "28561": { + "id": 28561, + "name": "Trinket of vengeance", + "members": true, + "tradeable": true, + "tradeable_on_ge": true, + "noteable": true, + "cost": 10000, + "lowalch": 4000, + "highalch": 6000, + "weight": 1, + "release_date": "2023-08-23", + "examine": "A magic rock! This one casts the Vengeance spell.", + "wiki_name": "Trinket of vengeance", + "wiki_url": "https://oldschool.runescape.wiki/w/Trinket_of_vengeance", + "price": 0 + }, + "28564": { + "id": 28564, + "name": "Trinket of fairies", + "members": true, + "tradeable": true, + "tradeable_on_ge": true, + "noteable": true, + "cost": 10000, + "lowalch": 4000, + "highalch": 6000, + "weight": 1, + "release_date": "2023-08-23", + "examine": "A magic rock! This one smells funny and lets you teleport.", + "wiki_name": "Trinket of fairies", + "wiki_url": "https://oldschool.runescape.wiki/w/Trinket_of_fairies", + "price": 0 + }, + "28567": { + "id": 28567, + "name": "Trinket of advanced weaponry", + "members": true, + "tradeable": true, + "tradeable_on_ge": true, + "noteable": true, + "cost": 10000, + "lowalch": 4000, + "highalch": 6000, + "weight": 1, + "release_date": "2023-08-23", + "examine": "A magic rock! This one gives you a random blighted weapon instead.", + "wiki_name": "Trinket of advanced weaponry", + "wiki_url": "https://oldschool.runescape.wiki/w/Trinket_of_advanced_weaponry", + "price": 0 + }, + "28570": { + "id": 28570, + "name": "Trinket of undead", + "members": true, + "tradeable": true, + "tradeable_on_ge": true, + "noteable": true, + "cost": 10000, + "lowalch": 4000, + "highalch": 6000, + "weight": 1, + "release_date": "2023-08-23", + "examine": "A magic rock! This one gives you random thralls.", + "wiki_name": "Trinket of undead", + "wiki_url": "https://oldschool.runescape.wiki/w/Trinket_of_undead", + "price": 0 + }, + "28573": { + "id": 28573, + "name": "Chest key", + "members": true, + "cost": 30, + "weight": 0.01, + "release_date": "2023-09-13", + "wiki_name": "Chest key (The Path of Glouphrie)", + "wiki_url": "https://oldschool.runescape.wiki/w/Chest_key_(The_Path_of_Glouphrie)", + "price": 0 + }, + "28574": { + "id": 28574, + "name": "Strongroom key", + "members": true, + "cost": 30, + "weight": 0.01, + "release_date": "2023-09-13", + "examine": "This opens the door into Golrie's strongroom.", + "wiki_name": "Strongroom key", + "wiki_url": "https://oldschool.runescape.wiki/w/Strongroom_key", + "price": 0 + }, + "28575": { + "id": 28575, + "name": "Crystal chime seed", + "members": true, + "cost": 2000, + "weight": 0.01, + "release_date": "2023-09-13", + "examine": "A seed to be sung into a magical crystal chime.", + "wiki_name": "Crystal chime seed", + "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_chime_seed", + "price": 0 + }, + "28577": { + "id": 28577, + "name": "Crystal chime", + "members": true, + "cost": 3000, + "weight": 1, + "release_date": "2023-09-13", + "examine": "It makes a sound.", + "wiki_name": "Crystal chime", + "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_chime", + "price": 0 + }, + "28579": { + "id": 28579, + "name": "Yewnock's notes", + "members": true, + "cost": 30, + "weight": 0.02, + "release_date": "2023-09-13", + "examine": "Notes written by Yewnock.", + "wiki_name": "Yewnock's notes", + "wiki_url": "https://oldschool.runescape.wiki/w/Yewnock's_notes", + "price": 0 + }, + "28583": { + "id": 28583, + "name": "Warped sceptre (uncharged)", + "members": true, + "tradeable": true, + "tradeable_on_ge": true, + "noteable": true, + "equipable": true, + "equipable_by_player": true, + "equipable_weapon": true, + "cost": 150000, + "lowalch": 60000, + "highalch": 90000, + "weight": 1.814, + "release_date": "2023-09-13", + "examine": "A magical warped weapon.", + "wiki_name": "Warped sceptre (Uncharged)", + "wiki_url": "https://oldschool.runescape.wiki/w/Warped_sceptre#Uncharged", + "equipment": { + "attack_stab": 0, + "attack_slash": 0, + "attack_crush": 0, + "attack_magic": 12, + "attack_ranged": 0, + "defence_stab": 2, + "defence_slash": 3, + "defence_crush": 1, + "defence_magic": 12, + "defence_ranged": 0, + "melee_strength": 0, + "ranged_strength": 0, + "magic_damage": 0, + "prayer": 0, + "slot": "weapon", + "requirements": null + }, + "weapon": { + "attack_speed": 4, + "weapon_type": "powered_staff", + "stances": [ + { + "combat_style": "accurate", + "attack_type": null, + "attack_style": null, + "experience": "magic", + "boosts": "accuracy and damage" + }, + { + "combat_style": "accurate", + "attack_type": null, + "attack_style": null, + "experience": "magic", + "boosts": "accuracy and damage" + }, + { + "combat_style": "longrange", + "attack_type": null, + "attack_style": null, + "experience": "magic and defence", + "boosts": "attack range by 2 squares" + } + ] + }, + "price": 148470.5 + }, + "28585": { + "id": 28585, + "name": "Warped sceptre", + "members": true, + "equipable": true, + "equipable_by_player": true, + "equipable_weapon": true, + "cost": 150000, + "lowalch": 60000, + "highalch": 90000, + "weight": 1.814, + "release_date": "2023-09-13", + "examine": "A magical warped weapon.", + "wiki_name": "Warped sceptre (Charged)", + "wiki_url": "https://oldschool.runescape.wiki/w/Warped_sceptre#Charged", + "equipment": { + "attack_stab": 0, + "attack_slash": 0, + "attack_crush": 0, + "attack_magic": 12, + "attack_ranged": 0, + "defence_stab": 2, + "defence_slash": 3, + "defence_crush": 1, + "defence_magic": 12, + "defence_ranged": 0, + "melee_strength": 0, + "ranged_strength": 0, + "magic_damage": 0, + "prayer": 0, + "slot": "weapon", + "requirements": null + }, + "weapon": { + "attack_speed": 4, + "weapon_type": "powered_staff", + "stances": [ + { + "combat_style": "accurate", + "attack_type": null, + "attack_style": null, + "experience": "magic", + "boosts": "accuracy and damage" + }, + { + "combat_style": "accurate", + "attack_type": null, + "attack_style": null, + "experience": "magic", + "boosts": "accuracy and damage" + }, + { + "combat_style": "longrange", + "attack_type": null, + "attack_style": null, + "experience": "magic and defence", + "boosts": "attack range by 2 squares" + } + ] + }, + "price": 0 + }, + "28587": { + "id": 28587, + "name": "Magic lamp (strength)", + "cost": 1, + "lowalch": 0, + "highalch": 0, + "weight": 0.1, + "release_date": "2023-09-13", + "examine": "Give it a rub.", + "wiki_name": "Magic lamp (The Path of Glouphrie) (Strength)", + "wiki_url": "https://oldschool.runescape.wiki/w/Magic_lamp_(The_Path_of_Glouphrie)#Strength", + "price": 0 + }, + "28588": { + "id": 28588, + "name": "Magic lamp (slayer)", + "cost": 1, + "lowalch": 0, + "highalch": 0, + "weight": 0.1, + "release_date": "2023-09-13", + "examine": "Give it a rub.", + "wiki_name": "Magic lamp (The Path of Glouphrie) (Slayer)", + "wiki_url": "https://oldschool.runescape.wiki/w/Magic_lamp_(The_Path_of_Glouphrie)#Slayer", + "price": 0 + }, + "28589": { + "id": 28589, + "name": "Magic lamp (thieving)", + "cost": 1, + "lowalch": 0, + "highalch": 0, + "weight": 0.1, + "release_date": "2023-09-13", + "examine": "Give it a rub.", + "wiki_name": "Magic lamp (The Path of Glouphrie) (Thieving)", + "wiki_url": "https://oldschool.runescape.wiki/w/Magic_lamp_(The_Path_of_Glouphrie)#Thieving", + "price": 0 + }, + "28590": { + "id": 28590, + "name": "Magic lamp (magic)", + "cost": 1, + "lowalch": 0, + "highalch": 0, + "weight": 0.1, + "release_date": "2023-09-13", + "examine": "Give it a rub.", + "wiki_name": "Magic lamp (The Path of Glouphrie) (Magic)", + "wiki_url": "https://oldschool.runescape.wiki/w/Magic_lamp_(The_Path_of_Glouphrie)#Magic", + "price": 0 + }, + "28591": { + "id": 28591, + "name": "Tainted essence chunk", + "members": true, + "cost": 5, + "lowalch": 2, + "highalch": 3, + "weight": 0.04, + "release_date": "2023-09-27", + "examine": "An amalgamation of abyssal tissue, fluids and pure essence.", + "wiki_name": "Tainted essence chunk", + "wiki_url": "https://oldschool.runescape.wiki/w/Tainted_essence_chunk", + "price": 0 + }, + "28593": { + "id": 28593, + "name": "Warped extract", + "members": true, + "stackable": true, + "cost": 100, + "lowalch": 40, + "highalch": 60, + "release_date": "2023-09-27", + "examine": "An abyssal extract amplifying the creation of air, water, earth, fire, mind and body runes.", + "wiki_name": "Warped extract", + "wiki_url": "https://oldschool.runescape.wiki/w/Warped_extract", + "price": 0 + }, + "28595": { + "id": 28595, + "name": "Twisted extract", + "members": true, + "stackable": true, + "cost": 200, + "lowalch": 80, + "highalch": 120, + "release_date": "2023-09-27", + "examine": "An abyssal extract amplifying the creation of chaos, cosmic and combination runes.", + "wiki_name": "Twisted extract", + "wiki_url": "https://oldschool.runescape.wiki/w/Twisted_extract", + "price": 0 + }, + "28597": { + "id": 28597, + "name": "Mangled extract", + "members": true, + "stackable": true, + "cost": 400, + "lowalch": 160, + "highalch": 240, + "release_date": "2023-09-27", + "examine": "An abyssal extract amplifying the creation of nature, law, astral and death runes.", + "wiki_name": "Mangled extract", + "wiki_url": "https://oldschool.runescape.wiki/w/Mangled_extract", + "price": 0 + }, + "28599": { + "id": 28599, + "name": "Scarred extract", + "members": true, + "stackable": true, + "cost": 800, + "lowalch": 320, + "highalch": 480, + "release_date": "2023-09-27", + "examine": "An abyssal extract amplifying the creation of blood, soul and wrath runes.", + "wiki_name": "Scarred extract", + "wiki_url": "https://oldschool.runescape.wiki/w/Scarred_extract", + "price": 0 + }, + "28601": { + "id": 28601, + "name": "Cobweb cape", + "equipable": true, + "equipable_by_player": true, + "cost": 1, + "weight": 0.25, + "release_date": "2023-10-18", + "examine": "This is made of the finest spidersilk.", + "wiki_name": "Cobweb cape", + "wiki_url": "https://oldschool.runescape.wiki/w/Cobweb_cape", + "equipment": { + "attack_stab": 0, + "attack_slash": 0, + "attack_crush": 0, + "attack_magic": 0, + "attack_ranged": 0, + "defence_stab": 0, + "defence_slash": 0, + "defence_crush": 0, + "defence_magic": 0, + "defence_ranged": 0, + "melee_strength": 0, + "ranged_strength": 0, + "magic_damage": 0, + "prayer": 0, + "slot": "cape", + "requirements": null + }, + "price": 0 + }, + "28603": { + "id": 28603, + "name": "Spider hat", + "equipable": true, + "equipable_by_player": true, + "cost": 1, + "lowalch": 0, + "highalch": 0, + "weight": 0.25, + "release_date": "2023-10-18", + "examine": "Provider of mental cobwebs.", + "wiki_name": "Spider hat (Common)", + "wiki_url": "https://oldschool.runescape.wiki/w/Spider_hat#Common", + "equipment": { + "attack_stab": 0, + "attack_slash": 0, + "attack_crush": 0, + "attack_magic": 0, + "attack_ranged": 0, + "defence_stab": 0, + "defence_slash": 0, + "defence_crush": 0, + "defence_magic": 0, + "defence_ranged": 0, + "melee_strength": 0, + "ranged_strength": 0, + "magic_damage": 0, + "prayer": 0, + "slot": "head", + "requirements": null + }, + "price": 0 + }, + "28605": { + "id": 28605, + "name": "Spider hat", + "equipable": true, + "equipable_by_player": true, + "cost": 1, + "lowalch": 0, + "highalch": 0, + "weight": 0.25, + "release_date": "2023-10-18", + "examine": "Provider of mental cobwebs.", + "wiki_name": "Spider hat (Venenatis)", + "wiki_url": "https://oldschool.runescape.wiki/w/Spider_hat#Venenatis", + "equipment": { + "attack_stab": 0, + "attack_slash": 0, + "attack_crush": 0, + "attack_magic": 0, + "attack_ranged": 0, + "defence_stab": 0, + "defence_slash": 0, + "defence_crush": 0, + "defence_magic": 0, + "defence_ranged": 0, + "melee_strength": 0, + "ranged_strength": 0, + "magic_damage": 0, + "prayer": 0, + "slot": "head", + "requirements": null + }, + "price": 0 + }, + "28607": { + "id": 28607, + "name": "Spider hat", + "equipable": true, + "equipable_by_player": true, + "cost": 1, + "lowalch": 0, + "highalch": 0, + "weight": 0.25, + "release_date": "2023-10-18", + "examine": "Provider of mental cobwebs.", + "wiki_name": "Spider hat (Verzik)", + "wiki_url": "https://oldschool.runescape.wiki/w/Spider_hat#Verzik", + "equipment": { + "attack_stab": 0, + "attack_slash": 0, + "attack_crush": 0, + "attack_magic": 0, + "attack_ranged": 0, + "defence_stab": 0, + "defence_slash": 0, + "defence_crush": 0, + "defence_magic": 0, + "defence_ranged": 0, + "melee_strength": 0, + "ranged_strength": 0, + "magic_damage": 0, + "prayer": 0, + "slot": "head", + "requirements": null + }, + "price": 0 + }, + "28609": { + "id": 28609, + "name": "Spider hat", + "equipable": true, + "equipable_by_player": true, + "cost": 1, + "lowalch": 0, + "highalch": 0, + "weight": 0.25, + "release_date": "2023-10-18", + "examine": "Provider of mental cobwebs.", + "wiki_name": "Spider hat (Sarachnis)", + "wiki_url": "https://oldschool.runescape.wiki/w/Spider_hat#Sarachnis", + "equipment": { + "attack_stab": 0, + "attack_slash": 0, + "attack_crush": 0, + "attack_magic": 0, + "attack_ranged": 0, + "defence_stab": 0, + "defence_slash": 0, + "defence_crush": 0, + "defence_magic": 0, + "defence_ranged": 0, + "melee_strength": 0, + "ranged_strength": 0, + "magic_damage": 0, + "prayer": 0, + "slot": "head", + "requirements": null + }, + "price": 0 + }, + "28611": { + "id": 28611, + "name": "Spider hat", + "equipable": true, + "equipable_by_player": true, + "cost": 1, + "lowalch": 0, + "highalch": 0, + "weight": 0.25, + "release_date": "2023-10-18", + "examine": "Provider of mental cobwebs.", + "wiki_name": "Spider hat (Old)", + "wiki_url": "https://oldschool.runescape.wiki/w/Spider_hat#Old", + "equipment": { + "attack_stab": 0, + "attack_slash": 0, + "attack_crush": 0, + "attack_magic": 0, + "attack_ranged": 0, + "defence_stab": 0, + "defence_slash": 0, + "defence_crush": 0, + "defence_magic": 0, + "defence_ranged": 0, + "melee_strength": 0, + "ranged_strength": 0, + "magic_damage": 0, + "prayer": 0, + "slot": "head", + "requirements": null + }, + "price": 0 + }, + "28613": { + "id": 28613, + "name": "Cape pouch", + "members": true, + "cost": 100, + "lowalch": 40, + "highalch": 60, + "weight": 1, + "release_date": "2023-10-25", + "examine": "A pouch to keep your cape clean.", + "wiki_name": "Cape pouch", + "wiki_url": "https://oldschool.runescape.wiki/w/Cape_pouch", + "price": 0 + }, + "28616": { + "id": 28616, + "name": "Pheasant cape", + "members": true, + "equipable": true, + "equipable_by_player": true, + "cost": 200, + "lowalch": 80, + "highalch": 120, + "weight": 1, + "release_date": "2023-10-25", + "examine": "You'll look magni-pheasant wearing this!", + "wiki_name": "Pheasant cape", + "wiki_url": "https://oldschool.runescape.wiki/w/Pheasant_cape", + "equipment": { + "attack_stab": 0, + "attack_slash": 0, + "attack_crush": 0, + "attack_magic": 0, + "attack_ranged": 0, + "defence_stab": 0, + "defence_slash": 0, + "defence_crush": 0, + "defence_magic": 0, + "defence_ranged": 0, + "melee_strength": 0, + "ranged_strength": 0, + "magic_damage": 0, + "prayer": 0, + "slot": "cape", + "requirements": null + }, + "price": 0 + }, + "28618": { + "id": 28618, + "name": "Pheasant boots", + "members": true, + "equipable": true, + "equipable_by_player": true, + "cost": 200, + "lowalch": 80, + "highalch": 120, + "weight": 0.5, + "release_date": "2023-10-25", + "examine": "You'll look magni-pheasant wearing these!", + "wiki_name": "Pheasant boots", + "wiki_url": "https://oldschool.runescape.wiki/w/Pheasant_boots", + "equipment": { + "attack_stab": 0, + "attack_slash": 0, + "attack_crush": 0, + "attack_magic": 0, + "attack_ranged": 0, + "defence_stab": 0, + "defence_slash": 0, + "defence_crush": 0, + "defence_magic": 0, + "defence_ranged": 0, + "melee_strength": 0, + "ranged_strength": 0, + "magic_damage": 0, + "prayer": 0, + "slot": "feet", + "requirements": null + }, + "price": 0 + }, + "28620": { + "id": 28620, + "name": "Pheasant hat", + "members": true, + "equipable": true, + "equipable_by_player": true, + "cost": 200, + "lowalch": 80, + "highalch": 120, + "weight": 0.453, + "release_date": "2023-10-25", + "examine": "You'll look magni-pheasant wearing this!", + "wiki_name": "Pheasant hat", + "wiki_url": "https://oldschool.runescape.wiki/w/Pheasant_hat", + "equipment": { + "attack_stab": 0, + "attack_slash": 0, + "attack_crush": 0, + "attack_magic": 0, + "attack_ranged": 0, + "defence_stab": 0, + "defence_slash": 0, + "defence_crush": 0, + "defence_magic": 0, + "defence_ranged": 0, + "melee_strength": 0, + "ranged_strength": 0, + "magic_damage": 0, + "prayer": 0, + "slot": "head", + "requirements": null + }, + "price": 0 + }, + "28622": { + "id": 28622, + "name": "Pheasant legs", + "members": true, + "equipable": true, + "equipable_by_player": true, + "cost": 200, + "lowalch": 80, + "highalch": 120, + "weight": 0.907, + "release_date": "2023-10-25", + "examine": "You'll look magni-pheasant wearing these!", + "wiki_name": "Pheasant legs", + "wiki_url": "https://oldschool.runescape.wiki/w/Pheasant_legs", + "equipment": { + "attack_stab": 0, + "attack_slash": 0, + "attack_crush": 0, + "attack_magic": 0, + "attack_ranged": 0, + "defence_stab": 0, + "defence_slash": 0, + "defence_crush": 0, + "defence_magic": 0, + "defence_ranged": 0, + "melee_strength": 0, + "ranged_strength": 0, + "magic_damage": 0, + "prayer": 0, + "slot": "legs", + "requirements": null + }, + "price": 0 + }, + "28624": { + "id": 28624, + "name": "Pheasant tail feathers", + "members": true, + "stackable": true, + "cost": 1, + "lowalch": 0, + "highalch": 0, + "release_date": "2023-10-25", + "examine": "These would look great made into some clothing...", + "wiki_name": "Pheasant tail feathers", + "wiki_url": "https://oldschool.runescape.wiki/w/Pheasant_tail_feathers", + "price": 0 + }, + "28626": { + "id": 28626, + "name": "Fox whistle", + "members": true, + "cost": 30000, + "lowalch": 12000, + "highalch": 18000, + "weight": 0.005, + "release_date": "2023-10-25", + "examine": "A wooden whistle that could attract a fox to follow you.", + "wiki_name": "Fox whistle", + "wiki_url": "https://oldschool.runescape.wiki/w/Fox_whistle", + "price": 0 + }, + "28628": { + "id": 28628, + "name": "Sawmill voucher", + "members": true, + "tradeable": true, + "tradeable_on_ge": true, + "stackable": true, + "cost": 100, + "lowalch": 40, + "highalch": 60, + "release_date": "2023-10-25", + "examine": "Used to provide additional planks at the sawmill.", + "wiki_name": "Sawmill voucher", + "wiki_url": "https://oldschool.runescape.wiki/w/Sawmill_voucher", + "price": 3000 + }, + "28630": { + "id": 28630, + "name": "Twitcher's gloves", + "members": true, + "stackable": true, + "equipable": true, + "equipable_by_player": true, + "cost": 6, + "lowalch": 2, + "highalch": 3, + "release_date": "2023-10-25", + "examine": "These help you choose your nest rewards.", + "wiki_name": "Twitcher's gloves", + "wiki_url": "https://oldschool.runescape.wiki/w/Twitcher's_gloves", + "equipment": { + "attack_stab": 0, + "attack_slash": 0, + "attack_crush": 0, + "attack_magic": 0, + "attack_ranged": 0, + "defence_stab": 0, + "defence_slash": 0, + "defence_crush": 0, + "defence_magic": 0, + "defence_ranged": 0, + "melee_strength": 0, + "ranged_strength": 0, + "magic_damage": 0, + "prayer": 0, + "slot": "hands", + "requirements": null + }, + "price": 0 + }, + "28644": { + "id": 28644, + "name": "Smoker fuel", + "members": true, + "tradeable": true, + "tradeable_on_ge": true, + "stackable": true, + "cost": 100, + "lowalch": 40, + "highalch": 60, + "release_date": "2023-10-25", + "examine": "This fuel is used to create Smoker canisters that can pacify wild bees.", + "wiki_name": "Smoker fuel", + "wiki_url": "https://oldschool.runescape.wiki/w/Smoker_fuel", + "price": 52825 + }, + "28646": { + "id": 28646, + "name": "Smoker canister", + "members": true, + "tradeable": true, + "tradeable_on_ge": true, + "stackable": true, + "cost": 1000, + "lowalch": 400, + "highalch": 600, + "release_date": "2023-10-25", + "examine": "If used correctly, smoker canisters can pacify wild bees.", + "wiki_name": "Smoker canister", + "wiki_url": "https://oldschool.runescape.wiki/w/Smoker_canister", + "price": 5519.5 + }, + "28649": { + "id": 28649, + "name": "Mulch", + "cost": 0, + "lowalch": 0, + "highalch": 0, + "weight": 0.35, + "release_date": "2023-10-25", + "examine": "A nutritional mulch made of different natural ingredients.", + "wiki_name": "Mulch (Two ingredients)", + "wiki_url": "https://oldschool.runescape.wiki/w/Mulch#Two_ingredients", + "price": 0 + }, + "28650": { + "id": 28650, + "name": "Packed mulch", + "cost": 0, + "lowalch": 0, + "highalch": 0, + "weight": 0.35, + "release_date": "2023-10-25", + "examine": "A nutritional mulch made of different natural ingredients.", + "wiki_name": "Mulch (Three ingredients)", + "wiki_url": "https://oldschool.runescape.wiki/w/Mulch#Three_ingredients", + "price": 0 + }, + "28651": { + "id": 28651, + "name": "Crystal charm", + "members": true, + "tradeable": true, + "tradeable_on_ge": true, + "stackable": true, + "cost": 1000, + "lowalch": 400, + "highalch": 600, + "release_date": "2023-10-25", + "examine": "A small charm used to make Petal Circlet.", + "wiki_name": "Crystal charm", + "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_charm", + "price": 57501 + }, + "28653": { + "id": 28653, + "name": "Petal circlet", + "members": true, + "tradeable": true, + "tradeable_on_ge": true, + "stackable": true, + "cost": 1000, + "lowalch": 400, + "highalch": 600, + "release_date": "2023-10-25", + "examine": "These can be used to attract a Dryad.", + "wiki_name": "Petal circlet", + "wiki_url": "https://oldschool.runescape.wiki/w/Petal_circlet", + "price": 7722 + }, + "28655": { + "id": 28655, + "name": "Petal garland", + "members": true, + "equipable": true, + "equipable_by_player": true, + "cost": 1000, + "lowalch": 400, + "highalch": 600, + "weight": 0.01, + "release_date": "2023-10-25", + "examine": "A gift from a Dryad.", + "wiki_name": "Petal garland", + "wiki_url": "https://oldschool.runescape.wiki/w/Petal_garland", + "equipment": { + "attack_stab": 0, + "attack_slash": 0, + "attack_crush": 0, + "attack_magic": 0, + "attack_ranged": 0, + "defence_stab": 0, + "defence_slash": 0, + "defence_crush": 0, + "defence_magic": 0, + "defence_ranged": 0, + "melee_strength": 0, + "ranged_strength": 0, + "magic_damage": 0, + "prayer": 0, + "slot": "head", + "requirements": null + }, + "price": 0 + }, + "28657": { + "id": 28657, + "name": "Padded spoon", + "members": true, + "tradeable_on_ge": true, + "stackable": true, + "cost": 1000, + "lowalch": 400, + "highalch": 600, + "release_date": "2023-10-25", + "examine": "This spoon has been padded with a tiny cushion to protect any eggs picked up with it.", + "wiki_name": "Padded spoon", + "wiki_url": "https://oldschool.runescape.wiki/w/Padded_spoon", + "price": 0 + }, + "28659": { + "id": 28659, + "name": "Egg cushion", + "members": true, + "tradeable": true, + "tradeable_on_ge": true, + "stackable": true, + "cost": 1000, + "lowalch": 400, + "highalch": 600, + "release_date": "2023-10-25", + "examine": "A tiny cushion, just about big enough for an egg.", + "wiki_name": "Egg cushion", + "wiki_url": "https://oldschool.runescape.wiki/w/Egg_cushion", + "price": 48333 + }, + "28661": { + "id": 28661, + "name": "Pheasant egg", + "members": true, + "cost": 300, + "lowalch": 120, + "highalch": 180, + "release_date": "2023-10-25", + "examine": "A pheasant egg found in the forest.", + "wiki_name": "Pheasant egg", + "wiki_url": "https://oldschool.runescape.wiki/w/Pheasant_egg", + "price": 0 + }, + "28663": { + "id": 28663, + "name": "Golden pheasant egg", + "members": true, + "cost": 30000, + "lowalch": 12000, + "highalch": 18000, + "weight": 0.2, + "release_date": "2023-10-25", + "examine": "This could attract a pheasant to follow you.", + "wiki_name": "Golden pheasant egg", + "wiki_url": "https://oldschool.runescape.wiki/w/Golden_pheasant_egg", + "price": 0 + }, + "28665": { + "id": 28665, + "name": "Trap disarmer", + "members": true, + "tradeable": true, + "tradeable_on_ge": true, + "stackable": true, + "cost": 1000, + "lowalch": 400, + "highalch": 600, + "release_date": "2023-10-25", + "examine": "Used to safely disarm fox poacher traps.", + "wiki_name": "Trap disarmer", + "wiki_url": "https://oldschool.runescape.wiki/w/Trap_disarmer", + "price": 8500 + }, + "28667": { + "id": 28667, + "name": "Trap disarmer blueprint", + "members": true, + "tradeable": true, + "tradeable_on_ge": true, + "stackable": true, + "cost": 100, + "lowalch": 40, + "highalch": 60, + "release_date": "2023-10-25", + "examine": "A step-by-step guide to crafting a set of trap disarmers.", + "wiki_name": "Trap disarmer blueprint", + "wiki_url": "https://oldschool.runescape.wiki/w/Trap_disarmer_blueprint", + "price": 222602 + }, + "28669": { + "id": 28669, + "name": "Pheasant", + "members": true, + "cost": 1, + "weight": 0.015, + "release_date": "2023-10-25", + "examine": "A brightly coloured game bird.", + "wiki_name": "Pheasant (pet)", + "wiki_url": "https://oldschool.runescape.wiki/w/Pheasant_(pet)", + "price": 0 + }, + "28670": { + "id": 28670, + "name": "Fox", + "members": true, + "cost": 1, + "weight": 0.015, + "release_date": "2023-10-25", + "examine": "Foxy.", + "wiki_name": "Fox (pet)", + "wiki_url": "https://oldschool.runescape.wiki/w/Fox_(pet)", + "price": 0 + }, + "28671": { + "id": 28671, + "name": "Web cloak", + "equipable": true, + "equipable_by_player": true, + "cost": 1, + "weight": 0.25, + "release_date": "2023-10-25", + "examine": "A very fancy cloak made from black silk and gossamer.", + "wiki_name": "Web cloak", + "wiki_url": "https://oldschool.runescape.wiki/w/Web_cloak", + "equipment": { + "attack_stab": 0, + "attack_slash": 0, + "attack_crush": 0, + "attack_magic": 0, + "attack_ranged": 0, + "defence_stab": 0, + "defence_slash": 0, + "defence_crush": 0, + "defence_magic": 0, + "defence_ranged": 0, + "melee_strength": 0, + "ranged_strength": 0, + "magic_damage": 0, + "prayer": 0, + "slot": "cape", + "requirements": null + }, + "price": 0 + }, + "28672": { + "id": 28672, + "name": "Fancier boots", + "incomplete": true, + "equipable": true, + "cost": 1, + "lowalch": 0, + "highalch": 0, + "price": 0 + }, + "28674": { + "id": 28674, + "name": "Sturdy beehive parts", + "incomplete": true, + "members": true, + "stackable": true, + "cost": 5000, + "lowalch": 2000, + "highalch": 3000, + "price": 0 + }, + "28676": { + "id": 28676, + "name": "Beehive (style 1)", + "incomplete": true, + "members": true, + "cost": 1, + "lowalch": 0, + "highalch": 0, + "price": 0 + }, + "28677": { + "id": 28677, + "name": "Beehive (style 2)", + "incomplete": true, + "members": true, + "cost": 1, + "lowalch": 0, + "highalch": 0, + "price": 0 } } diff --git a/src/data/news/news_archive.json b/src/data/news/news_archive.json index 29487b7b3..1b2b9f285 100644 --- a/src/data/news/news_archive.json +++ b/src/data/news/news_archive.json @@ -10380,5 +10380,396 @@ "hash": "" } } + }, + { + "title": "World 45 & PvP Changes", + "image": "https://cdn.runescape.com/assets/img/external/oldschool/2023/newsposts/2023-10-04/Thumbnail-W45Changes.jpg", + "category": "Game Updates", + "link": "https://secure.runescape.com/m=news/world-45--pvp-changes?oldschool=1", + "year": 2023, + "month": 10, + "day": 4, + "date": 1696377600000, + "dom": { + "location": { + "href": "about:blank", + "origin": "null", + "protocol": "about:", + "host": "", + "hostname": "", + "port": "", + "pathname": "blank", + "search": "", + "hash": "" + } + } + }, + { + "title": "Regarding Recent Item Returns", + "image": "https://cdn.runescape.com/assets/img/external/oldschool/2023/newsposts/thumbnail/THUMBNAIL-Statement.png", + "category": "Community", + "link": "https://secure.runescape.com/m=news/regarding-recent-item-returns?oldschool=1", + "year": 2023, + "month": 10, + "day": 6, + "date": 1696550400000, + "dom": { + "location": { + "href": "about:blank", + "origin": "null", + "protocol": "about:", + "host": "", + "hostname": "", + "port": "", + "pathname": "blank", + "search": "", + "hash": "" + } + } + }, + { + "title": "Chambers of Xeric: Potential Tweaks & Changes", + "image": "https://cdn.runescape.com/assets/img/external/oldschool/2023/newsposts/2023-10-03/coxthumby.png", + "category": "Dev Blogs", + "link": "https://secure.runescape.com/m=news/chambers-of-xeric-potential-tweaks--changes?oldschool=1", + "year": 2023, + "month": 10, + "day": 10, + "date": 1696896000000, + "dom": { + "location": { + "href": "about:blank", + "origin": "null", + "protocol": "about:", + "host": "", + "hostname": "", + "port": "", + "pathname": "blank", + "search": "", + "hash": "" + } + } + }, + { + "title": "Halloween 2023", + "image": "https://cdn.runescape.com/assets/img/external/oldschool/2023/newsposts/2023-10-18/Thumbnail-Halloween2023.png", + "category": "Game Updates", + "link": "https://secure.runescape.com/m=news/halloween-2023?oldschool=1", + "year": 2023, + "month": 10, + "day": 18, + "date": 1697587200000, + "dom": { + "location": { + "href": "about:blank", + "origin": "null", + "protocol": "about:", + "host": "", + "hostname": "", + "port": "", + "pathname": "blank", + "search": "", + "hash": "" + } + } + }, + { + "title": "Shooting Stars - Upcoming Changes", + "image": "https://cdn.runescape.com/assets/img/external/oldschool/2023/newsposts/2023-10-19/thumbnail.jpg", + "category": "Dev Blogs", + "link": "https://secure.runescape.com/m=news/shooting-stars---upcoming-changes?oldschool=1", + "year": 2023, + "month": 10, + "day": 20, + "date": 1697760000000, + "dom": { + "location": { + "href": "about:blank", + "origin": "null", + "protocol": "about:", + "host": "", + "hostname": "", + "port": "", + "pathname": "blank", + "search": "", + "hash": "" + } + } + }, + { + "title": "Fortis Colosseum - First Look & Rewards", + "image": "https://cdn.runescape.com/assets/img/external/oldschool/2023/newsposts/2023-10-17-FC/thumbnailfc.png", + "category": "Dev Blogs", + "link": "https://secure.runescape.com/m=news/fortis-colosseum---first-look--rewards?oldschool=1", + "year": 2023, + "month": 10, + "day": 24, + "date": 1698105600000, + "dom": { + "location": { + "href": "about:blank", + "origin": "null", + "protocol": "about:", + "host": "", + "hostname": "", + "port": "", + "pathname": "blank", + "search": "", + "hash": "" + } + } + }, + { + "title": "Forestry: Part Two", + "image": "https://cdn.runescape.com/assets/img/external/oldschool/2023/newsposts/2023-10-25/Thumbnail-ForestryP2.jpg", + "category": "Game Updates", + "link": "https://secure.runescape.com/m=news/forestry-part-two?oldschool=1", + "year": 2023, + "month": 10, + "day": 25, + "date": 1698192000000, + "dom": { + "location": { + "href": "about:blank", + "origin": "null", + "protocol": "about:", + "host": "", + "hostname": "", + "port": "", + "pathname": "blank", + "search": "", + "hash": "" + } + } + }, + { + "title": "Protecting your Account - Cybersecurity Month 2023", + "image": "https://cdn.runescape.com/assets/img/external/oldschool/2023/newsposts/2023-10-27/Thumbnail-CyberSecurityMonth.jpg", + "category": "Community", + "link": "https://secure.runescape.com/m=news/protecting-your-account---cybersecurity-month-2023?oldschool=1", + "year": 2023, + "month": 10, + "day": 27, + "date": 1698364800000, + "dom": { + "location": { + "href": "about:blank", + "origin": "null", + "protocol": "about:", + "host": "", + "hostname": "", + "port": "", + "pathname": "blank", + "search": "", + "hash": "" + } + } + }, + { + "title": "Gielinor Gazette - October 2023", + "image": "https://cdn.runescape.com/assets/img/external/oldschool/2023/newsposts/thumbnail/THUMBNAIL-GielinorGazette.png", + "category": "Community", + "link": "https://secure.runescape.com/m=news/gielinor-gazette---october-2023?oldschool=1", + "year": 2023, + "month": 10, + "day": 31, + "date": 1698710400000, + "dom": { + "location": { + "href": "about:blank", + "origin": "null", + "protocol": "about:", + "host": "", + "hostname": "", + "port": "", + "pathname": "blank", + "search": "", + "hash": "" + } + } + }, + { + "title": "Community Showcase - October 2023", + "image": "https://cdn.runescape.com/assets/img/external/oldschool/2023/newsposts/thumbnail/THUMBNAIL-CommunityShowcase.png", + "category": "Community", + "link": "https://secure.runescape.com/m=news/community-showcase---october-2023?oldschool=1", + "year": 2023, + "month": 10, + "day": 31, + "date": 1698710400000, + "dom": { + "location": { + "href": "about:blank", + "origin": "null", + "protocol": "about:", + "host": "", + "hostname": "", + "port": "", + "pathname": "blank", + "search": "", + "hash": "" + } + } + }, + { + "title": "Forestry Tweaks, Security & More", + "image": "https://cdn.runescape.com/assets/img/external/oldschool/2023/newsposts/2023-11-01/thumbnail3.jpg", + "category": "Game Updates", + "link": "https://secure.runescape.com/m=news/forestry-tweaks-security--more?oldschool=1", + "year": 2023, + "month": 11, + "day": 1, + "date": 1698796800000, + "dom": { + "location": { + "href": "about:blank", + "origin": "null", + "protocol": "about:", + "host": "", + "hostname": "", + "port": "", + "pathname": "blank", + "search": "", + "hash": "" + } + } + }, + { + "title": "Perilous Moons - First Look & Rewards", + "image": "https://cdn.runescape.com/assets/img/external/oldschool/2023/newsposts/2023-10-26/Thumbnail-PerilousMoons.jpg", + "category": "Dev Blogs", + "link": "https://secure.runescape.com/m=news/perilous-moons---first-look--rewards?oldschool=1", + "year": 2023, + "month": 11, + "day": 1, + "date": 1698796800000, + "dom": { + "location": { + "href": "about:blank", + "origin": "null", + "protocol": "about:", + "host": "", + "hostname": "", + "port": "", + "pathname": "blank", + "search": "", + "hash": "" + } + } + }, + { + "title": "Poll Blog: Fortis Colosseum x Perilous Moons", + "image": "https://cdn.runescape.com/assets/img/external/oldschool/2023/newsposts/2023-11-02/Thumbnail-PerilousMoonsXFortis.jpg", + "category": "Dev Blogs", + "link": "https://secure.runescape.com/m=news/poll-blog-fortis-colosseum-x-perilous-moons?oldschool=1", + "year": 2023, + "month": 11, + "day": 3, + "date": 1698969600000, + "dom": { + "location": { + "href": "about:blank", + "origin": "null", + "protocol": "about:", + "host": "", + "hostname": "", + "port": "", + "pathname": "blank", + "search": "", + "hash": "" + } + } + }, + { + "title": "Game Jam IV Overview - October 2023", + "image": "https://cdn.runescape.com/assets/img/external/oldschool/2023/newsposts/2023-11-10/Thumbnail-GameJamIV.jpg", + "category": "Dev Blogs", + "link": "https://secure.runescape.com/m=news/game-jam-iv-overview---october-2023?oldschool=1", + "year": 2023, + "month": 11, + "day": 10, + "date": 1699574400000, + "dom": { + "location": { + "href": "about:blank", + "origin": "null", + "protocol": "about:", + "host": "", + "hostname": "", + "port": "", + "pathname": "blank", + "search": "", + "hash": "" + } + } + }, + { + "title": "Scurrius, The Rat King - Mid-Level, PvM Boss", + "image": "https://cdn.runescape.com/assets/img/external/oldschool/2023/newsposts/2023-11-08/Thumbnail-Scurrius.jpg", + "category": "Dev Blogs", + "link": "https://secure.runescape.com/m=news/scurrius-the-rat-king---mid-level-pvm-boss?oldschool=1", + "year": 2023, + "month": 11, + "day": 10, + "date": 1699574400000, + "dom": { + "location": { + "href": "about:blank", + "origin": "null", + "protocol": "about:", + "host": "", + "hostname": "", + "port": "", + "pathname": "blank", + "search": "", + "hash": "" + } + } + }, + { + "title": "Varlamore Activities & Kourend Changes", + "image": "https://cdn.runescape.com/assets/img/external/oldschool/2023/newsposts/2023-11-07/Thumbnail-VarlamoreKourend.jpg", + "category": "Dev Blogs", + "link": "https://secure.runescape.com/m=news/varlamore-activities--kourend-changes?oldschool=1", + "year": 2023, + "month": 11, + "day": 13, + "date": 1699833600000, + "dom": { + "location": { + "href": "about:blank", + "origin": "null", + "protocol": "about:", + "host": "", + "hostname": "", + "port": "", + "pathname": "blank", + "search": "", + "hash": "" + } + } + }, + { + "title": "Leagues IV FAQs & Teasers - Releasing November 15th", + "image": "https://cdn.runescape.com/assets/img/external/oldschool/2023/newsposts/2023-10-04/leaguethumby.jpg", + "category": "Dev Blogs", + "link": "https://secure.runescape.com/m=news/leagues-iv-faqs--teasers---releasing-november-15th?oldschool=1", + "year": 2023, + "month": 11, + "day": 13, + "date": 1699833600000, + "dom": { + "location": { + "href": "about:blank", + "origin": "null", + "protocol": "about:", + "host": "", + "hostname": "", + "port": "", + "pathname": "blank", + "search": "", + "hash": "" + } + } } ] From 4fc6bd471f6856534bda6497ee2c64a01c43c23f Mon Sep 17 00:00:00 2001 From: gc <30398469+gc@users.noreply.github.com> Date: Wed, 21 Feb 2024 17:17:32 +1100 Subject: [PATCH 3/3] Fix hiscores --- scripts/prepareItems.ts | 11 ++++++++--- src/constants.ts | 1 + src/meta/types.ts | 1 + test/Hiscores.test.ts | 5 ++--- test/Items.test.ts | 1 - test/items.sanity.test.ts | 2 -- 6 files changed, 12 insertions(+), 9 deletions(-) diff --git a/scripts/prepareItems.ts b/scripts/prepareItems.ts index eba630d0f..39835bed4 100644 --- a/scripts/prepareItems.ts +++ b/scripts/prepareItems.ts @@ -237,7 +237,7 @@ export default async function prepareItems(): Promise { const allPrices = await fetch('https://prices.runescape.wiki/api/v1/osrs/latest', { headers: { - 'User-Agent': 'oldschooljs - @Magnaboy#7556' + 'User-Agent': 'oldschooljs - @magnaboy' } }) .then((res): Promise => res.json()) @@ -358,7 +358,6 @@ export default async function prepareItems(): Promise { if (item.name !== previousItem.name) { messages.push(`WARNING: name changed from ${previousItem.name} to ${item.name}`); } - item.price = previousItem.price; if (item.equipment?.slot !== previousItem.equipment?.slot) { messages.push(`WARNING: ${previousItem.name} slot changed`); } @@ -372,12 +371,18 @@ export default async function prepareItems(): Promise { item.equipable = copyItem.equipable; } if (previousItem) { - item.price = previousItem.price; item.cost = previousItem.cost; item.lowalch = previousItem.lowalch; item.highalch = previousItem.highalch; item.wiki_url = previousItem.wiki_url; item.wiki_name = previousItem.wiki_name; + item.release_date = previousItem.release_date; + if (previousItem.equipment?.requirements) { + item.equipment = { + ...item.equipment, + requirements: previousItem.equipment.requirements + }; + } } if (previousItem) { if (item.equipment?.requirements === null && previousItem.equipment?.requirements !== null) { diff --git a/src/constants.ts b/src/constants.ts index b51e63c1d..ca2e282b5 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -80,6 +80,7 @@ export const mappedBossNames: [keyof BossRecords, string][] = [ ['phantomMuspah', 'Phantom Muspah'], ['sarachnis', 'Sarachnis'], ['scorpia', 'Scorpia'], + ['scurrius', 'Scurrius'], ['skotizo', 'Skotizo'], ['spindel', 'Spindel'], ['tempoross', 'Tempoross'], diff --git a/src/meta/types.ts b/src/meta/types.ts index cf89cd7c4..319724b24 100644 --- a/src/meta/types.ts +++ b/src/meta/types.ts @@ -96,6 +96,7 @@ export interface BossRecords { phantomMuspah: MinigameScore; sarachnis: MinigameScore; scorpia: MinigameScore; + scurrius: MinigameScore; skotizo: MinigameScore; spindel: MinigameScore; tempoross: MinigameScore; diff --git a/test/Hiscores.test.ts b/test/Hiscores.test.ts index 59190f26b..cdbd8d3a0 100644 --- a/test/Hiscores.test.ts +++ b/test/Hiscores.test.ts @@ -71,11 +71,10 @@ test('Hiscores', async () => { expect(dmmTournyFaux.skills.agility.level).toBeGreaterThan(49); const leagues = await Hiscores.fetch('Magnaboy', { type: 'seasonal' }); - expect(leagues.leaguePoints?.points).toBeGreaterThan(6300); - expect(leagues.leaguePoints?.points).toBeLessThan(50_000); + expect(leagues.leaguePoints?.points).toBeGreaterThan(1); const leagues2 = await Hiscores.fetch('fk ezscape', { type: 'seasonal' }); - expect(leagues2.leaguePoints?.points).toBeGreaterThan(20_000); + expect(leagues2.leaguePoints?.points).toBeGreaterThan(1); // Skillers const skiller = await Hiscores.fetch('Jcw', { type: 'skiller' }); diff --git a/test/Items.test.ts b/test/Items.test.ts index c321552f2..1c0fe94d4 100644 --- a/test/Items.test.ts +++ b/test/Items.test.ts @@ -152,7 +152,6 @@ describe('Items', () => { expect(scep2.equipable_weapon).toEqual(true); expect(scep2.equipable).toEqual(true); expect(scep2.equipment?.slot).toEqual(EquipmentSlot.Weapon); - expect(scep2.price > 4_000_000).toEqual(true); expect(Items.filter(i => i.name === "Pharaoh's sceptre").size).toEqual(1); }, diff --git a/test/items.sanity.test.ts b/test/items.sanity.test.ts index e3f9147d4..bb266dda4 100644 --- a/test/items.sanity.test.ts +++ b/test/items.sanity.test.ts @@ -71,7 +71,6 @@ test('Items Sanity Test', async () => { expect(itemWebweaverBowU.cost).toEqual(175_000); expect(itemWebweaverBowU.lowalch).toEqual(70_000); expect(itemWebweaverBowU.highalch).toEqual(105_000); - expect(itemWebweaverBowU.buy_limit).toBeUndefined(); const item27655 = Items.get(27_655)!; expect(item27655.id).toEqual(27_655); @@ -95,7 +94,6 @@ test('Items Sanity Test', async () => { expect(item27657.cost).toEqual(175_000); expect(item27657.lowalch).toEqual(70_000); expect(item27657.highalch).toEqual(105_000); - expect(item27657.buy_limit).toBeUndefined(); const item27660 = Items.get(27_660)!; expect(item27660.id).toEqual(27_660);