diff --git a/scripts/prepare.ts b/scripts/prepare.ts index 81d4648e0..29ff1d83c 100644 --- a/scripts/prepare.ts +++ b/scripts/prepare.ts @@ -1,5 +1,26 @@ import minifyDist from './minifyDist'; import prepareItems from './prepareItems'; +// @ts-ignore asif +import _items from '../src/data/items/item_data.json'; minifyDist(); -prepareItems(); +const previousItems: string[] = []; +for (const key of Object.keys(_items)) { + previousItems.push(key); +} + +const newItems: string[] = []; +const deletedItems: string[] = []; +prepareItems().then(newItemMap => { + for (const key of Object.keys(newItemMap)) + { + if (!previousItems.includes(key)) { + newItems.push(key); + } + } + for (const key of previousItems) { + if (!newItemMap[key]) deletedItems.push(key); + } + console.log(`Deleted items: ${deletedItems}`); + console.log(`New items: ${newItems}`); +}); diff --git a/scripts/prepareItems.ts b/scripts/prepareItems.ts index b63598446..2faf658c8 100644 --- a/scripts/prepareItems.ts +++ b/scripts/prepareItems.ts @@ -4,7 +4,7 @@ import { readFileSync, writeFileSync } from 'fs'; import fetch from 'node-fetch'; import { EquipmentSlot, Item } from '../dist/meta/types'; -import Items, { USELESS_ITEMS } from '../dist/structures/Items'; +import Items, { DO_NOT_REMOVE, USELESS_ITEMS } from '../dist/structures/Items'; import { itemID } from '../dist/util'; import { itemChanges } from './manualItemChanges'; @@ -30,7 +30,12 @@ interface RawItemCollection { }; } +// This regex matches the nearly 600 individual clue-step items: +const clueStepRegex = /^Clue scroll \((beginner|easy|medium|hard|elite|master)\) - .*$/; + function itemShouldntBeAdded(item: any) { + if (DO_NOT_REMOVE.includes(item.id)) return false; + return ( USELESS_ITEMS.includes(item.id) || item.duplicate === true || @@ -38,7 +43,8 @@ function itemShouldntBeAdded(item: any) { item.linked_id_item || item.placeholder || item.name === 'Null' || - item.wiki_name?.includes(' (Worn)') + item.wiki_name?.includes(' (Worn)') || + (item.wiki_name && clueStepRegex.exec(item.wiki_name)) ); } @@ -228,7 +234,7 @@ const itemsToIgnorePrices = [ const keysToWarnIfRemovedOrAdded: (keyof Item)[] = ['equipable', 'equipment', 'weapon']; -export default async function prepareItems(): Promise { +export default async function prepareItems() { const messages: string[] = []; const allItemsRaw: RawItemCollection = await fetch( 'https://raw.githubusercontent.com/0xNeffarion/osrsreboxed-db/master/docs/items-complete.json' @@ -426,7 +432,7 @@ export default async function prepareItems(): Promise { messages.push(`New Items: ${moidLink(newItems)}.`); messages.push(`Deleted Items: ${moidLink(deletedItems)}.`); - const sql = `SELECT + const sql = `SELECT ${deletedItems .map( item => `COUNT(*) FILTER (WHERE bank->>'${item.id}' IS NOT NULL) AS people_with_item_${item.id}, @@ -448,4 +454,6 @@ FROM users; writeFileSync('./updates.txt', messages.join('\n')); messages.push('Prepared items.'); + + return itemNameMap; } diff --git a/src/data/items/item_data.json b/src/data/items/item_data.json index e9a517fd5..cdeee0350 100644 --- a/src/data/items/item_data.json +++ b/src/data/items/item_data.json @@ -116,7 +116,7 @@ "examine": "The mounting for the multicannon.", "wiki_name": "Cannon stand", "wiki_url": "https://oldschool.runescape.wiki/w/Cannon_stand", - "price": 184142 + "price": 178381.5 }, "10": { "id": 10, @@ -152,7 +152,7 @@ "examine": "This powers the multicannon.", "wiki_name": "Cannon furnace", "wiki_url": "https://oldschool.runescape.wiki/w/Cannon_furnace", - "price": 211332 + "price": 200070 }, "14": { "id": 14, @@ -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": 5 + "price": 5.5 }, "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": 36 + "price": 32 }, "42": { "id": 42, @@ -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": 59.5 + "price": 150 }, "44": { "id": 44, @@ -615,7 +615,7 @@ "examine": "I can make some arrows with these.", "wiki_name": "Rune arrowtips", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_arrowtips", - "price": 254.5 + "price": 312.5 }, "45": { "id": 45, @@ -632,7 +632,7 @@ "examine": "Opal bolt tips.", "wiki_name": "Opal bolt tips", "wiki_url": "https://oldschool.runescape.wiki/w/Opal_bolt_tips", - "price": 98.5 + "price": 111.5 }, "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": 31 + "price": 55.5 }, "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": 77 + "price": 87 }, "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": 10.5 + "price": 17.5 }, "50": { "id": 50, @@ -719,7 +719,7 @@ "examine": "A wooden arrow shaft.", "wiki_name": "Arrow shaft", "wiki_url": "https://oldschool.runescape.wiki/w/Arrow_shaft", - "price": 1 + "price": 1.5 }, "53": { "id": 53, @@ -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": 8 + "price": 9 }, "54": { "id": 54, @@ -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": 32 + "price": 21.5 }, "58": { "id": 58, @@ -790,7 +790,7 @@ "examine": "An unstrung willow longbow; I need a bowstring for this.", "wiki_name": "Willow longbow (u)", "wiki_url": "https://oldschool.runescape.wiki/w/Willow_longbow_(u)", - "price": 36 + "price": 40.5 }, "60": { "id": 60, @@ -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": 339.5 + "price": 389.5 }, "68": { "id": 68, @@ -991,14 +991,14 @@ "name": "Khazard cell keys", "members": true, "cost": 1, - "lowalch": 0, - "highalch": 0, "weight": 0.01, "release_date": "2002-07-23", "examine": "These keys open the cells at the Khazard fight arena.", "wiki_name": "Khazard cell keys", "wiki_url": "https://oldschool.runescape.wiki/w/Khazard_cell_keys", - "price": 0 + "price": 0, + "lowalch": 0, + "highalch": 0 }, "77": { "id": 77, @@ -1067,14 +1067,14 @@ "name": "Staff of armadyl", "members": true, "cost": 15, - "lowalch": 6, - "highalch": 9, "weight": 1.814, "release_date": "2002-06-17", "examine": "The power in this staff causes it to vibrate gently.", "wiki_name": "Staff of armadyl", "wiki_url": "https://oldschool.runescape.wiki/w/Staff_of_armadyl", - "price": 0 + "price": 0, + "lowalch": 6, + "highalch": 9 }, "85": { "id": 85, @@ -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": 531.5 + "price": 407 }, "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": 175 + "price": 238 }, "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": 310 + "price": 378 }, "97": { "id": 97, @@ -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": 149 + "price": 180 }, "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": 88 + "price": 73 }, "117": { "id": 117, @@ -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": 36 + "price": 54 }, "121": { "id": 121, @@ -1488,7 +1488,7 @@ "examine": "3 doses of Attack potion.", "wiki_name": "Attack potion (3 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Attack_potion#3_dose", - "price": 5 + "price": 5.5 }, "123": { "id": 123, @@ -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": 1 + "price": 1.5 }, "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": 300 + "price": 149 }, "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": 104 + "price": 140.5 }, "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": 94.5 + "price": 263 }, "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": 402 + "price": 5160 }, "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": 225 + "price": 202 }, "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": 86 + "price": 56 }, "139": { "id": 139, @@ -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": 14.5 + "price": 38 }, "157": { "id": 157, @@ -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": 1798.5 + "price": 1597.5 }, "173": { "id": 173, @@ -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": 90 + "price": 120 }, "177": { "id": 177, @@ -1990,7 +1990,7 @@ "examine": "2 doses of antipoison potion.", "wiki_name": "Antipoison (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Antipoison#2_dose", - "price": 50 + "price": 116 }, "179": { "id": 179, @@ -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": 36.5 + "price": 26.5 }, "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": 772.5 + "price": 948.5 }, "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": 480 + "price": 2813.5 }, "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": 250 + "price": 360 }, "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": 752 + "price": 657.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": 457 + "price": 250 }, "193": { "id": 193, @@ -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": 658.5 + "price": 589.5 }, "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": 358 + "price": 251 }, "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": 97 + "price": 77.5 }, "203": { "id": 203, @@ -2220,7 +2220,7 @@ "examine": "It needs cleaning.", "wiki_name": "Grimy tarromin", "wiki_url": "https://oldschool.runescape.wiki/w/Grimy_tarromin", - "price": 189.5 + "price": 169.5 }, "205": { "id": 205, @@ -2381,7 +2381,7 @@ "examine": "It seems to be looking at me.", "wiki_name": "Eye of newt", "wiki_url": "https://oldschool.runescape.wiki/w/Eye_of_newt", - "price": 4 + "price": 3.5 }, "223": { "id": 223, @@ -2398,7 +2398,7 @@ "examine": "Ewww!", "wiki_name": "Red spiders' eggs", "wiki_url": "https://oldschool.runescape.wiki/w/Red_spiders'_eggs", - "price": 1061 + "price": 853 }, "225": { "id": 225, @@ -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": 3 + "price": 4 }, "229": { "id": 229, @@ -2449,7 +2449,7 @@ "examine": "An empty glass vial.", "wiki_name": "Vial", "wiki_url": "https://oldschool.runescape.wiki/w/Vial", - "price": 2 + "price": 3.5 }, "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": 477.5 + "price": 411.5 }, "233": { "id": 233, @@ -2521,7 +2521,7 @@ "examine": "This horn has restorative properties.", "wiki_name": "Unicorn horn", "wiki_url": "https://oldschool.runescape.wiki/w/Unicorn_horn", - "price": 84 + "price": 69 }, "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": 254 + "price": 305.5 }, "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": 49.5 + "price": 73.5 }, "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": 13 + "price": 17 }, "245": { "id": 245, @@ -2628,7 +2628,7 @@ "examine": "A bitter green herb.", "wiki_name": "Guam leaf", "wiki_url": "https://oldschool.runescape.wiki/w/Guam_leaf", - "price": 408.5 + "price": 301.5 }, "251": { "id": 251, @@ -2855,7 +2855,7 @@ "examine": "This stuff looks nasty.", "wiki_name": "Poison (item)", "wiki_url": "https://oldschool.runescape.wiki/w/Poison_(item)", - "price": 511.5 + "price": 706 }, "274": { "id": 274, @@ -3157,33 +3157,33 @@ "examine": "Some brown armour designed to fit goblins.", "wiki_name": "Goblin mail", "wiki_url": "https://oldschool.runescape.wiki/w/Goblin_mail", - "price": 928.5 + "price": 644 }, "290": { "id": 290, "name": "Research package", "cost": 30, - "lowalch": 12, - "highalch": 18, "weight": 0.907, "release_date": "2004-03-29", "examine": "This contains some vital research.", "wiki_name": "Research package", "wiki_url": "https://oldschool.runescape.wiki/w/Research_package", - "price": 0 + "price": 0, + "lowalch": 12, + "highalch": 18 }, "291": { "id": 291, "name": "Research notes", "cost": 30, - "lowalch": 12, - "highalch": 18, "weight": 0.028, "release_date": "2004-03-29", "examine": "They seem to be written in some kind of code.", "wiki_name": "Research notes (Rune Mysteries)", "wiki_url": "https://oldschool.runescape.wiki/w/Research_notes_(Rune_Mysteries)", - "price": 0 + "price": 0, + "lowalch": 12, + "highalch": 18 }, "292": { "id": 292, @@ -3348,7 +3348,7 @@ "examine": "Useful for catching lobsters.", "wiki_name": "Lobster pot", "wiki_url": "https://oldschool.runescape.wiki/w/Lobster_pot", - "price": 231 + "price": 173.5 }, "303": { "id": 303, @@ -3365,7 +3365,7 @@ "examine": "Useful for catching small fish.", "wiki_name": "Small fishing net (Regular)", "wiki_url": "https://oldschool.runescape.wiki/w/Small_fishing_net#Regular", - "price": 143.5 + "price": 117.5 }, "305": { "id": 305, @@ -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": 482.5 + "price": 1005 }, "307": { "id": 307, @@ -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": 8 + "price": 5.5 }, "314": { "id": 314, @@ -3483,7 +3483,7 @@ "examine": "Some nicely cooked shrimp.", "wiki_name": "Shrimps", "wiki_url": "https://oldschool.runescape.wiki/w/Shrimps", - "price": 37.5 + "price": 32 }, "317": { "id": 317, @@ -3517,7 +3517,7 @@ "examine": "Some nicely cooked anchovies.", "wiki_name": "Anchovies", "wiki_url": "https://oldschool.runescape.wiki/w/Anchovies", - "price": 50 + "price": 60 }, "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": 52.5 + "price": 42 }, "323": { "id": 323, @@ -3566,7 +3566,7 @@ "examine": "Some nicely cooked sardines.", "wiki_name": "Sardine", "wiki_url": "https://oldschool.runescape.wiki/w/Sardine", - "price": 10 + "price": 27 }, "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": 31.5 + "price": 44.5 }, "329": { "id": 329, @@ -3697,7 +3697,7 @@ "examine": "Some nicely cooked cod.", "wiki_name": "Cod", "wiki_url": "https://oldschool.runescape.wiki/w/Cod", - "price": 9 + "price": 20 }, "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": 102.5 + "price": 125 }, "343": { "id": 343, @@ -3764,7 +3764,7 @@ "examine": "Some nicely cooked herring.", "wiki_name": "Herring", "wiki_url": "https://oldschool.runescape.wiki/w/Herring", - "price": 13 + "price": 57.5 }, "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": 119.5 + "price": 140 }, "351": { "id": 351, @@ -3816,7 +3816,7 @@ "examine": "I should try cooking this.", "wiki_name": "Raw mackerel", "wiki_url": "https://oldschool.runescape.wiki/w/Raw_mackerel", - "price": 20 + "price": 16 }, "355": { "id": 355, @@ -3834,7 +3834,7 @@ "examine": "Some nicely cooked mackerel.", "wiki_name": "Mackerel", "wiki_url": "https://oldschool.runescape.wiki/w/Mackerel", - "price": 246.5 + "price": 16 }, "357": { "id": 357, @@ -3919,7 +3919,7 @@ "examine": "Wow, this is a big fish.", "wiki_name": "Bass", "wiki_url": "https://oldschool.runescape.wiki/w/Bass", - "price": 107 + "price": 84.5 }, "367": { "id": 367, @@ -4221,7 +4221,7 @@ "examine": "Slightly damp seaweed.", "wiki_name": "Seaweed", "wiki_url": "https://oldschool.runescape.wiki/w/Seaweed", - "price": 23.5 + "price": 32 }, "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": 28 + "price": 24.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": 722.5 + "price": 822 }, "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": 66.5 + "price": 99.5 }, "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": 119 + "price": 196.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": 645 + "price": 1073 }, "415": { "id": 415, @@ -4536,7 +4536,7 @@ "slot": "body", "requirements": null }, - "price": 52.5 + "price": 87.5 }, "428": { "id": 428, @@ -4573,7 +4573,7 @@ "slot": "legs", "requirements": null }, - "price": 86 + "price": 25 }, "430": { "id": 430, @@ -4697,7 +4697,7 @@ "examine": "This needs refining.", "wiki_name": "Tin ore", "wiki_url": "https://oldschool.runescape.wiki/w/Tin_ore", - "price": 99.5 + "price": 74 }, "440": { "id": 440, @@ -4830,7 +4830,7 @@ "examine": "Hmm a non-renewable energy source!", "wiki_name": "Coal", "wiki_url": "https://oldschool.runescape.wiki/w/Coal", - "price": 186.5 + "price": 163.5 }, "455": { "id": 455, @@ -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": 340 + "price": 473.5 }, "532": { "id": 532, @@ -5740,7 +5740,7 @@ "slot": "body", "requirements": null }, - "price": 4850 + "price": 940 }, "548": { "id": 548, @@ -5777,7 +5777,7 @@ "slot": "legs", "requirements": null }, - "price": 3099 + "price": 603 }, "550": { "id": 550, @@ -5900,7 +5900,7 @@ "examine": "One of the 4 basic elemental Runes.", "wiki_name": "Earth rune", "wiki_url": "https://oldschool.runescape.wiki/w/Earth_rune", - "price": 5 + "price": 5.5 }, "558": { "id": 558, @@ -5996,7 +5996,7 @@ "examine": "Used for teleport spells.", "wiki_name": "Law rune", "wiki_url": "https://oldschool.runescape.wiki/w/Law_rune", - "price": 128 + "price": 142 }, "564": { "id": 564, @@ -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": 114 + "price": 102 }, "569": { "id": 569, @@ -6173,7 +6173,7 @@ "slot": "body", "requirements": null }, - "price": 1122 + "price": 1980 }, "579": { "id": 579, @@ -6210,7 +6210,7 @@ "slot": "head", "requirements": null }, - "price": 358.5 + "price": 595 }, "581": { "id": 581, @@ -6247,7 +6247,7 @@ "slot": "body", "requirements": null }, - "price": 844.5 + "price": 541.5 }, "583": { "id": 583, @@ -6358,7 +6358,7 @@ "examine": "Useful for lighting a fire.", "wiki_name": "Tinderbox", "wiki_url": "https://oldschool.runescape.wiki/w/Tinderbox", - "price": 70.5 + "price": 89.5 }, "592": { "id": 592, @@ -6420,7 +6420,7 @@ "examine": "An unlit home-made torch.", "wiki_name": "Torch (Unlit)", "wiki_url": "https://oldschool.runescape.wiki/w/Torch#Unlit", - "price": 1 + "price": 4 }, "598": { "id": 598, @@ -6857,7 +6857,7 @@ "slot": "feet", "requirements": null }, - "price": 1418 + "price": 881 }, "628": { "id": 628, @@ -6895,7 +6895,7 @@ "slot": "feet", "requirements": null }, - "price": 925 + "price": 278.5 }, "630": { "id": 630, @@ -6933,7 +6933,7 @@ "slot": "feet", "requirements": null }, - "price": 522 + "price": 812.5 }, "632": { "id": 632, @@ -7009,7 +7009,7 @@ "slot": "feet", "requirements": null }, - "price": 237.5 + "price": 334.5 }, "636": { "id": 636, @@ -7047,7 +7047,7 @@ "slot": "body", "requirements": null }, - "price": 480 + "price": 827 }, "638": { "id": 638, @@ -7085,7 +7085,7 @@ "slot": "body", "requirements": null }, - "price": 1325 + "price": 1513 }, "640": { "id": 640, @@ -7123,7 +7123,7 @@ "slot": "body", "requirements": null }, - "price": 453 + "price": 1067.5 }, "642": { "id": 642, @@ -7199,7 +7199,7 @@ "slot": "body", "requirements": null }, - "price": 180 + "price": 121.5 }, "646": { "id": 646, @@ -7237,7 +7237,7 @@ "slot": "legs", "requirements": null }, - "price": 118.5 + "price": 273 }, "648": { "id": 648, @@ -7313,7 +7313,7 @@ "slot": "legs", "requirements": null }, - "price": 501 + "price": 228.5 }, "652": { "id": 652, @@ -7389,7 +7389,7 @@ "slot": "legs", "requirements": null }, - "price": 406.5 + "price": 2000 }, "656": { "id": 656, @@ -7427,7 +7427,7 @@ "slot": "head", "requirements": null }, - "price": 749 + "price": 1976.5 }, "658": { "id": 658, @@ -7503,7 +7503,7 @@ "slot": "head", "requirements": null }, - "price": 1328.5 + "price": 1164.5 }, "662": { "id": 662, @@ -7579,7 +7579,7 @@ "slot": "head", "requirements": null }, - "price": 2000 + "price": 524 }, "666": { "id": 666, @@ -8995,7 +8995,7 @@ "examine": "Poisonous berries.", "wiki_name": "Cadava berries", "wiki_url": "https://oldschool.runescape.wiki/w/Cadava_berries", - "price": 230.5 + "price": 309.5 }, "755": { "id": 755, @@ -10000,7 +10000,7 @@ } ] }, - "price": 87.5 + "price": 156 }, "804": { "id": 804, @@ -10067,7 +10067,7 @@ } ] }, - "price": 264.5 + "price": 35 }, "805": { "id": 805, @@ -10201,7 +10201,7 @@ } ] }, - "price": 28 + "price": 24 }, "807": { "id": 807, @@ -10268,7 +10268,7 @@ } ] }, - "price": 23 + "price": 15.5 }, "808": { "id": 808, @@ -10335,7 +10335,7 @@ } ] }, - "price": 4.5 + "price": 3.5 }, "809": { "id": 809, @@ -10402,7 +10402,7 @@ } ] }, - "price": 6 + "price": 5 }, "810": { "id": 810, @@ -10871,7 +10871,7 @@ } ] }, - "price": 22 + "price": 15 }, "817": { "id": 817, @@ -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": 38 + "price": 58 }, "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": 45.5 + "price": 39.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": 47.5 + "price": 54 }, "822": { "id": 822, @@ -11093,7 +11093,7 @@ "ranged": 1 } }, - "price": 8 + "price": 9 }, "826": { "id": 826, @@ -11171,7 +11171,7 @@ "ranged": 5 } }, - "price": 4 + "price": 24.5 }, "828": { "id": 828, @@ -11589,7 +11589,7 @@ } ] }, - "price": 405.5 + "price": 1237.5 }, "839": { "id": 839, @@ -11656,7 +11656,7 @@ } ] }, - "price": 33.5 + "price": 44.5 }, "841": { "id": 841, @@ -11723,7 +11723,7 @@ } ] }, - "price": 66 + "price": 53.5 }, "843": { "id": 843, @@ -11790,7 +11790,7 @@ } ] }, - "price": 51.5 + "price": 39.5 }, "845": { "id": 845, @@ -11924,7 +11924,7 @@ } ] }, - "price": 135 + "price": 160.5 }, "849": { "id": 849, @@ -11991,7 +11991,7 @@ } ] }, - "price": 109 + "price": 76.5 }, "851": { "id": 851, @@ -12125,7 +12125,7 @@ } ] }, - "price": 213 + "price": 191 }, "855": { "id": 855, @@ -12531,7 +12531,7 @@ } ] }, - "price": 152.5 + "price": 44 }, "865": { "id": 865, @@ -12598,7 +12598,7 @@ } ] }, - "price": 68 + "price": 53.5 }, "866": { "id": 866, @@ -12665,7 +12665,7 @@ } ] }, - "price": 123 + "price": 172 }, "867": { "id": 867, @@ -12933,7 +12933,7 @@ } ] }, - "price": 500 + "price": 255.5 }, "871": { "id": 871, @@ -13067,7 +13067,7 @@ } ] }, - "price": 29514 + "price": 203.5 }, "873": { "id": 873, @@ -13201,7 +13201,7 @@ } ] }, - "price": 154.5 + "price": 320.5 }, "875": { "id": 875, @@ -13268,7 +13268,7 @@ } ] }, - "price": 422.5 + "price": 589.5 }, "876": { "id": 876, @@ -13335,7 +13335,7 @@ } ] }, - "price": 364 + "price": 415 }, "877": { "id": 877, @@ -13567,7 +13567,7 @@ "ranged": 1 } }, - "price": 2 + "price": 3.5 }, "883": { "id": 883, @@ -13606,7 +13606,7 @@ "ranged": 1 } }, - "price": 104.5 + "price": 132 }, "884": { "id": 884, @@ -13644,7 +13644,7 @@ "ranged": 1 } }, - "price": 8 + "price": 5 }, "885": { "id": 885, @@ -13760,7 +13760,7 @@ "ranged": 5 } }, - "price": 81 + "price": 71 }, "888": { "id": 888, @@ -13798,7 +13798,7 @@ "ranged": 20 } }, - "price": 4 + "price": 3 }, "889": { "id": 889, @@ -13837,7 +13837,7 @@ "ranged": 20 } }, - "price": 49.5 + "price": 60.5 }, "890": { "id": 890, @@ -13914,7 +13914,7 @@ "ranged": 30 } }, - "price": 166 + "price": 73.5 }, "892": { "id": 892, @@ -13992,7 +13992,7 @@ "ranged": 40 } }, - "price": 170 + "price": 132.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": 68 + "price": 76 }, "948": { "id": 948, @@ -14091,7 +14091,7 @@ "examine": "This would make warm clothing.", "wiki_name": "Bear fur", "wiki_url": "https://oldschool.runescape.wiki/w/Bear_fur", - "price": 326 + "price": 240 }, "950": { "id": 950, @@ -14108,7 +14108,7 @@ "examine": "It's a sheet of silk.", "wiki_name": "Silk", "wiki_url": "https://oldschool.runescape.wiki/w/Silk", - "price": 162 + "price": 77 }, "952": { "id": 952, @@ -14125,7 +14125,7 @@ "examine": "A slightly muddy spade.", "wiki_name": "Spade", "wiki_url": "https://oldschool.runescape.wiki/w/Spade", - "price": 145 + "price": 186 }, "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": 260.5 + "price": 180 }, "960": { "id": 960, @@ -14209,7 +14209,7 @@ "examine": "I need to pull this.", "wiki_name": "Christmas cracker", "wiki_url": "https://oldschool.runescape.wiki/w/Christmas_cracker", - "price": 892470.5 + "price": 762298 }, "964": { "id": 964, @@ -14284,7 +14284,7 @@ "examine": "Used for making notes.", "wiki_name": "Papyrus", "wiki_url": "https://oldschool.runescape.wiki/w/Papyrus", - "price": 389.5 + "price": 498 }, "972": { "id": 972, @@ -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": 14587.5 + "price": 19191.5 }, "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": 363 + "price": 445.5 }, "985": { "id": 985, @@ -14574,7 +14574,7 @@ "slot": "body", "requirements": null }, - "price": 156 + "price": 209.5 }, "1007": { "id": 1007, @@ -14648,7 +14648,7 @@ "slot": "neck", "requirements": null }, - "price": 100.5 + "price": 57 }, "1011": { "id": 1011, @@ -14722,7 +14722,7 @@ "slot": "legs", "requirements": null }, - "price": 85 + "price": 48.5 }, "1015": { "id": 1015, @@ -14759,7 +14759,7 @@ "slot": "legs", "requirements": null }, - "price": 25.5 + "price": 44 }, "1017": { "id": 1017, @@ -14833,7 +14833,7 @@ "slot": "cape", "requirements": null }, - "price": 503 + "price": 423.5 }, "1021": { "id": 1021, @@ -14945,7 +14945,7 @@ "slot": "head", "requirements": null }, - "price": 345 + "price": 450 }, "1027": { "id": 1027, @@ -15019,7 +15019,7 @@ "slot": "cape", "requirements": null }, - "price": 2080 + "price": 1055.5 }, "1031": { "id": 1031, @@ -15056,7 +15056,7 @@ "slot": "cape", "requirements": null }, - "price": 1105 + "price": 575 }, "1033": { "id": 1033, @@ -15093,7 +15093,7 @@ "slot": "legs", "requirements": null }, - "price": 4823.5 + "price": 6379 }, "1035": { "id": 1035, @@ -15130,7 +15130,7 @@ "slot": "body", "requirements": null }, - "price": 1308 + "price": 945 }, "1037": { "id": 1037, @@ -15200,7 +15200,7 @@ "slot": "head", "requirements": null }, - "price": 3995 + "price": 6337.5 }, "1040": { "id": 1040, @@ -15311,7 +15311,7 @@ "slot": "head", "requirements": null }, - "price": 8000 + "price": 9037.5 }, "1046": { "id": 1046, @@ -15385,7 +15385,7 @@ "slot": "head", "requirements": null }, - "price": 4577.5 + "price": 5106 }, "1050": { "id": 1050, @@ -15493,7 +15493,7 @@ "slot": "head", "requirements": null }, - "price": 9608 + "price": 12250 }, "1055": { "id": 1055, @@ -15530,7 +15530,7 @@ "slot": "head", "requirements": null }, - "price": 8457.5 + "price": 14702 }, "1057": { "id": 1057, @@ -15567,7 +15567,7 @@ "slot": "head", "requirements": null }, - "price": 8228 + "price": 12021.5 }, "1059": { "id": 1059, @@ -15606,7 +15606,7 @@ "defence": 1 } }, - "price": 13.5 + "price": 29.5 }, "1061": { "id": 1061, @@ -15645,7 +15645,7 @@ "defence": 1 } }, - "price": 66.5 + "price": 95.5 }, "1063": { "id": 1063, @@ -15723,7 +15723,7 @@ "ranged": 40 } }, - "price": 1395.5 + "price": 1550 }, "1067": { "id": 1067, @@ -15762,7 +15762,7 @@ "defence": 1 } }, - "price": 17.5 + "price": 47.5 }, "1069": { "id": 1069, @@ -15801,7 +15801,7 @@ "defence": 5 } }, - "price": 201.5 + "price": 412.5 }, "1071": { "id": 1071, @@ -15918,7 +15918,7 @@ "defence": 1 } }, - "price": 127 + "price": 157.5 }, "1077": { "id": 1077, @@ -15957,7 +15957,7 @@ "defence": 10 } }, - "price": 703 + "price": 850 }, "1079": { "id": 1079, @@ -16035,7 +16035,7 @@ "defence": 1 } }, - "price": 161.5 + "price": 203 }, "1083": { "id": 1083, @@ -16074,7 +16074,7 @@ "defence": 5 } }, - "price": 237.5 + "price": 322.5 }, "1085": { "id": 1085, @@ -16152,7 +16152,7 @@ "defence": 1 } }, - "price": 84.5 + "price": 600 }, "1089": { "id": 1089, @@ -16230,7 +16230,7 @@ "defence": 30 } }, - "price": 3752.5 + "price": 4869.5 }, "1093": { "id": 1093, @@ -16309,7 +16309,7 @@ "defence": 1 } }, - "price": 13.5 + "price": 11 }, "1097": { "id": 1097, @@ -16427,7 +16427,7 @@ "defence": 1 } }, - "price": 91 + "price": 208 }, "1103": { "id": 1103, @@ -16466,7 +16466,7 @@ "defence": 1 } }, - "price": 60 + "price": 46 }, "1105": { "id": 1105, @@ -16505,7 +16505,7 @@ "defence": 5 } }, - "price": 287 + "price": 600.5 }, "1107": { "id": 1107, @@ -16544,7 +16544,7 @@ "defence": 10 } }, - "price": 1039 + "price": 1648.5 }, "1109": { "id": 1109, @@ -16700,7 +16700,7 @@ "defence": 1 } }, - "price": 110 + "price": 45 }, "1117": { "id": 1117, @@ -16739,7 +16739,7 @@ "defence": 1 } }, - "price": 10.5 + "price": 105 }, "1119": { "id": 1119, @@ -16974,7 +16974,7 @@ "defence": 1 } }, - "price": 47.5 + "price": 28 }, "1131": { "id": 1131, @@ -17014,7 +17014,7 @@ "defence": 10 } }, - "price": 26.5 + "price": 52 }, "1133": { "id": 1133, @@ -17054,7 +17054,7 @@ "defence": 20 } }, - "price": 375 + "price": 453.5 }, "1135": { "id": 1135, @@ -17133,7 +17133,7 @@ "defence": 1 } }, - "price": 151 + "price": 112.5 }, "1139": { "id": 1139, @@ -17172,7 +17172,7 @@ "defence": 1 } }, - "price": 150 + "price": 129.5 }, "1141": { "id": 1141, @@ -17211,7 +17211,7 @@ "defence": 5 } }, - "price": 88.5 + "price": 25.5 }, "1143": { "id": 1143, @@ -17407,7 +17407,7 @@ "defence": 10 } }, - "price": 413 + "price": 311.5 }, "1153": { "id": 1153, @@ -17446,7 +17446,7 @@ "defence": 1 } }, - "price": 65.5 + "price": 141 }, "1155": { "id": 1155, @@ -17485,7 +17485,7 @@ "defence": 1 } }, - "price": 127 + "price": 57 }, "1157": { "id": 1157, @@ -17524,7 +17524,7 @@ "defence": 5 } }, - "price": 45.5 + "price": 149 }, "1159": { "id": 1159, @@ -17680,7 +17680,7 @@ "defence": 10 } }, - "price": 205 + "price": 357 }, "1167": { "id": 1167, @@ -17760,7 +17760,7 @@ "defence": 1 } }, - "price": 525 + "price": 21 }, "1171": { "id": 1171, @@ -17797,7 +17797,7 @@ "slot": "shield", "requirements": null }, - "price": 247 + "price": 272 }, "1173": { "id": 1173, @@ -17836,7 +17836,7 @@ "defence": 1 } }, - "price": 52 + "price": 35 }, "1175": { "id": 1175, @@ -17875,7 +17875,7 @@ "defence": 1 } }, - "price": 26 + "price": 50 }, "1177": { "id": 1177, @@ -17914,7 +17914,7 @@ "defence": 5 } }, - "price": 121 + "price": 160 }, "1179": { "id": 1179, @@ -17953,7 +17953,7 @@ "defence": 10 } }, - "price": 358.5 + "price": 443.5 }, "1181": { "id": 1181, @@ -17992,7 +17992,7 @@ "defence": 20 } }, - "price": 652 + "price": 748.5 }, "1183": { "id": 1183, @@ -18149,7 +18149,7 @@ "defence": 1 } }, - "price": 25.5 + "price": 17.5 }, "1191": { "id": 1191, @@ -18188,7 +18188,7 @@ "defence": 1 } }, - "price": 101 + "price": 58 }, "1193": { "id": 1193, @@ -18227,7 +18227,7 @@ "defence": 5 } }, - "price": 280 + "price": 223.5 }, "1195": { "id": 1195, @@ -18344,7 +18344,7 @@ "defence": 30 } }, - "price": 2900.5 + "price": 2606.5 }, "1201": { "id": 1201, @@ -18457,7 +18457,7 @@ } ] }, - "price": 88.5 + "price": 102 }, "1205": { "id": 1205, @@ -18605,7 +18605,7 @@ } ] }, - "price": 175.5 + "price": 103 }, "1209": { "id": 1209, @@ -18679,7 +18679,7 @@ } ] }, - "price": 97.5 + "price": 87 }, "1211": { "id": 1211, @@ -18753,7 +18753,7 @@ } ] }, - "price": 160 + "price": 225 }, "1213": { "id": 1213, @@ -18976,7 +18976,7 @@ } ] }, - "price": 130.5 + "price": 333.5 }, "1219": { "id": 1219, @@ -19051,7 +19051,7 @@ } ] }, - "price": 56.5 + "price": 68.5 }, "1221": { "id": 1221, @@ -19351,7 +19351,7 @@ } ] }, - "price": 110 + "price": 146.5 }, "1229": { "id": 1229, @@ -19426,7 +19426,7 @@ } ] }, - "price": 5068 + "price": 4527.5 }, "1231": { "id": 1231, @@ -19576,7 +19576,7 @@ } ] }, - "price": 31.5 + "price": 50.5 }, "1235": { "id": 1235, @@ -19666,7 +19666,7 @@ } ] }, - "price": 247.5 + "price": 396 }, "1239": { "id": 1239, @@ -19741,7 +19741,7 @@ } ] }, - "price": 912 + "price": 611.5 }, "1241": { "id": 1241, @@ -19816,7 +19816,7 @@ } ] }, - "price": 124.5 + "price": 83 }, "1243": { "id": 1243, @@ -19891,7 +19891,7 @@ } ] }, - "price": 723.5 + "price": 219.5 }, "1245": { "id": 1245, @@ -20266,7 +20266,7 @@ } ] }, - "price": 1091.5 + "price": 667.5 }, "1255": { "id": 1255, @@ -20341,7 +20341,7 @@ } ] }, - "price": 1 + "price": 1.5 }, "1257": { "id": 1257, @@ -20416,7 +20416,7 @@ } ] }, - "price": 125 + "price": 1.5 }, "1259": { "id": 1259, @@ -20491,7 +20491,7 @@ } ] }, - "price": 724.5 + "price": 580 }, "1261": { "id": 1261, @@ -20566,7 +20566,7 @@ } ] }, - "price": 9479 + "price": 12879 }, "1263": { "id": 1263, @@ -20716,307 +20716,307 @@ } ] }, - "price": 126.5 - }, - "1267": { - "id": 1267, - "name": "Iron pickaxe", - "tradeable": true, - "tradeable_on_ge": true, - "noteable": true, - "equipable": true, - "equipable_by_player": true, - "equipable_weapon": true, - "cost": 140, - "lowalch": 56, - "highalch": 84, - "weight": 2.267, - "buy_limit": 40, - "release_date": "2003-05-27", - "examine": "Used for mining.", - "wiki_name": "Iron pickaxe", - "wiki_url": "https://oldschool.runescape.wiki/w/Iron_pickaxe", - "equipment": { - "attack_stab": 5, - "attack_slash": -2, - "attack_crush": 3, - "attack_magic": 0, - "attack_ranged": 0, - "defence_stab": 0, - "defence_slash": 1, - "defence_crush": 0, - "defence_magic": 0, - "defence_ranged": 0, - "melee_strength": 7, - "ranged_strength": 0, - "magic_damage": 0, - "prayer": 0, - "slot": "weapon", - "requirements": { - "mining": 1, - "attack": 1 - } - }, - "weapon": { - "attack_speed": 5, - "weapon_type": "pickaxe", - "stances": [ - { - "combat_style": "spike", - "attack_type": "stab", - "attack_style": "accurate", - "experience": "attack", - "boosts": null - }, - { - "combat_style": "impale", - "attack_type": "stab", - "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": "stab", - "attack_style": "defensive", - "experience": "defence", - "boosts": null - } - ] - }, - "price": 199 - }, - "1269": { - "id": 1269, - "name": "Steel pickaxe", - "tradeable": true, - "tradeable_on_ge": true, - "noteable": true, - "equipable": true, - "equipable_by_player": true, - "equipable_weapon": true, - "cost": 500, - "lowalch": 200, - "highalch": 300, - "weight": 2.267, - "buy_limit": 40, - "release_date": "2003-05-27", - "examine": "Used for mining.", - "wiki_name": "Steel pickaxe", - "wiki_url": "https://oldschool.runescape.wiki/w/Steel_pickaxe", - "equipment": { - "attack_stab": 8, - "attack_slash": -2, - "attack_crush": 6, - "attack_magic": 0, - "attack_ranged": 0, - "defence_stab": 0, - "defence_slash": 1, - "defence_crush": 0, - "defence_magic": 0, - "defence_ranged": 0, - "melee_strength": 9, - "ranged_strength": 0, - "magic_damage": 0, - "prayer": 0, - "slot": "weapon", - "requirements": { - "mining": 6, - "attack": 5 - } - }, - "weapon": { - "attack_speed": 5, - "weapon_type": "pickaxe", - "stances": [ - { - "combat_style": "spike", - "attack_type": "stab", - "attack_style": "accurate", - "experience": "attack", - "boosts": null - }, - { - "combat_style": "impale", - "attack_type": "stab", - "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": "stab", - "attack_style": "defensive", - "experience": "defence", - "boosts": null - } - ] - }, - "price": 511 - }, - "1271": { - "id": 1271, - "name": "Adamant pickaxe", - "tradeable": true, - "tradeable_on_ge": true, - "noteable": true, - "equipable": true, - "equipable_by_player": true, - "equipable_weapon": true, - "cost": 3200, - "lowalch": 1280, - "highalch": 1920, - "weight": 2.721, - "buy_limit": 40, - "release_date": "2003-05-27", - "examine": "Used for mining.", - "wiki_name": "Adamant pickaxe", - "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_pickaxe", - "equipment": { - "attack_stab": 17, - "attack_slash": -2, - "attack_crush": 15, - "attack_magic": 0, - "attack_ranged": 0, - "defence_stab": 0, - "defence_slash": 1, - "defence_crush": 0, - "defence_magic": 0, - "defence_ranged": 0, - "melee_strength": 19, - "ranged_strength": 0, - "magic_damage": 0, - "prayer": 0, - "slot": "weapon", - "requirements": { - "mining": 31, - "attack": 30 - } - }, - "weapon": { - "attack_speed": 5, - "weapon_type": "pickaxe", - "stances": [ - { - "combat_style": "spike", - "attack_type": "stab", - "attack_style": "accurate", - "experience": "attack", - "boosts": null - }, - { - "combat_style": "impale", - "attack_type": "stab", - "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": "stab", - "attack_style": "defensive", - "experience": "defence", - "boosts": null - } - ] - }, - "price": 1365.5 - }, - "1273": { - "id": 1273, - "name": "Mithril pickaxe", - "tradeable": true, - "tradeable_on_ge": true, - "noteable": true, - "equipable": true, - "equipable_by_player": true, - "equipable_weapon": true, - "cost": 1300, - "lowalch": 520, - "highalch": 780, - "weight": 1.814, - "buy_limit": 40, - "release_date": "2003-05-27", - "examine": "Used for mining.", - "wiki_name": "Mithril pickaxe", - "wiki_url": "https://oldschool.runescape.wiki/w/Mithril_pickaxe", - "equipment": { - "attack_stab": 12, - "attack_slash": -2, - "attack_crush": 10, - "attack_magic": 0, - "attack_ranged": 0, - "defence_stab": 0, - "defence_slash": 1, - "defence_crush": 0, - "defence_magic": 0, - "defence_ranged": 0, - "melee_strength": 13, - "ranged_strength": 0, - "magic_damage": 0, - "prayer": 0, - "slot": "weapon", - "requirements": { - "mining": 21, - "attack": 20 - } - }, - "weapon": { - "attack_speed": 5, - "weapon_type": "pickaxe", - "stances": [ - { - "combat_style": "spike", - "attack_type": "stab", - "attack_style": "accurate", - "experience": "attack", - "boosts": null - }, - { - "combat_style": "impale", - "attack_type": "stab", - "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": "stab", - "attack_style": "defensive", - "experience": "defence", - "boosts": null - } - ] - }, - "price": 417 + "price": 67.5 + }, + "1267": { + "id": 1267, + "name": "Iron pickaxe", + "tradeable": true, + "tradeable_on_ge": true, + "noteable": true, + "equipable": true, + "equipable_by_player": true, + "equipable_weapon": true, + "cost": 140, + "lowalch": 56, + "highalch": 84, + "weight": 2.267, + "buy_limit": 40, + "release_date": "2003-05-27", + "examine": "Used for mining.", + "wiki_name": "Iron pickaxe", + "wiki_url": "https://oldschool.runescape.wiki/w/Iron_pickaxe", + "equipment": { + "attack_stab": 5, + "attack_slash": -2, + "attack_crush": 3, + "attack_magic": 0, + "attack_ranged": 0, + "defence_stab": 0, + "defence_slash": 1, + "defence_crush": 0, + "defence_magic": 0, + "defence_ranged": 0, + "melee_strength": 7, + "ranged_strength": 0, + "magic_damage": 0, + "prayer": 0, + "slot": "weapon", + "requirements": { + "mining": 1, + "attack": 1 + } + }, + "weapon": { + "attack_speed": 5, + "weapon_type": "pickaxe", + "stances": [ + { + "combat_style": "spike", + "attack_type": "stab", + "attack_style": "accurate", + "experience": "attack", + "boosts": null + }, + { + "combat_style": "impale", + "attack_type": "stab", + "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": "stab", + "attack_style": "defensive", + "experience": "defence", + "boosts": null + } + ] + }, + "price": 138 + }, + "1269": { + "id": 1269, + "name": "Steel pickaxe", + "tradeable": true, + "tradeable_on_ge": true, + "noteable": true, + "equipable": true, + "equipable_by_player": true, + "equipable_weapon": true, + "cost": 500, + "lowalch": 200, + "highalch": 300, + "weight": 2.267, + "buy_limit": 40, + "release_date": "2003-05-27", + "examine": "Used for mining.", + "wiki_name": "Steel pickaxe", + "wiki_url": "https://oldschool.runescape.wiki/w/Steel_pickaxe", + "equipment": { + "attack_stab": 8, + "attack_slash": -2, + "attack_crush": 6, + "attack_magic": 0, + "attack_ranged": 0, + "defence_stab": 0, + "defence_slash": 1, + "defence_crush": 0, + "defence_magic": 0, + "defence_ranged": 0, + "melee_strength": 9, + "ranged_strength": 0, + "magic_damage": 0, + "prayer": 0, + "slot": "weapon", + "requirements": { + "mining": 6, + "attack": 5 + } + }, + "weapon": { + "attack_speed": 5, + "weapon_type": "pickaxe", + "stances": [ + { + "combat_style": "spike", + "attack_type": "stab", + "attack_style": "accurate", + "experience": "attack", + "boosts": null + }, + { + "combat_style": "impale", + "attack_type": "stab", + "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": "stab", + "attack_style": "defensive", + "experience": "defence", + "boosts": null + } + ] + }, + "price": 578 + }, + "1271": { + "id": 1271, + "name": "Adamant pickaxe", + "tradeable": true, + "tradeable_on_ge": true, + "noteable": true, + "equipable": true, + "equipable_by_player": true, + "equipable_weapon": true, + "cost": 3200, + "lowalch": 1280, + "highalch": 1920, + "weight": 2.721, + "buy_limit": 40, + "release_date": "2003-05-27", + "examine": "Used for mining.", + "wiki_name": "Adamant pickaxe", + "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_pickaxe", + "equipment": { + "attack_stab": 17, + "attack_slash": -2, + "attack_crush": 15, + "attack_magic": 0, + "attack_ranged": 0, + "defence_stab": 0, + "defence_slash": 1, + "defence_crush": 0, + "defence_magic": 0, + "defence_ranged": 0, + "melee_strength": 19, + "ranged_strength": 0, + "magic_damage": 0, + "prayer": 0, + "slot": "weapon", + "requirements": { + "mining": 31, + "attack": 30 + } + }, + "weapon": { + "attack_speed": 5, + "weapon_type": "pickaxe", + "stances": [ + { + "combat_style": "spike", + "attack_type": "stab", + "attack_style": "accurate", + "experience": "attack", + "boosts": null + }, + { + "combat_style": "impale", + "attack_type": "stab", + "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": "stab", + "attack_style": "defensive", + "experience": "defence", + "boosts": null + } + ] + }, + "price": 1508.5 + }, + "1273": { + "id": 1273, + "name": "Mithril pickaxe", + "tradeable": true, + "tradeable_on_ge": true, + "noteable": true, + "equipable": true, + "equipable_by_player": true, + "equipable_weapon": true, + "cost": 1300, + "lowalch": 520, + "highalch": 780, + "weight": 1.814, + "buy_limit": 40, + "release_date": "2003-05-27", + "examine": "Used for mining.", + "wiki_name": "Mithril pickaxe", + "wiki_url": "https://oldschool.runescape.wiki/w/Mithril_pickaxe", + "equipment": { + "attack_stab": 12, + "attack_slash": -2, + "attack_crush": 10, + "attack_magic": 0, + "attack_ranged": 0, + "defence_stab": 0, + "defence_slash": 1, + "defence_crush": 0, + "defence_magic": 0, + "defence_ranged": 0, + "melee_strength": 13, + "ranged_strength": 0, + "magic_damage": 0, + "prayer": 0, + "slot": "weapon", + "requirements": { + "mining": 21, + "attack": 20 + } + }, + "weapon": { + "attack_speed": 5, + "weapon_type": "pickaxe", + "stances": [ + { + "combat_style": "spike", + "attack_type": "stab", + "attack_style": "accurate", + "experience": "attack", + "boosts": null + }, + { + "combat_style": "impale", + "attack_type": "stab", + "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": "stab", + "attack_style": "defensive", + "experience": "defence", + "boosts": null + } + ] + }, + "price": 190 }, "1275": { "id": 1275, @@ -21239,7 +21239,7 @@ } ] }, - "price": 25 + "price": 132 }, "1281": { "id": 1281, @@ -21313,7 +21313,7 @@ } ] }, - "price": 43 + "price": 74.5 }, "1283": { "id": 1283, @@ -21387,7 +21387,7 @@ } ] }, - "price": 336.5 + "price": 173 }, "1285": { "id": 1285, @@ -21535,7 +21535,7 @@ } ] }, - "price": 924.5 + "price": 1101 }, "1289": { "id": 1289, @@ -21831,7 +21831,7 @@ } ] }, - "price": 103.5 + "price": 126.5 }, "1297": { "id": 1297, @@ -22276,7 +22276,7 @@ } ] }, - "price": 75.5 + "price": 232.5 }, "1309": { "id": 1309, @@ -22424,7 +22424,7 @@ } ] }, - "price": 350.5 + "price": 314 }, "1313": { "id": 1313, @@ -22572,7 +22572,7 @@ } ] }, - "price": 504.5 + "price": 1251 }, "1317": { "id": 1317, @@ -22794,7 +22794,7 @@ } ] }, - "price": 15 + "price": 76 }, "1323": { "id": 1323, @@ -22868,7 +22868,7 @@ } ] }, - "price": 79.5 + "price": 162 }, "1325": { "id": 1325, @@ -22942,7 +22942,7 @@ } ] }, - "price": 176 + "price": 139.5 }, "1327": { "id": 1327, @@ -23016,7 +23016,7 @@ } ] }, - "price": 2845 + "price": 2445 }, "1329": { "id": 1329, @@ -23305,7 +23305,7 @@ } ] }, - "price": 30 + "price": 70 }, "1337": { "id": 1337, @@ -23372,7 +23372,7 @@ } ] }, - "price": 120 + "price": 35 }, "1339": { "id": 1339, @@ -23439,7 +23439,7 @@ } ] }, - "price": 312 + "price": 64 }, "1341": { "id": 1341, @@ -23640,7 +23640,7 @@ } ] }, - "price": 2841 + "price": 2235.5 }, "1347": { "id": 1347, @@ -23781,7 +23781,7 @@ } ] }, - "price": 124.5 + "price": 155.5 }, "1351": { "id": 1351, @@ -23929,7 +23929,7 @@ } ] }, - "price": 103 + "price": 71.5 }, "1355": { "id": 1355, @@ -24003,7 +24003,7 @@ } ] }, - "price": 98 + "price": 250.5 }, "1357": { "id": 1357, @@ -24077,7 +24077,7 @@ } ] }, - "price": 330.5 + "price": 381.5 }, "1359": { "id": 1359, @@ -24225,7 +24225,7 @@ } ] }, - "price": 559.5 + "price": 361 }, "1363": { "id": 1363, @@ -24299,7 +24299,7 @@ } ] }, - "price": 83.5 + "price": 16.5 }, "1365": { "id": 1365, @@ -24373,7 +24373,7 @@ } ] }, - "price": 206 + "price": 325 }, "1367": { "id": 1367, @@ -24447,7 +24447,7 @@ } ] }, - "price": 532.5 + "price": 1000 }, "1369": { "id": 1369, @@ -24743,7 +24743,7 @@ } ] }, - "price": 8.5 + "price": 63 }, "1377": { "id": 1377, @@ -24897,7 +24897,7 @@ } ] }, - "price": 68 + "price": 85.5 }, "1381": { "id": 1381, @@ -25059,7 +25059,7 @@ } ] }, - "price": 1790 + "price": 2022.5 }, "1385": { "id": 1385, @@ -25140,7 +25140,7 @@ } ] }, - "price": 1039.5 + "price": 925.5 }, "1387": { "id": 1387, @@ -25300,7 +25300,7 @@ } ] }, - "price": 379 + "price": 1133 }, "1391": { "id": 1391, @@ -26331,7 +26331,7 @@ } ] }, - "price": 18.5 + "price": 62.5 }, "1422": { "id": 1422, @@ -26405,7 +26405,7 @@ } ] }, - "price": 76.5 + "price": 128.5 }, "1424": { "id": 1424, @@ -26479,7 +26479,7 @@ } ] }, - "price": 36 + "price": 115 }, "1426": { "id": 1426, @@ -26553,7 +26553,7 @@ } ] }, - "price": 313 + "price": 140 }, "1428": { "id": 1428, @@ -26627,7 +26627,7 @@ } ] }, - "price": 81.5 + "price": 118 }, "1430": { "id": 1430, @@ -26701,7 +26701,7 @@ } ] }, - "price": 727 + "price": 544.5 }, "1432": { "id": 1432, @@ -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": 120.5 + "price": 184.5 }, "1446": { "id": 1446, @@ -26969,7 +26969,7 @@ "examine": "A mysterious power emanates from the talisman...", "wiki_name": "Mind talisman", "wiki_url": "https://oldschool.runescape.wiki/w/Mind_talisman", - "price": 1153.5 + "price": 2461.5 }, "1450": { "id": 1450, @@ -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": 122944.5 + "price": 163250 }, "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": 50.5 + "price": 93 }, "1454": { "id": 1454, @@ -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": 10.5 + "price": 15 }, "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": 1884.5 + "price": 1323 }, "1472": { "id": 1472, @@ -27225,7 +27225,7 @@ "examine": "A small round white bead.", "wiki_name": "White bead", "wiki_url": "https://oldschool.runescape.wiki/w/White_bead", - "price": 2834.5 + "price": 3565 }, "1478": { "id": 1478, @@ -27262,7 +27262,7 @@ "slot": "neck", "requirements": null }, - "price": 758 + "price": 1145 }, "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": 99.5 + "price": 111.5 }, "1513": { "id": 1513, @@ -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": 9.5 + "price": 10.5 }, "1519": { "id": 1519, @@ -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": 18.5 + "price": 20.5 }, "1540": { "id": 1540, @@ -28094,7 +28094,7 @@ "slot": "shield", "requirements": null }, - "price": 129.5 + "price": 97.5 }, "1542": { "id": 1542, @@ -28215,7 +28215,7 @@ "examine": "A clove of garlic.", "wiki_name": "Garlic", "wiki_url": "https://oldschool.runescape.wiki/w/Garlic", - "price": 103.5 + "price": 147.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": 5000 + "price": 1387 }, "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": 91.5 + "price": 355 }, "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": 155 + "price": 92 }, "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": 322 + "price": 201 }, "1599": { "id": 1599, @@ -28889,7 +28889,7 @@ "examine": "This looks valuable.", "wiki_name": "Sapphire", "wiki_url": "https://oldschool.runescape.wiki/w/Sapphire", - "price": 247.5 + "price": 219 }, "1609": { "id": 1609, @@ -28907,7 +28907,7 @@ "examine": "A semi precious stone.", "wiki_name": "Opal", "wiki_url": "https://oldschool.runescape.wiki/w/Opal", - "price": 911 + "price": 1348 }, "1611": { "id": 1611, @@ -28925,7 +28925,7 @@ "examine": "A semi precious stone.", "wiki_name": "Jade", "wiki_url": "https://oldschool.runescape.wiki/w/Jade", - "price": 334 + "price": 250 }, "1613": { "id": 1613, @@ -28943,7 +28943,7 @@ "examine": "A semi precious stone.", "wiki_name": "Red topaz", "wiki_url": "https://oldschool.runescape.wiki/w/Red_topaz", - "price": 2229.5 + "price": 2592 }, "1615": { "id": 1615, @@ -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": 825.5 + "price": 920 }, "1627": { "id": 1627, @@ -29065,7 +29065,7 @@ "examine": "This would be worth more cut.", "wiki_name": "Uncut jade", "wiki_url": "https://oldschool.runescape.wiki/w/Uncut_jade", - "price": 165.5 + "price": 141.5 }, "1629": { "id": 1629, @@ -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": 1865 + "price": 2325 }, "1631": { "id": 1631, @@ -29228,7 +29228,7 @@ "slot": "ring", "requirements": null }, - "price": 680 + "price": 612 }, "1641": { "id": 1641, @@ -29265,7 +29265,7 @@ "slot": "ring", "requirements": null }, - "price": 918.5 + "price": 1024 }, "1643": { "id": 1643, @@ -29451,7 +29451,7 @@ "slot": "neck", "requirements": null }, - "price": 687 + "price": 565.5 }, "1660": { "id": 1660, @@ -29597,7 +29597,7 @@ "examine": "It needs a string so I can wear it.", "wiki_name": "Sapphire amulet (u)", "wiki_url": "https://oldschool.runescape.wiki/w/Sapphire_amulet_(u)", - "price": 467 + "price": 407 }, "1677": { "id": 1677, @@ -30099,7 +30099,7 @@ "examine": "It needs a string so I can wear it.", "wiki_name": "Unstrung symbol", "wiki_url": "https://oldschool.runescape.wiki/w/Unstrung_symbol", - "price": 89 + "price": 48 }, "1716": { "id": 1716, @@ -30267,7 +30267,7 @@ "slot": "neck", "requirements": null }, - "price": 440.5 + "price": 234 }, "1725": { "id": 1725, @@ -30304,7 +30304,7 @@ "slot": "neck", "requirements": null }, - "price": 1361 + "price": 1095 }, "1727": { "id": 1727, @@ -30415,7 +30415,7 @@ "slot": "neck", "requirements": null }, - "price": 2319 + "price": 2072 }, "1733": { "id": 1733, @@ -30431,7 +30431,7 @@ "examine": "Used with a thread to make clothes.", "wiki_name": "Needle", "wiki_url": "https://oldschool.runescape.wiki/w/Needle", - "price": 31.5 + "price": 40 }, "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": 11 + "price": 9.5 }, "1735": { "id": 1735, @@ -30481,7 +30481,7 @@ "examine": "I think this came from a sheep.", "wiki_name": "Wool", "wiki_url": "https://oldschool.runescape.wiki/w/Wool", - "price": 142.5 + "price": 162 }, "1739": { "id": 1739, @@ -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": 179.5 + "price": 158 }, "1761": { "id": 1761, @@ -30727,7 +30727,7 @@ "examine": "A little bottle of red dye.", "wiki_name": "Red dye", "wiki_url": "https://oldschool.runescape.wiki/w/Red_dye", - "price": 4250 + "price": 703 }, "1765": { "id": 1765, @@ -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": 265.5 + "price": 351.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": 241 + "price": 187.5 }, "1769": { "id": 1769, @@ -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": 89 + "price": 101.5 }, "1777": { "id": 1777, @@ -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, @@ -30884,7 +30884,7 @@ "examine": "One of the ingredients for making glass.", "wiki_name": "Soda ash", "wiki_url": "https://oldschool.runescape.wiki/w/Soda_ash", - "price": 328.5 + "price": 153 }, "1783": { "id": 1783, @@ -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": 195 + "price": 306.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": 999 + "price": 106 }, "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": 110.5 + "price": 97.5 }, "1793": { "id": 1793, @@ -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": 87 + "price": 154 }, "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": 25.5 + "price": 76 }, "1833": { "id": 1833, @@ -31543,7 +31543,7 @@ "slot": "body", "requirements": null }, - "price": 95 + "price": 182 }, "1835": { "id": 1835, @@ -31619,7 +31619,7 @@ "slot": "feet", "requirements": null }, - "price": 76.5 + "price": 86.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": 44 + "price": 24 }, "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": 1750 + "price": 1503.5 }, "1861": { "id": 1861, @@ -32060,7 +32060,7 @@ "examine": "A mixture of tomatoes in a bowl.", "wiki_name": "Chopped tomato", "wiki_url": "https://oldschool.runescape.wiki/w/Chopped_tomato", - "price": 118.5 + "price": 62.5 }, "1871": { "id": 1871, @@ -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": 5500.5 + "price": 25665 }, "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": 5274.5 + "price": 372.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": 12.5 + "price": 9 }, "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": 112.5 + "price": 166.5 }, "1893": { "id": 1893, @@ -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": 152 + "price": 168.5 }, "1909": { "id": 1909, @@ -32413,7 +32413,7 @@ "examine": "A glass of bitter.", "wiki_name": "Dragon bitter", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_bitter", - "price": 244 + "price": 444.5 }, "1913": { "id": 1913, @@ -32430,7 +32430,7 @@ "examine": "A pint of thick dark beer.", "wiki_name": "Dwarven stout", "wiki_url": "https://oldschool.runescape.wiki/w/Dwarven_stout", - "price": 186 + "price": 144.5 }, "1915": { "id": 1915, @@ -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": 571 + "price": 346 }, "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": 56 + "price": 84.5 }, "1919": { "id": 1919, @@ -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": 31.5 + "price": 49 }, "1923": { "id": 1923, @@ -32533,7 +32533,7 @@ "examine": "It's a wooden bucket.", "wiki_name": "Bucket", "wiki_url": "https://oldschool.runescape.wiki/w/Bucket", - "price": 6.5 + "price": 7.5 }, "1927": { "id": 1927, @@ -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": 49 + "price": 58.5 }, "1939": { "id": 1939, @@ -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": 11.5 + "price": 9.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": 44 + "price": 49.5 }, "1944": { "id": 1944, @@ -32785,7 +32785,7 @@ "slot": "head", "requirements": null }, - "price": 194 + "price": 316 }, "1951": { "id": 1951, @@ -32802,7 +32802,7 @@ "examine": "Very bright red berries.", "wiki_name": "Redberries", "wiki_url": "https://oldschool.runescape.wiki/w/Redberries", - "price": 54 + "price": 91 }, "1953": { "id": 1953, @@ -32819,7 +32819,7 @@ "examine": "Potentially pastry.", "wiki_name": "Pastry dough", "wiki_url": "https://oldschool.runescape.wiki/w/Pastry_dough", - "price": 283 + "price": 249 }, "1955": { "id": 1955, @@ -32853,7 +32853,7 @@ "examine": "A strong smelling onion.", "wiki_name": "Onion", "wiki_url": "https://oldschool.runescape.wiki/w/Onion", - "price": 40 + "price": 26 }, "1959": { "id": 1959, @@ -32933,7 +32933,7 @@ "highalch": 0, "weight": 0.35, "release_date": "2001-04-06", - "examine": "Yuck I don't like cabbage.", + "examine": "An enigmatic cabbage.", "wiki_name": "Cabbage (Draynor Manor)", "wiki_url": "https://oldschool.runescape.wiki/w/Cabbage_(Draynor_Manor)", "price": 0 @@ -32953,7 +32953,7 @@ "examine": "A home made spinach thing.", "wiki_name": "Spinach roll", "wiki_url": "https://oldschool.runescape.wiki/w/Spinach_roll", - "price": 155.5 + "price": 270.5 }, "1971": { "id": 1971, @@ -32970,7 +32970,7 @@ "examine": "A meaty kebab.", "wiki_name": "Kebab", "wiki_url": "https://oldschool.runescape.wiki/w/Kebab", - "price": 29 + "price": 35 }, "1973": { "id": 1973, @@ -33004,7 +33004,7 @@ "examine": "It's ground up chocolate.", "wiki_name": "Chocolate dust", "wiki_url": "https://oldschool.runescape.wiki/w/Chocolate_dust", - "price": 57 + "price": 80.5 }, "1977": { "id": 1977, @@ -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": 4 + "price": 3.5 }, "1995": { "id": 1995, @@ -33368,7 +33368,7 @@ "examine": "An absolutely clear spirit.", "wiki_name": "Vodka", "wiki_url": "https://oldschool.runescape.wiki/w/Vodka", - "price": 246 + "price": 280 }, "2017": { "id": 2017, @@ -33458,7 +33458,7 @@ "examine": "Used for mixing cocktails.", "wiki_name": "Cocktail shaker", "wiki_url": "https://oldschool.runescape.wiki/w/Cocktail_shaker", - "price": 155.5 + "price": 8.5 }, "2026": { "id": 2026, @@ -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": 1758.5 + "price": 1384.5 }, "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": 27.5 + "price": 47 }, "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": 118 + "price": 1494 }, "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": 28.5 + "price": 514.5 }, "2036": { "id": 2036, @@ -33665,7 +33665,7 @@ "examine": "A fresh healthy fruit mix.", "wiki_name": "Pineapple punch", "wiki_url": "https://oldschool.runescape.wiki/w/Pineapple_punch", - "price": 26050 + "price": 10000 }, "2050": { "id": 2050, @@ -33791,7 +33791,7 @@ "examine": "Looks good... smells strong.", "wiki_name": "Blurberry special", "wiki_url": "https://oldschool.runescape.wiki/w/Blurberry_special", - "price": 7476 + "price": 4684.5 }, "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": 4477.5 + "price": 54500 }, "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": 20000 + "price": 5500 }, "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": 1112.5 + "price": 2412.5 }, "2086": { "id": 2086, @@ -34113,7 +34113,7 @@ "examine": "Fresh chunks of lemon.", "wiki_name": "Lemon chunks", "wiki_url": "https://oldschool.runescape.wiki/w/Lemon_chunks", - "price": 274.5 + "price": 55 }, "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": 586 + "price": 88 }, "2108": { "id": 2108, @@ -34167,7 +34167,7 @@ "examine": "Fresh chunks of orange.", "wiki_name": "Orange chunks", "wiki_url": "https://oldschool.runescape.wiki/w/Orange_chunks", - "price": 95 + "price": 49.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": 428.5 + "price": 199.5 }, "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": 183.5 + "price": 204 }, "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": 217 + "price": 477.5 }, "2118": { "id": 2118, @@ -34257,7 +34257,7 @@ "examine": "A fresh lime.", "wiki_name": "Lime", "wiki_url": "https://oldschool.runescape.wiki/w/Lime", - "price": 70 + "price": 125 }, "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": 57.5 + "price": 28 }, "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": 231 + "price": 76.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": 56 + "price": 63.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": 172 + "price": 119.5 }, "2130": { "id": 2130, @@ -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": 57.5 + "price": 67 }, "2134": { "id": 2134, @@ -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": 517 + "price": 447 }, "2138": { "id": 2138, @@ -34432,7 +34432,7 @@ "examine": "Mmm this looks tasty.", "wiki_name": "Cooked chicken", "wiki_url": "https://oldschool.runescape.wiki/w/Cooked_chicken", - "price": 76 + "price": 150.5 }, "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": 83.5 + "price": 150 }, "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": 326.5 + "price": 136 }, "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": 426 + "price": 350 }, "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": 1074 + "price": 662 }, "2164": { "id": 2164, @@ -34639,7 +34639,7 @@ "examine": "A deep tin used for baking gnome battas in.", "wiki_name": "Batta tin", "wiki_url": "https://oldschool.runescape.wiki/w/Batta_tin", - "price": 1 + "price": 19 }, "2165": { "id": 2165, @@ -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": 9 + "price": 42 }, "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": 74 + "price": 38.5 }, "2171": { "id": 2171, @@ -34851,7 +34851,7 @@ "examine": "Full of creamy, chocolately goodness.", "wiki_name": "Chocolate bomb", "wiki_url": "https://oldschool.runescape.wiki/w/Chocolate_bomb", - "price": 343.5 + "price": 274 }, "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": 785 + "price": 964 }, "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": 1741.5 + "price": 6068.5 }, "2193": { "id": 2193, @@ -35030,7 +35030,7 @@ "examine": "It actually smells quite good.", "wiki_name": "Worm crunchies", "wiki_url": "https://oldschool.runescape.wiki/w/Worm_crunchies", - "price": 6000 + "price": 5113 }, "2207": { "id": 2207, @@ -35129,7 +35129,7 @@ "examine": "It actually smells quite good.", "wiki_name": "Toad crunchies", "wiki_url": "https://oldschool.runescape.wiki/w/Toad_crunchies", - "price": 6117.5 + "price": 10750 }, "2219": { "id": 2219, @@ -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": 42 + "price": 23 }, "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": 73.5 + "price": 50.5 }, "2225": { "id": 2225, @@ -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": 588.5 + "price": 6500 }, "2245": { "id": 2245, @@ -35455,7 +35455,7 @@ "examine": "It actually smells quite good.", "wiki_name": "Worm batta", "wiki_url": "https://oldschool.runescape.wiki/w/Worm_batta", - "price": 1271.5 + "price": 4500 }, "2255": { "id": 2255, @@ -35473,7 +35473,7 @@ "examine": "It actually smells quite good.", "wiki_name": "Toad batta", "wiki_url": "https://oldschool.runescape.wiki/w/Toad_batta", - "price": 3000 + "price": 733 }, "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": 871.5 + "price": 2465.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": 1877 + "price": 5494.5 }, "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": 1577.5 + "price": 4821.5 }, "2283": { "id": 2283, @@ -35885,7 +35885,7 @@ "examine": "Some uncooked dough.", "wiki_name": "Bread dough", "wiki_url": "https://oldschool.runescape.wiki/w/Bread_dough", - "price": 299.5 + "price": 242 }, "2309": { "id": 2309, @@ -35934,7 +35934,7 @@ "examine": "Deceptively pie shaped.", "wiki_name": "Pie dish", "wiki_url": "https://oldschool.runescape.wiki/w/Pie_dish", - "price": 30 + "price": 11.5 }, "2315": { "id": 2315, @@ -36019,7 +36019,7 @@ "examine": "Mmm Apple pie.", "wiki_name": "Apple pie (Full)", "wiki_url": "https://oldschool.runescape.wiki/w/Apple_pie#Full", - "price": 76 + "price": 62 }, "2325": { "id": 2325, @@ -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": 1173.5 + "price": 2524 }, "2339": { "id": 2339, @@ -36195,7 +36195,7 @@ "examine": "Deliciously cooked oomlie meat in a palm leaf pouch.", "wiki_name": "Cooked oomlie wrap", "wiki_url": "https://oldschool.runescape.wiki/w/Cooked_oomlie_wrap", - "price": 2592.5 + "price": 3420 }, "2345": { "id": 2345, @@ -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": 1360 + "price": 308.5 }, "2351": { "id": 2351, @@ -36347,7 +36347,7 @@ "examine": "It's a bar of adamantite.", "wiki_name": "Adamantite bar", "wiki_url": "https://oldschool.runescape.wiki/w/Adamantite_bar", - "price": 2060.5 + "price": 1849 }, "2363": { "id": 2363, @@ -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": 8 + "price": 9 }, "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": 122.5 + "price": 210 }, "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": 826 + "price": 637 }, "2434": { "id": 2434, @@ -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": 44.5 + "price": 163 }, "2440": { "id": 2440, @@ -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": 1056 + "price": 1473.5 }, "2450": { "id": 2450, @@ -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": 796.5 + "price": 927.5 }, "2456": { "id": 2456, @@ -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": 134 + "price": 298 }, "2460": { "id": 2460, @@ -37920,7 +37920,7 @@ } ] }, - "price": 54.5 + "price": 28 }, "2464": { "id": 2464, @@ -37986,7 +37986,7 @@ } ] }, - "price": 522.5 + "price": 205.5 }, "2466": { "id": 2466, @@ -38052,7 +38052,7 @@ } ] }, - "price": 325 + "price": 133 }, "2468": { "id": 2468, @@ -38118,7 +38118,7 @@ } ] }, - "price": 1464.5 + "price": 1252 }, "2470": { "id": 2470, @@ -38184,7 +38184,7 @@ } ] }, - "price": 892 + "price": 2151 }, "2472": { "id": 2472, @@ -38250,7 +38250,7 @@ } ] }, - "price": 539 + "price": 71 }, "2474": { "id": 2474, @@ -38316,7 +38316,7 @@ } ] }, - "price": 600272.5 + "price": 580696 }, "2476": { "id": 2476, @@ -38382,7 +38382,7 @@ } ] }, - "price": 117005 + "price": 109995 }, "2481": { "id": 2481, @@ -38476,7 +38476,7 @@ "ranged": 50 } }, - "price": 1551 + "price": 1375 }, "2489": { "id": 2489, @@ -38516,7 +38516,7 @@ "ranged": 60 } }, - "price": 2090 + "price": 1810 }, "2491": { "id": 2491, @@ -38596,7 +38596,7 @@ "ranged": 50 } }, - "price": 2383 + "price": 1977 }, "2495": { "id": 2495, @@ -38676,7 +38676,7 @@ "ranged": 70 } }, - "price": 5773.5 + "price": 3917.5 }, "2499": { "id": 2499, @@ -38758,7 +38758,7 @@ "defence": 40 } }, - "price": 6315.5 + "price": 5599.5 }, "2503": { "id": 2503, @@ -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": 264.5 + "price": 324 }, "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": 309.5 + "price": 355 }, "2524": { "id": 2524, @@ -39956,7 +39956,7 @@ "defence": 1 } }, - "price": 178000 + "price": 168083 }, "2581": { "id": 2581, @@ -40036,7 +40036,7 @@ "defence": 10 } }, - "price": 27500 + "price": 31000 }, "2585": { "id": 2585, @@ -40075,7 +40075,7 @@ "defence": 10 } }, - "price": 13030 + "price": 7005.5 }, "2587": { "id": 2587, @@ -40153,7 +40153,7 @@ "defence": 10 } }, - "price": 7769 + "price": 25115 }, "2591": { "id": 2591, @@ -40270,7 +40270,7 @@ "defence": 10 } }, - "price": 113240 + "price": 117183 }, "2597": { "id": 2597, @@ -40309,7 +40309,7 @@ "defence": 10 } }, - "price": 140715 + "price": 124583 }, "2599": { "id": 2599, @@ -40348,7 +40348,7 @@ "defence": 30 } }, - "price": 9237.5 + "price": 11022 }, "2601": { "id": 2601, @@ -40387,7 +40387,7 @@ "defence": 30 } }, - "price": 3648 + "price": 3130.5 }, "2603": { "id": 2603, @@ -40426,7 +40426,7 @@ "defence": 30 } }, - "price": 3675.5 + "price": 2755 }, "2605": { "id": 2605, @@ -40465,7 +40465,7 @@ "defence": 30 } }, - "price": 2209 + "price": 1762 }, "2607": { "id": 2607, @@ -40621,7 +40621,7 @@ "defence": 30 } }, - "price": 3598.5 + "price": 5483 }, "2615": { "id": 2615, @@ -41009,7 +41009,7 @@ "slot": "head", "requirements": null }, - "price": 16223.5 + "price": 7650 }, "2635": { "id": 2635, @@ -41047,7 +41047,7 @@ "slot": "head", "requirements": null }, - "price": 30168.5 + "price": 34421 }, "2637": { "id": 2637, @@ -41123,7 +41123,7 @@ "slot": "head", "requirements": null }, - "price": 5803.5 + "price": 10500.5 }, "2641": { "id": 2641, @@ -41199,7 +41199,7 @@ "slot": "head", "requirements": null }, - "price": 45039.5 + "price": 39498 }, "2645": { "id": 2645, @@ -41237,7 +41237,7 @@ "slot": "head", "requirements": null }, - "price": 3743.5 + "price": 1210 }, "2647": { "id": 2647, @@ -41275,7 +41275,7 @@ "slot": "head", "requirements": null }, - "price": 5000 + "price": 7000 }, "2649": { "id": 2649, @@ -41313,7 +41313,7 @@ "slot": "head", "requirements": null }, - "price": 2015.5 + "price": 2250 }, "2651": { "id": 2651, @@ -41351,7 +41351,7 @@ "slot": "head", "requirements": null }, - "price": 122933.5 + "price": 131718 }, "2653": { "id": 2653, @@ -41585,7 +41585,7 @@ "defence": 40 } }, - "price": 116005 + "price": 75706 }, "2665": { "id": 2665, @@ -41624,7 +41624,7 @@ "defence": 40 } }, - "price": 108070.5 + "price": 113477 }, "2667": { "id": 2667, @@ -41819,7 +41819,7 @@ "defence": 40 } }, - "price": 51159.5 + "price": 39054 }, "2677": { "id": 2677, @@ -41835,474 +41835,6 @@ "price": 0, "release_date": "2004-05-05" }, - "2678": { - "id": 2678, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (easy) - Search the crate in the left-hand tower of Lumbridge Castle", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)_-_Search_the_crate_in_the_left-hand_tower_of_Lumbridge_Castle", - "price": 0 - }, - "2679": { - "id": 2679, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (easy) - Search the boxes in the goblin house near Lumbridge", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)_-_Search_the_boxes_in_the_goblin_house_near_Lumbridge", - "price": 0 - }, - "2680": { - "id": 2680, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (easy) - Search the chests upstairs in Al Kharid Palace", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)_-_Search_the_chests_upstairs_in_Al_Kharid_Palace", - "price": 0 - }, - "2681": { - "id": 2681, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (easy) - Speak to Hans to solve the clue", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)_-_Speak_to_Hans_to_solve_the_clue", - "price": 0 - }, - "2682": { - "id": 2682, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (easy) - Search the crates in the most north-western house in Al Kharid", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)_-_Search_the_crates_in_the_most_north-western_house_in_Al_Kharid", - "price": 0 - }, - "2683": { - "id": 2683, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (easy) - Talk to Zeke in Al Kharid", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)_-_Talk_to_Zeke_in_Al_Kharid", - "price": 0 - }, - "2684": { - "id": 2684, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (easy) - Speak to Ellis in Al Kharid", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)_-_Speak_to_Ellis_in_Al_Kharid", - "price": 0 - }, - "2685": { - "id": 2685, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (easy) - Search the boxes in the house near the south entrance to Varrock", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)_-_Search_the_boxes_in_the_house_near_the_south_entrance_to_Varrock", - "price": 0 - }, - "2686": { - "id": 2686, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (easy) - Speak to the bartender of the Blue Moon Inn in Varrock", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)_-_Speak_to_the_bartender_of_the_Blue_Moon_Inn_in_Varrock", - "price": 0 - }, - "2687": { - "id": 2687, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (easy) - Search the drawers, upstairs in the bank to the East of Varrock", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)_-_Search_the_drawers,_upstairs_in_the_bank_to_the_East_of_Varrock", - "price": 0 - }, - "2688": { - "id": 2688, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (easy) - Search the crates in Horvik's armoury", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)_-_Search_the_crates_in_Horvik's_armoury", - "price": 0 - }, - "2689": { - "id": 2689, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (easy) - Search the drawers in one of Gertrude's bedrooms", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)_-_Search_the_drawers_in_one_of_Gertrude's_bedrooms", - "price": 0 - }, - "2690": { - "id": 2690, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (easy) - Search the crates in the Barbarian Village helmet shop", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)_-_Search_the_crates_in_the_Barbarian_Village_helmet_shop", - "price": 0 - }, - "2691": { - "id": 2691, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (easy) - Search the drawers upstairs in Falador's shield shop", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)_-_Search_the_drawers_upstairs_in_Falador's_shield_shop", - "price": 0 - }, - "2692": { - "id": 2692, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (easy) - Search the boxes of Falador's general store", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)_-_Search_the_boxes_of_Falador's_general_store", - "price": 0 - }, - "2693": { - "id": 2693, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (easy) - Talk to the Squire in the White Knights' castle", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)_-_Talk_to_the_Squire_in_the_White_Knights'_castle", - "price": 0 - }, - "2694": { - "id": 2694, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (easy) - Search the drawers in Falador's chain mail shop", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)_-_Search_the_drawers_in_Falador's_chain_mail_shop", - "price": 0 - }, - "2695": { - "id": 2695, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (easy) - Search the crates in the Port Sarim Fishing shop", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)_-_Search_the_crates_in_the_Port_Sarim_Fishing_shop", - "price": 0 - }, - "2696": { - "id": 2696, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (easy) - Talk to the bartender of the Rusty Anchor in Port Sarim", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)_-_Talk_to_the_bartender_of_the_Rusty_Anchor_in_Port_Sarim", - "price": 0 - }, - "2697": { - "id": 2697, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (easy) - Speak to Ned in Draynor Village", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)_-_Speak_to_Ned_in_Draynor_Village", - "price": 0 - }, - "2698": { - "id": 2698, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (easy) - Speak to Doric, who lives north of Falador", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)_-_Speak_to_Doric,_who_lives_north_of_Falador", - "price": 0 - }, - "2699": { - "id": 2699, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (easy) - Speak to Gaius in Taverley", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)_-_Speak_to_Gaius_in_Taverley", - "price": 0 - }, - "2700": { - "id": 2700, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (easy) - Search the drawers in Catherby's Archery shop", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)_-_Search_the_drawers_in_Catherby's_Archery_shop", - "price": 0 - }, - "2701": { - "id": 2701, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (easy) - Speak to Arhein in Catherby", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)_-_Speak_to_Arhein_in_Catherby", - "price": 0 - }, - "2702": { - "id": 2702, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (easy) - Speak to Sir Kay in Camelot Castle", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)_-_Speak_to_Sir_Kay_in_Camelot_Castle", - "price": 0 - }, - "2703": { - "id": 2703, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (easy) - Search the chest in the left-hand tower of Camelot Castle", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)_-_Search_the_chest_in_the_left-hand_tower_of_Camelot_Castle", - "price": 0 - }, - "2704": { - "id": 2704, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (easy) - Search the crates in the guard house in northern East Ardougne", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)_-_Search_the_crates_in_the_guard_house_in_northern_East_Ardougne", - "price": 0 - }, - "2705": { - "id": 2705, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (easy) - Search the boxes just outside the Armour shop in East Ardougne", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)_-_Search_the_boxes_just_outside_the_Armour_shop_in_East_Ardougne", - "price": 0 - }, - "2706": { - "id": 2706, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (easy) - Search the crates in East Ardougne's general store", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)_-_Search_the_crates_in_East_Ardougne's_general_store", - "price": 0 - }, - "2707": { - "id": 2707, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (easy) - Search the crates in the shed just north of East Ardougne", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)_-_Search_the_crates_in_the_shed_just_north_of_East_Ardougne", - "price": 0 - }, - "2708": { - "id": 2708, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (easy) - Search the drawers above Varrock's shops", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)_-_Search_the_drawers_above_Varrock's_shops", - "price": 0 - }, - "2709": { - "id": 2709, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (easy) - Search the crates near a cart in Varrock", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)_-_Search_the_crates_near_a_cart_in_Varrock", - "price": 0 - }, - "2710": { - "id": 2710, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (easy) - Search the drawers found upstairs in East Ardougne's houses", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)_-_Search_the_drawers_found_upstairs_in_East_Ardougne's_houses", - "price": 0 - }, - "2711": { - "id": 2711, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (easy) - A crate found in the tower of a church", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)_-_A_crate_found_in_the_tower_of_a_church", - "price": 0 - }, - "2712": { - "id": 2712, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (easy) - Look in the ground floor crates of houses in Falador", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)_-_Look_in_the_ground_floor_crates_of_houses_in_Falador", - "price": 0 - }, - "2713": { - "id": 2713, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (easy) - West of the Champions' Guild", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)_-_West_of_the_Champions'_Guild", - "price": 0 - }, "2714": { "id": 2714, "name": "Casket (easy)", @@ -42331,19 +41863,6 @@ "wiki_url": "https://oldschool.runescape.wiki/w/Casket_(unobtainable_item)#Champions'_Guild", "price": 0 }, - "2716": { - "id": 2716, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (easy) - South-east Varrock mine", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)_-_South-east_Varrock_mine", - "price": 0 - }, "2718": { "id": 2718, "name": "Casket (easy)", @@ -42358,19 +41877,6 @@ "wiki_url": "https://oldschool.runescape.wiki/w/Casket_(unobtainable_item)#Varrock_mine", "price": 0 }, - "2719": { - "id": 2719, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (easy) - At the standing stones north of Falador", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)_-_At_the_standing_stones_north_of_Falador", - "price": 0 - }, "2721": { "id": 2721, "name": "Casket (easy)", @@ -42399,19 +41905,6 @@ "price": 0, "release_date": "2004-05-05" }, - "2723": { - "id": 2723, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - 22.35N 19.18E", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_22.35N_19.18E", - "price": 0 - }, "2724": { "id": 2724, "name": "Casket (hard)", @@ -42426,345 +41919,6 @@ "wiki_url": "https://oldschool.runescape.wiki/w/Casket_(discontinued)#Hard", "price": 0 }, - "2725": { - "id": 2725, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - 25.03N 17.05E", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_25.03N_17.05E", - "price": 0 - }, - "2727": { - "id": 2727, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - 24.56N 22.28E", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_24.56N_22.28E", - "price": 0 - }, - "2729": { - "id": 2729, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - 25.03N 23.24E", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_25.03N_23.24E", - "price": 0 - }, - "2731": { - "id": 2731, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - 22.45N 26.33E", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_22.45N_26.33E", - "price": 0 - }, - "2733": { - "id": 2733, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - 20.05N 21.52E", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_20.05N_21.52E", - "price": 0 - }, - "2735": { - "id": 2735, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - 20.33N 15.48E", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_20.33N_15.48E", - "price": 0 - }, - "2737": { - "id": 2737, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - 21.24N 17.54E", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_21.24N_17.54E", - "price": 0 - }, - "2739": { - "id": 2739, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - 24.58N 18.43E", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_24.58N_18.43E", - "price": 0 - }, - "2741": { - "id": 2741, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - 19.43N 25.07E", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_19.43N_25.07E", - "price": 0 - }, - "2743": { - "id": 2743, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - 16.07N 22.45E", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_16.07N_22.45E", - "price": 0 - }, - "2745": { - "id": 2745, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - 16.43N 19.13E", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_16.43N_19.13E", - "price": 0 - }, - "2747": { - "id": 2747, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - 19.00N 27.13E", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_19.00N_27.13E", - "price": 0 - }, - "2773": { - "id": 2773, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - You will need to under-cook to solve this one", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_You_will_need_to_under-cook_to_solve_this_one", - "price": 0 - }, - "2774": { - "id": 2774, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - Come to the evil ledge", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_Come_to_the_evil_ledge", - "price": 0 - }, - "2776": { - "id": 2776, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - I am a token of the greatest love", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_I_am_a_token_of_the_greatest_love", - "price": 0 - }, - "2778": { - "id": 2778, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - If a man carried my burden", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_If_a_man_carried_my_burden", - "price": 0 - }, - "2780": { - "id": 2780, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - Aggie I see", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_Aggie_I_see", - "price": 0 - }, - "2782": { - "id": 2782, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - My home is grey, and made of stone", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_My_home_is_grey,_and_made_of_stone", - "price": 0 - }, - "2783": { - "id": 2783, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - The beasts to my east snap claws and tails", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_The_beasts_to_my_east_snap_claws_and_tails", - "price": 0 - }, - "2785": { - "id": 2785, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - Four blades I have, yet draw no blood", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_Four_blades_I_have,_yet_draw_no_blood", - "price": 0 - }, - "2786": { - "id": 2786, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - I lie lonely and forgotten in mid wilderness", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_I_lie_lonely_and_forgotten_in_mid_wilderness", - "price": 0 - }, - "2788": { - "id": 2788, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - 46 is my number", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_46_is_my_number", - "price": 0 - }, - "2790": { - "id": 2790, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - My giant guardians below the market streets", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_My_giant_guardians_below_the_market_streets", - "price": 0 - }, - "2792": { - "id": 2792, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - Snah? I feel all confused, like one of those cakes", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_Snah?_I_feel_all_confused,_like_one_of_those_cakes", - "price": 0 - }, - "2793": { - "id": 2793, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "release_date": "2004-05-05", - "examine": "A clue!", - "wiki_name": "Clue scroll (hard)", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)", - "price": 0 - }, - "2794": { - "id": 2794, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - The keeper of Melzars Spare? Skeleton? Anar?", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_The_keeper_of_Melzars_Spare?_Skeleton?_Anar?", - "price": 0 - }, "2795": { "id": 2795, "name": "Puzzle box (hard)", @@ -42779,45 +41933,6 @@ "wiki_url": "https://oldschool.runescape.wiki/w/Puzzle_box#Castle", "price": 0 }, - "2796": { - "id": 2796, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - Surprising", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_Surprising", - "price": 0 - }, - "2797": { - "id": 2797, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - My name is like a tree, yet it is spelt with a 'g'", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_My_name_is_like_a_tree,_yet_it_is_spelt_with_a_'g'", - "price": 0 - }, - "2799": { - "id": 2799, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - Generally speaking, his nose was very bent", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_Generally_speaking,_his_nose_was_very_bent", - "price": 0 - }, "2801": { "id": 2801, "name": "Clue scroll (medium)", @@ -42846,202 +41961,6 @@ "wiki_url": "https://oldschool.runescape.wiki/w/Casket_(discontinued)#Medium", "price": 0 }, - "2803": { - "id": 2803, - "name": "Clue scroll (medium)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (medium) - 01.35S 07.28E", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(medium)_-_01.35S_07.28E", - "price": 0 - }, - "2805": { - "id": 2805, - "name": "Clue scroll (medium)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (medium) - 01.26N 08.01E", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(medium)_-_01.26N_08.01E", - "price": 0 - }, - "2807": { - "id": 2807, - "name": "Clue scroll (medium)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (medium) - 06.31N 01.46W", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(medium)_-_06.31N_01.46W", - "price": 0 - }, - "2809": { - "id": 2809, - "name": "Clue scroll (medium)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (medium) - 00.05S 01.13E", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(medium)_-_00.05S_01.13E", - "price": 0 - }, - "2811": { - "id": 2811, - "name": "Clue scroll (medium)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (medium) - 09.33N 02.15E", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(medium)_-_09.33N_02.15E", - "price": 0 - }, - "2813": { - "id": 2813, - "name": "Clue scroll (medium)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (medium) - 02.50N 06.20E", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(medium)_-_02.50N_06.20E", - "price": 0 - }, - "2815": { - "id": 2815, - "name": "Clue scroll (medium)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (medium) - 04.13N 12.45E", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(medium)_-_04.13N_12.45E", - "price": 0 - }, - "2817": { - "id": 2817, - "name": "Clue scroll (medium)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (medium) - 04.00S 12.46E", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(medium)_-_04.00S_12.46E", - "price": 0 - }, - "2819": { - "id": 2819, - "name": "Clue scroll (medium)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (medium) - 00.31S 17.43E", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(medium)_-_00.31S_17.43E", - "price": 0 - }, - "2821": { - "id": 2821, - "name": "Clue scroll (medium)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (medium) - 07.33N 15.00E", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(medium)_-_07.33N_15.00E", - "price": 0 - }, - "2823": { - "id": 2823, - "name": "Clue scroll (medium)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (medium) - 00.30N 24.16E", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(medium)_-_00.30N_24.16E", - "price": 0 - }, - "2825": { - "id": 2825, - "name": "Clue scroll (medium)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (medium) - 05.43N 23.05E", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(medium)_-_05.43N_23.05E", - "price": 0 - }, - "2827": { - "id": 2827, - "name": "Clue scroll (medium)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (medium) - South of Draynor Village bank", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(medium)_-_South_of_Draynor_Village_bank", - "price": 0 - }, - "2829": { - "id": 2829, - "name": "Clue scroll (medium)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (medium, map 2)", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(medium,_map_2)", - "price": 0, - "release_date": "2004-05-05" - }, - "2831": { - "id": 2831, - "name": "Clue scroll (medium)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (medium) - Look for a locked chest in the town's chapel", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(medium)_-_Look_for_a_locked_chest_in_the_town's_chapel", - "price": 0 - }, "2832": { "id": 2832, "name": "Key (medium)", @@ -43056,72 +41975,6 @@ "wiki_url": "https://oldschool.runescape.wiki/w/Key_(Treasure_Trails)#Medium", "price": 0 }, - "2833": { - "id": 2833, - "name": "Clue scroll (medium)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (medium) - In a town where the guards are armed with maces", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(medium)_-_In_a_town_where_the_guards_are_armed_with_maces", - "price": 0 - }, - "2835": { - "id": 2835, - "name": "Clue scroll (medium)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (medium) - In a town where thieves steal from stalls", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(medium)_-_In_a_town_where_thieves_steal_from_stalls", - "price": 0 - }, - "2837": { - "id": 2837, - "name": "Clue scroll (medium)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (medium) - In a town where everyone has perfect vision", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(medium)_-_In_a_town_where_everyone_has_perfect_vision", - "price": 0 - }, - "2839": { - "id": 2839, - "name": "Clue scroll (medium)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (medium) - In a town where wizards are known to gather", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(medium)_-_In_a_town_where_wizards_are_known_to_gather", - "price": 0 - }, - "2841": { - "id": 2841, - "name": "Clue scroll (medium)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (medium) - Speak to Hazelmere.", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(medium)_-_Speak_to_Hazelmere.", - "price": 0, - "release_date": "2004-05-05" - }, "2842": { "id": 2842, "name": "Challenge scroll (medium)", @@ -43136,149 +41989,6 @@ "wiki_url": "https://oldschool.runescape.wiki/w/Challenge_scroll#Medium", "price": 0 }, - "2843": { - "id": 2843, - "name": "Clue scroll (medium)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (medium) - OK CO", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(medium)_-_OK_CO", - "price": 0 - }, - "2845": { - "id": 2845, - "name": "Clue scroll (medium)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (medium) - EEK ZERO OP", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(medium)_-_EEK_ZERO_OP", - "price": 0 - }, - "2847": { - "id": 2847, - "name": "Clue scroll (medium)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (medium) - EL OW", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(medium)_-_EL_OW", - "price": 0 - }, - "2848": { - "id": 2848, - "name": "Clue scroll (medium)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (medium) - Speak to Hajedy", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(medium)_-_Speak_to_Hajedy", - "price": 0 - }, - "2849": { - "id": 2849, - "name": "Clue scroll (medium)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (medium) - R AK MI", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(medium)_-_R_AK_MI", - "price": 0 - }, - "2851": { - "id": 2851, - "name": "Clue scroll (medium)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (medium) - ARE COL", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(medium)_-_ARE_COL", - "price": 0 - }, - "2853": { - "id": 2853, - "name": "Clue scroll (medium)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (medium) - Speak to a referee", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(medium)_-_Speak_to_a_referee", - "price": 0 - }, - "2855": { - "id": 2855, - "name": "Clue scroll (medium)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (medium) - Speak to Donovan, the Family Handyman", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(medium)_-_Speak_to_Donovan,_the_Family_Handyman", - "price": 0 - }, - "2856": { - "id": 2856, - "name": "Clue scroll (medium)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (medium) - PEATY PERT", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(medium)_-_PEATY_PERT", - "price": 0 - }, - "2857": { - "id": 2857, - "name": "Clue scroll (medium)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (medium) - GOBLIN KERN", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(medium)_-_GOBLIN_KERN", - "price": 0 - }, - "2858": { - "id": 2858, - "name": "Clue scroll (medium)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (medium) - HALT US", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(medium)_-_HALT_US", - "price": 0 - }, "2859": { "id": 2859, "name": "Wolf bones", @@ -43312,7 +42022,7 @@ "examine": "I can make an ogre arrow with these.", "wiki_name": "Wolfbone arrowtips", "wiki_url": "https://oldschool.runescape.wiki/w/Wolfbone_arrowtips", - "price": 8 + "price": 75 }, "2862": { "id": 2862, @@ -43330,7 +42040,7 @@ "examine": "These logs are longer than normal.", "wiki_name": "Achey tree logs", "wiki_url": "https://oldschool.runescape.wiki/w/Achey_tree_logs", - "price": 2648.5 + "price": 600.5 }, "2864": { "id": 2864, @@ -43347,7 +42057,7 @@ "examine": "A wooden arrow shaft.", "wiki_name": "Ogre arrow shaft", "wiki_url": "https://oldschool.runescape.wiki/w/Ogre_arrow_shaft", - "price": 80.5 + "price": 56 }, "2865": { "id": 2865, @@ -43509,7 +42219,7 @@ "examine": "It might look delicious to an ogre.", "wiki_name": "Cooked chompy", "wiki_url": "https://oldschool.runescape.wiki/w/Cooked_chompy", - "price": 100 + "price": 26 }, "2880": { "id": 2880, @@ -43693,7 +42403,7 @@ "slot": "shield", "requirements": null }, - "price": 2974.5 + "price": 569.5 }, "2892": { "id": 2892, @@ -43758,7 +42468,7 @@ "slot": "feet", "requirements": null }, - "price": 2038 + "price": 964.5 }, "2896": { "id": 2896, @@ -43796,7 +42506,7 @@ "slot": "body", "requirements": null }, - "price": 362.5 + "price": 56.5 }, "2898": { "id": 2898, @@ -43834,7 +42544,7 @@ "slot": "legs", "requirements": null }, - "price": 192 + "price": 251 }, "2900": { "id": 2900, @@ -43909,7 +42619,7 @@ "slot": "hands", "requirements": null }, - "price": 1730.5 + "price": 776 }, "2904": { "id": 2904, @@ -43984,7 +42694,7 @@ "slot": "body", "requirements": null }, - "price": 50 + "price": 765.5 }, "2908": { "id": 2908, @@ -44022,7 +42732,7 @@ "slot": "legs", "requirements": null }, - "price": 440 + "price": 172.5 }, "2910": { "id": 2910, @@ -44060,7 +42770,7 @@ "slot": "head", "requirements": null }, - "price": 2663.5 + "price": 1130.5 }, "2912": { "id": 2912, @@ -44134,7 +42844,7 @@ "slot": "feet", "requirements": null }, - "price": 1340 + "price": 1853.5 }, "2916": { "id": 2916, @@ -44172,7 +42882,7 @@ "slot": "body", "requirements": null }, - "price": 925.5 + "price": 2650 }, "2918": { "id": 2918, @@ -44210,7 +42920,7 @@ "slot": "legs", "requirements": null }, - "price": 712.5 + "price": 1725.5 }, "2920": { "id": 2920, @@ -44248,7 +42958,7 @@ "slot": "head", "requirements": null }, - "price": 1801.5 + "price": 970 }, "2922": { "id": 2922, @@ -44285,7 +42995,7 @@ "slot": "hands", "requirements": null }, - "price": 928 + "price": 1754.5 }, "2924": { "id": 2924, @@ -44322,7 +43032,7 @@ "slot": "feet", "requirements": null }, - "price": 870 + "price": 1347 }, "2926": { "id": 2926, @@ -44360,7 +43070,7 @@ "slot": "body", "requirements": null }, - "price": 155.5 + "price": 295.5 }, "2928": { "id": 2928, @@ -44398,7 +43108,7 @@ "slot": "legs", "requirements": null }, - "price": 16 + "price": 163.5 }, "2930": { "id": 2930, @@ -44436,7 +43146,7 @@ "slot": "head", "requirements": null }, - "price": 1492.5 + "price": 1291 }, "2932": { "id": 2932, @@ -44473,7 +43183,7 @@ "slot": "hands", "requirements": null }, - "price": 277.5 + "price": 126 }, "2934": { "id": 2934, @@ -44510,7 +43220,7 @@ "slot": "feet", "requirements": null }, - "price": 963 + "price": 858 }, "2936": { "id": 2936, @@ -44548,7 +43258,7 @@ "slot": "body", "requirements": null }, - "price": 948.5 + "price": 55 }, "2938": { "id": 2938, @@ -44586,7 +43296,7 @@ "slot": "legs", "requirements": null }, - "price": 1461.5 + "price": 616 }, "2940": { "id": 2940, @@ -45005,7 +43715,7 @@ } ] }, - "price": 86 + "price": 280 }, "2963": { "id": 2963, @@ -45164,7 +43874,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": 574.5 + "price": 396.5 }, "2972": { "id": 2972, @@ -45182,7 +43892,7 @@ "examine": "A cutting from a budding branch.", "wiki_name": "Mort myre stem", "wiki_url": "https://oldschool.runescape.wiki/w/Mort_myre_stem", - "price": 575 + "price": 850 }, "2974": { "id": 2974, @@ -45200,7 +43910,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": 2045 + "price": 3624.5 }, "2976": { "id": 2976, @@ -45218,7 +43928,7 @@ "examine": "Used to make sickles.", "wiki_name": "Sickle mould", "wiki_url": "https://oldschool.runescape.wiki/w/Sickle_mould", - "price": 206 + "price": 392.5 }, "2978": { "id": 2978, @@ -45882,7 +44592,7 @@ "slot": "hands", "requirements": null }, - "price": 10664862 + "price": 9754500 }, "2998": { "id": 2998, @@ -45986,7 +44696,7 @@ "examine": "4 doses of energy potion.", "wiki_name": "Energy potion (4 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Energy_potion#4_dose", - "price": 384 + "price": 465.5 }, "3010": { "id": 3010, @@ -46003,7 +44713,7 @@ "examine": "3 doses of energy potion.", "wiki_name": "Energy potion (3 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Energy_potion#3_dose", - "price": 264.5 + "price": 348 }, "3012": { "id": 3012, @@ -46020,7 +44730,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": 173 + "price": 233 }, "3014": { "id": 3014, @@ -46037,7 +44747,7 @@ "examine": "1 dose of energy potion.", "wiki_name": "Energy potion (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Energy_potion#1_dose", - "price": 92.5 + "price": 118 }, "3016": { "id": 3016, @@ -46091,7 +44801,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": 2982 + "price": 2463.5 }, "3022": { "id": 3022, @@ -46109,7 +44819,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": 1522.5 + "price": 1216 }, "3024": { "id": 3024, @@ -46199,7 +44909,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": 568.5 + "price": 1005 }, "3034": { "id": 3034, @@ -46217,7 +44927,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": 398 + "price": 2650 }, "3036": { "id": 3036, @@ -46235,7 +44945,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": 1104.5 + "price": 228.5 }, "3038": { "id": 3038, @@ -46289,7 +44999,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": 63 + "price": 50.5 }, "3044": { "id": 3044, @@ -46307,7 +45017,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": 69.5 + "price": 61.5 }, "3046": { "id": 3046, @@ -46527,7 +45237,7 @@ } ] }, - "price": 26289 + "price": 20006 }, "3057": { "id": 3057, @@ -46987,7 +45697,7 @@ } ] }, - "price": 562.5 + "price": 109 }, "3097": { "id": 3097, @@ -47062,7 +45772,7 @@ } ] }, - "price": 316.5 + "price": 223.5 }, "3098": { "id": 3098, @@ -47212,7 +45922,7 @@ } ] }, - "price": 2012.5 + "price": 492 }, "3100": { "id": 3100, @@ -47287,7 +45997,7 @@ } ] }, - "price": 1281.5 + "price": 1570 }, "3101": { "id": 3101, @@ -47362,7 +46072,7 @@ } ] }, - "price": 26043 + "price": 9988.5 }, "3102": { "id": 3102, @@ -47474,7 +46184,7 @@ "slot": "feet", "requirements": null }, - "price": 2865 + "price": 5750 }, "3109": { "id": 3109, @@ -47633,7 +46343,7 @@ "examine": "Fairly big bones which smell distinctly of Jogre.", "wiki_name": "Jogre bones", "wiki_url": "https://oldschool.runescape.wiki/w/Jogre_bones", - "price": 12814 + "price": 5660 }, "3127": { "id": 3127, @@ -48058,7 +46768,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": 128 + "price": 59 }, "3164": { "id": 3164, @@ -48852,7 +47562,7 @@ } ] }, - "price": 785.5 + "price": 1006 }, "3192": { "id": 3192, @@ -48988,7 +47698,7 @@ } ] }, - "price": 2643 + "price": 3458 }, "3196": { "id": 3196, @@ -49057,7 +47767,7 @@ } ] }, - "price": 4080 + "price": 1943.5 }, "3198": { "id": 3198, @@ -49126,7 +47836,7 @@ } ] }, - "price": 8184 + "price": 9315.5 }, "3200": { "id": 3200, @@ -49195,7 +47905,7 @@ } ] }, - "price": 15075 + "price": 12325 }, "3202": { "id": 3202, @@ -49428,7 +48138,7 @@ "examine": "Some limestone.", "wiki_name": "Limestone", "wiki_url": "https://oldschool.runescape.wiki/w/Limestone", - "price": 105 + "price": 129 }, "3213": { "id": 3213, @@ -49488,7 +48198,7 @@ "examine": "An empty barrel.", "wiki_name": "Barrel", "wiki_url": "https://oldschool.runescape.wiki/w/Barrel", - "price": 190.5 + "price": 1202 }, "3218": { "id": 3218, @@ -49623,7 +48333,7 @@ "examine": "Mmm this looks tasty.", "wiki_name": "Cooked rabbit", "wiki_url": "https://oldschool.runescape.wiki/w/Cooked_rabbit", - "price": 345 + "price": 284.5 }, "3230": { "id": 3230, @@ -49715,7 +48425,7 @@ "examine": "Bark from a hollow tree.", "wiki_name": "Bark", "wiki_url": "https://oldschool.runescape.wiki/w/Bark", - "price": 93 + "price": 107 }, "3241": { "id": 3241, @@ -50016,7 +48726,7 @@ "slot": "head", "requirements": null }, - "price": 35 + "price": 70.5 }, "3329": { "id": 3329, @@ -50092,7 +48802,7 @@ "slot": "head", "requirements": null }, - "price": 19.5 + "price": 6.5 }, "3333": { "id": 3333, @@ -50168,7 +48878,7 @@ "slot": "head", "requirements": null }, - "price": 55 + "price": 75 }, "3337": { "id": 3337, @@ -50320,7 +49030,7 @@ "slot": "head", "requirements": null }, - "price": 2951.5 + "price": 2526.5 }, "3345": { "id": 3345, @@ -50374,7 +49084,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": 1761 + "price": 5085 }, "3351": { "id": 3351, @@ -50410,7 +49120,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": 1285.5 + "price": 491.5 }, "3355": { "id": 3355, @@ -50428,7 +49138,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": 337 + "price": 40.5 }, "3357": { "id": 3357, @@ -50446,7 +49156,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": 583 + "price": 699 }, "3359": { "id": 3359, @@ -50464,7 +49174,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": 4800.5 + "price": 442.5 }, "3361": { "id": 3361, @@ -50482,7 +49192,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": 2930 + "price": 2083 }, "3363": { "id": 3363, @@ -50500,7 +49210,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": 1195 + "price": 1434.5 }, "3365": { "id": 3365, @@ -50518,7 +49228,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": 945.5 + "price": 1792 }, "3367": { "id": 3367, @@ -50572,7 +49282,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": 1041 + "price": 1185 }, "3373": { "id": 3373, @@ -50640,7 +49350,7 @@ "examine": "A slime covered eel - yuck!", "wiki_name": "Raw slimy eel", "wiki_url": "https://oldschool.runescape.wiki/w/Raw_slimy_eel", - "price": 468.5 + "price": 681.5 }, "3381": { "id": 3381, @@ -50715,7 +49425,7 @@ "defence": 40 } }, - "price": 13172 + "price": 17533 }, "3387": { "id": 3387, @@ -50756,7 +49466,7 @@ "defence": 40 } }, - "price": 37500 + "price": 43644 }, "3389": { "id": 3389, @@ -50797,7 +49507,7 @@ "defence": 40 } }, - "price": 23460 + "price": 27064.5 }, "3391": { "id": 3391, @@ -50911,7 +49621,7 @@ "examine": "The remains of a deadly shade.", "wiki_name": "Loar remains", "wiki_url": "https://oldschool.runescape.wiki/w/Loar_remains", - "price": 117 + "price": 41 }, "3398": { "id": 3398, @@ -50929,7 +49639,7 @@ "examine": "The remains of a deadly shade.", "wiki_name": "Phrin remains", "wiki_url": "https://oldschool.runescape.wiki/w/Phrin_remains", - "price": 527 + "price": 1019.5 }, "3400": { "id": 3400, @@ -51001,7 +49711,7 @@ "examine": "I need another ingredient to finish this potion.", "wiki_name": "Unfinished potion", "wiki_url": "https://oldschool.runescape.wiki/w/Unfinished_potion", - "price": 381 + "price": 170.5 }, "3408": { "id": 3408, @@ -51019,7 +49729,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": 15.5 + "price": 26 }, "3410": { "id": 3410, @@ -51037,7 +49747,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": 10 + "price": 1.5 }, "3412": { "id": 3412, @@ -51073,7 +49783,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": 10 + "price": 11 }, "3416": { "id": 3416, @@ -51165,7 +49875,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": 52.5 + "price": 30.5 }, "3424": { "id": 3424, @@ -51183,7 +49893,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": 24 + "price": 44 }, "3426": { "id": 3426, @@ -51201,7 +49911,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": 151.5 + "price": 24.5 }, "3428": { "id": 3428, @@ -51237,7 +49947,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": 2357.5 + "price": 2714.5 }, "3432": { "id": 3432, @@ -51255,7 +49965,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": 1021 + "price": 2480 }, "3434": { "id": 3434, @@ -51273,7 +49983,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": 1099 + "price": 896 }, "3436": { "id": 3436, @@ -51291,7 +50001,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": 522.5 + "price": 627 }, "3438": { "id": 3438, @@ -51309,7 +50019,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": 494 + "price": 1774.5 }, "3440": { "id": 3440, @@ -51327,7 +50037,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": 752.5 + "price": 891.5 }, "3442": { "id": 3442, @@ -51345,7 +50055,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": 2198 + "price": 615 }, "3444": { "id": 3444, @@ -51363,7 +50073,7 @@ "examine": "Maple logs prepared with sacred oil for a funeral pyre.", "wiki_name": "Maple pyre logs", "wiki_url": "https://oldschool.runescape.wiki/w/Maple_pyre_logs", - "price": 1324 + "price": 2218.5 }, "3446": { "id": 3446, @@ -51381,7 +50091,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": 2549.5 + "price": 2215 }, "3448": { "id": 3448, @@ -51853,7 +50563,7 @@ "defence": 30 } }, - "price": 2974 + "price": 3575.5 }, "3476": { "id": 3476, @@ -52009,7 +50719,7 @@ "defence": 40 } }, - "price": 37823.5 + "price": 45058 }, "3480": { "id": 3480, @@ -52126,7 +50836,7 @@ "defence": 40 } }, - "price": 6057982.5 + "price": 6655005.5 }, "3485": { "id": 3485, @@ -52165,7 +50875,7 @@ "defence": 40 } }, - "price": 1455500 + "price": 1391225 }, "3486": { "id": 3486, @@ -52243,671 +50953,7 @@ "defence": 40 } }, - "price": 5996000.5 - }, - "3490": { - "id": 3490, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (easy) - Search the drawers of houses in Burthorpe", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)_-_Search_the_drawers_of_houses_in_Burthorpe", - "price": 0 - }, - "3491": { - "id": 3491, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (easy) - Search the crates in a house in Yanille that has a piano", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)_-_Search_the_crates_in_a_house_in_Yanille_that_has_a_piano", - "price": 0 - }, - "3492": { - "id": 3492, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (easy) - Search the drawers in the ground floor of a shop in Yanille", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)_-_Search_the_drawers_in_the_ground_floor_of_a_shop_in_Yanille", - "price": 0 - }, - "3493": { - "id": 3493, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (easy) - Search the chests in the Dwarven Mine", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)_-_Search_the_chests_in_the_Dwarven_Mine", - "price": 0 - }, - "3494": { - "id": 3494, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (easy) - Search through some drawers in the upstairs of a house in Rimmington", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)_-_Search_through_some_drawers_in_the_upstairs_of_a_house_in_Rimmington", - "price": 0 - }, - "3495": { - "id": 3495, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (easy) - Search chests found in the upstairs of shops in Port Sarim", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)_-_Search_chests_found_in_the_upstairs_of_shops_in_Port_Sarim", - "price": 0 - }, - "3496": { - "id": 3496, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (easy) - One of the sailors in Port Sarim", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)_-_One_of_the_sailors_in_Port_Sarim", - "price": 0 - }, - "3497": { - "id": 3497, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (easy) - Search through chests found in the upstairs of houses in eastern Falador", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)_-_Search_through_chests_found_in_the_upstairs_of_houses_in_eastern_Falador", - "price": 0 - }, - "3498": { - "id": 3498, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (easy) - Search the drawers downstairs of houses in the eastern part of Falador", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)_-_Search_the_drawers_downstairs_of_houses_in_the_eastern_part_of_Falador", - "price": 0 - }, - "3499": { - "id": 3499, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (easy) - Search the boxes in a shop in Taverley", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)_-_Search_the_boxes_in_a_shop_in_Taverley", - "price": 0 - }, - "3500": { - "id": 3500, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (easy) - Search through some drawers found in Taverley's houses", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)_-_Search_through_some_drawers_found_in_Taverley's_houses", - "price": 0 - }, - "3501": { - "id": 3501, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (easy) - Search the boxes in one of the tents in Al Kharid", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)_-_Search_the_boxes_in_one_of_the_tents_in_Al_Kharid", - "price": 0 - }, - "3502": { - "id": 3502, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (easy) - Search the crates in Draynor Manor", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)_-_Search_the_crates_in_Draynor_Manor", - "price": 0 - }, - "3503": { - "id": 3503, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (easy) - Search the tents in the Imperial Guard camp in Burthorpe for some boxes", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)_-_Search_the_tents_in_the_Imperial_Guard_camp_in_Burthorpe_for_some_boxes", - "price": 0 - }, - "3504": { - "id": 3504, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (easy) - Search the crate near a cart in Port Khazard", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)_-_Search_the_crate_near_a_cart_in_Port_Khazard", - "price": 0 - }, - "3505": { - "id": 3505, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (easy) - Search the drawers on the ground floor of a building facing Ardougne's market", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)_-_Search_the_drawers_on_the_ground_floor_of_a_building_facing_Ardougne's_market", - "price": 0 - }, - "3506": { - "id": 3506, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (easy) - Search for a crate in a building in Hemenster", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)_-_Search_for_a_crate_in_a_building_in_Hemenster", - "price": 0 - }, - "3507": { - "id": 3507, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (easy) - Search the drawers in the upstairs of a house in Catherby", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)_-_Search_the_drawers_in_the_upstairs_of_a_house_in_Catherby", - "price": 0 - }, - "3508": { - "id": 3508, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (easy) - Search upstairs in the houses of Seers' Village for some drawers", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)_-_Search_upstairs_in_the_houses_of_Seers'_Village_for_some_drawers", - "price": 0 - }, - "3509": { - "id": 3509, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (easy) - Search for a crate on the ground floor of a house in Seers' Village", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)_-_Search_for_a_crate_on_the_ground_floor_of_a_house_in_Seers'_Village", - "price": 0 - }, - "3510": { - "id": 3510, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (easy) - Dig near some giant mushrooms", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)_-_Dig_near_some_giant_mushrooms", - "price": 0 - }, - "3512": { - "id": 3512, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (easy) - Search the drawers in a house in Draynor Village", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)_-_Search_the_drawers_in_a_house_in_Draynor_Village", - "price": 0 - }, - "3513": { - "id": 3513, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (easy) - Speak to the staff of Sinclair mansion", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)_-_Speak_to_the_staff_of_Sinclair_mansion", - "price": 0 - }, - "3514": { - "id": 3514, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (easy) - Someone watching the fights in the Emir's Arena", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)_-_Someone_watching_the_fights_in_the_Emir's_Arena", - "price": 0 - }, - "3515": { - "id": 3515, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (easy) - Search for a crate in Varrock Castle", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)_-_Search_for_a_crate_in_Varrock_Castle", - "price": 0 - }, - "3516": { - "id": 3516, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (easy) - Brother Galahad's house", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)_-_Brother_Galahad's_house", - "price": 0 - }, - "3518": { - "id": 3518, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (easy) - Directly behind the Wizards' Tower", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)_-_Directly_behind_the_Wizards'_Tower", - "price": 0 - }, - "3520": { - "id": 3520, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - Yanille anvils", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_Yanille_anvils", - "price": 0 - }, - "3522": { - "id": 3522, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - In the western section of West Ardougne", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_In_the_western_section_of_West_Ardougne", - "price": 0 - }, - "3524": { - "id": 3524, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - In a crate by the stairs to the Observatory Dungeon", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_In_a_crate_by_the_stairs_to_the_Observatory_Dungeon", - "price": 0 - }, - "3525": { - "id": 3525, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - In a crate at the Dark Warriors' Fortress", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_In_a_crate_at_the_Dark_Warriors'_Fortress", - "price": 0 - }, - "3526": { - "id": 3526, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - 16.03N 14.07E", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_16.03N_14.07E", - "price": 0 - }, - "3528": { - "id": 3528, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - 16.31N 12.54E", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_16.31N_12.54E", - "price": 0 - }, - "3530": { - "id": 3530, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - 05.50S 10.05E", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_05.50S_10.05E", - "price": 0 - }, - "3532": { - "id": 3532, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - 08.26S 10.28E", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_08.26S_10.28E", - "price": 0 - }, - "3534": { - "id": 3534, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - 07.43S 12.26E", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_07.43S_12.26E", - "price": 0 - }, - "3536": { - "id": 3536, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - 08.05S 15.56E", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_08.05S_15.56E", - "price": 0 - }, - "3538": { - "id": 3538, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - 04.16S 16.16E", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_04.16S_16.16E", - "price": 0 - }, - "3540": { - "id": 3540, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - 06.11S 15.07E", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_06.11S_15.07E", - "price": 0 - }, - "3542": { - "id": 3542, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - 05.37N 31.15E", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_05.37N_31.15E", - "price": 0 - }, - "3544": { - "id": 3544, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - 08.03N 31.16E", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_08.03N_31.16E", - "price": 0 - }, - "3546": { - "id": 3546, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - 04.03S 03.11E", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_04.03S_03.11E", - "price": 0 - }, - "3548": { - "id": 3548, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - 04.05S 04.24E", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_04.05S_04.24E", - "price": 0 - }, - "3550": { - "id": 3550, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "release_date": "2004-10-26", - "examine": "A clue!", - "wiki_name": "Clue scroll (hard, coordinates 26)", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard,_coordinates_26)", - "price": 0 - }, - "3552": { - "id": 3552, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - 03.45S 22.45E", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_03.45S_22.45E", - "price": 0 - }, - "3554": { - "id": 3554, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - 02.39N 29.58E", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_02.39N_29.58E", - "price": 0 - }, - "3556": { - "id": 3556, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - 18.50N 20.26E", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_18.50N_20.26E", - "price": 0 - }, - "3558": { - "id": 3558, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - 24.24N 26.24E", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_24.24N_26.24E", - "price": 0 - }, - "3560": { - "id": 3560, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - 00.00N 07.13W", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_00.00N_07.13W", - "price": 0 - }, - "3562": { - "id": 3562, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - 01.24N 08.05W", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_01.24N_08.05W", - "price": 0 - }, - "3564": { - "id": 3564, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - A general who sets a 'shining' example", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_A_general_who_sets_a_'shining'_example", - "price": 0 + "price": 6427500 }, "3565": { "id": 3565, @@ -52923,32 +50969,6 @@ "wiki_url": "https://oldschool.runescape.wiki/w/Puzzle_box#Tree", "price": 0 }, - "3566": { - "id": 3566, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - Often sought out by scholars of histories past", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_Often_sought_out_by_scholars_of_histories_past", - "price": 0 - }, - "3568": { - "id": 3568, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - Identify the back of this over-acting brother", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_Identify_the_back_of_this_over-acting_brother", - "price": 0 - }, "3569": { "id": 3569, "name": "Puzzle box (hard)", @@ -52963,422 +50983,6 @@ "wiki_url": "https://oldschool.runescape.wiki/w/Puzzle_box#Troll", "price": 0 }, - "3570": { - "id": 3570, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - This aviator is at the peak of his profession", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_This_aviator_is_at_the_peak_of_his_profession", - "price": 0 - }, - "3572": { - "id": 3572, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - Read 'How to breed scorpions' By OWThathurt", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_Read_'How_to_breed_scorpions'_By_OWThathurt", - "price": 0 - }, - "3573": { - "id": 3573, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - A great view - watch the rapidly drying hides get splashed", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_A_great_view_-_watch_the_rapidly_drying_hides_get_splashed", - "price": 0 - }, - "3574": { - "id": 3574, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - Must be full of railings", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_Must_be_full_of_railings", - "price": 0 - }, - "3575": { - "id": 3575, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - Citric cellar", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_Citric_cellar", - "price": 0 - }, - "3579": { - "id": 3579, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - When no weapons are at hand", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_When_no_weapons_are_at_hand", - "price": 0 - }, - "3580": { - "id": 3580, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - Mine was the strangest birth under the sun", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_Mine_was_the_strangest_birth_under_the_sun", - "price": 0 - }, - "3582": { - "id": 3582, - "name": "Clue scroll (medium)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (medium) - 11.03N 31.20E", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(medium)_-_11.03N_31.20E", - "price": 0 - }, - "3584": { - "id": 3584, - "name": "Clue scroll (medium)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (medium) - 07.05N 30.56E", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(medium)_-_07.05N_30.56E", - "price": 0 - }, - "3586": { - "id": 3586, - "name": "Clue scroll (medium)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (medium) - 11.41N 14.58E", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(medium)_-_11.41N_14.58E", - "price": 0 - }, - "3588": { - "id": 3588, - "name": "Clue scroll (medium)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (medium) - 00.13S 13.58E", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(medium)_-_00.13S_13.58E", - "price": 0 - }, - "3590": { - "id": 3590, - "name": "Clue scroll (medium)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (medium) - 00.18S 09.28E", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(medium)_-_00.18S_09.28E", - "price": 0 - }, - "3592": { - "id": 3592, - "name": "Clue scroll (medium)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (medium) - 08.33N 01.39W", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(medium)_-_08.33N_01.39W", - "price": 0 - }, - "3594": { - "id": 3594, - "name": "Clue scroll (medium)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (medium) - 11.05N 00.45W", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(medium)_-_11.05N_00.45W", - "price": 0 - }, - "3596": { - "id": 3596, - "name": "Clue scroll (medium)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (medium) - West of the Crafting Guild", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(medium)_-_West_of_the_Crafting_Guild", - "price": 0 - }, - "3598": { - "id": 3598, - "name": "Clue scroll (medium)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (medium) - The crate in McGrubor's Wood", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(medium)_-_The_crate_in_McGrubor's_Wood", - "price": 0 - }, - "3599": { - "id": 3599, - "name": "Clue scroll (medium)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (medium) - North of the Tower of Life", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(medium)_-_North_of_the_Tower_of_Life", - "price": 0 - }, - "3601": { - "id": 3601, - "name": "Clue scroll (medium)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (medium) - The crate west of the Clock Tower", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(medium)_-_The_crate_west_of_the_Clock_Tower", - "price": 0 - }, - "3602": { - "id": 3602, - "name": "Clue scroll (medium)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (medium) - Behind the Chemist's house in Rimmington", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(medium)_-_Behind_the_Chemist's_house_in_Rimmington", - "price": 0 - }, - "3604": { - "id": 3604, - "name": "Clue scroll (medium)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (medium) - In a village made of bamboo", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(medium)_-_In_a_village_made_of_bamboo", - "price": 0 - }, - "3605": { - "id": 3605, - "name": "Clue scroll (medium)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (medium) - Search the upstairs drawers of a house", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(medium)_-_Search_the_upstairs_drawers_of_a_house", - "price": 0 - }, - "3607": { - "id": 3607, - "name": "Clue scroll (medium)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (medium) - Go to the village being attacked by trolls", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(medium)_-_Go_to_the_village_being_attacked_by_trolls", - "price": 0 - }, - "3609": { - "id": 3609, - "name": "Clue scroll (medium)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (medium) - A town with a different sort of night-life is your destination", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(medium)_-_A_town_with_a_different_sort_of_night-life_is_your_destination", - "price": 0 - }, - "3610": { - "id": 3610, - "name": "Clue scroll (medium)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (medium) - Find a crate close to the monks that like to paaarty!", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(medium)_-_Find_a_crate_close_to_the_monks_that_like_to_paaarty!", - "price": 0 - }, - "3611": { - "id": 3611, - "name": "Clue scroll (medium)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (medium) - ME IF", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(medium)_-_ME_IF", - "price": 0 - }, - "3612": { - "id": 3612, - "name": "Clue scroll (medium)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (medium) - BAIL TRIMS", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(medium)_-_BAIL_TRIMS", - "price": 0 - }, - "3613": { - "id": 3613, - "name": "Clue scroll (medium)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (medium) - A BAS", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(medium)_-_A_BAS", - "price": 0 - }, - "3614": { - "id": 3614, - "name": "Clue scroll (medium)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (medium) - Speak to Ulizius", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(medium)_-_Speak_to_Ulizius", - "price": 0 - }, - "3615": { - "id": 3615, - "name": "Clue scroll (medium)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (medium) - Speak to Roavar", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(medium)_-_Speak_to_Roavar", - "price": 0 - }, - "3616": { - "id": 3616, - "name": "Clue scroll (medium)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (medium) - AHA JAR", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(medium)_-_AHA_JAR", - "price": 0 - }, - "3617": { - "id": 3617, - "name": "Clue scroll (medium)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (medium) - Speak to Kangai Mau", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(medium)_-_Speak_to_Kangai_Mau", - "price": 0 - }, - "3618": { - "id": 3618, - "name": "Clue scroll (medium)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (medium) - ICY FE", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(medium)_-_ICY_FE", - "price": 0 - }, "3667": { "id": 3667, "name": "Boss helper tool", @@ -53408,7 +51012,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": 5338 + "price": 6167 }, "3680": { "id": 3680, @@ -54445,7 +52049,7 @@ "defence": 45 } }, - "price": 48790.5 + "price": 53814.5 }, "3751": { "id": 3751, @@ -54565,7 +52169,7 @@ "defence": 45 } }, - "price": 37440 + "price": 43722.5 }, "3757": { "id": 3757, @@ -54710,7 +52314,7 @@ "slot": "cape", "requirements": null }, - "price": 1240 + "price": 1690 }, "3761": { "id": 3761, @@ -54786,7 +52390,7 @@ "slot": "cape", "requirements": null }, - "price": 975.5 + "price": 626 }, "3765": { "id": 3765, @@ -54900,7 +52504,7 @@ "slot": "body", "requirements": null }, - "price": 440.5 + "price": 496 }, "3771": { "id": 3771, @@ -55014,7 +52618,7 @@ "slot": "body", "requirements": null }, - "price": 1624.5 + "price": 625 }, "3777": { "id": 3777, @@ -55052,7 +52656,7 @@ "slot": "cape", "requirements": null }, - "price": 8065 + "price": 1422 }, "3779": { "id": 3779, @@ -55090,7 +52694,7 @@ "slot": "cape", "requirements": null }, - "price": 15252 + "price": 442 }, "3781": { "id": 3781, @@ -55166,7 +52770,7 @@ "slot": "cape", "requirements": null }, - "price": 1845 + "price": 1044.5 }, "3785": { "id": 3785, @@ -55242,7 +52846,7 @@ "slot": "cape", "requirements": null }, - "price": 238.5 + "price": 680.5 }, "3789": { "id": 3789, @@ -55280,7 +52884,7 @@ "slot": "cape", "requirements": null }, - "price": 703 + "price": 436 }, "3791": { "id": 3791, @@ -55318,7 +52922,7 @@ "slot": "feet", "requirements": null }, - "price": 5077 + "price": 1576.5 }, "3793": { "id": 3793, @@ -55394,7 +52998,7 @@ "slot": "legs", "requirements": null }, - "price": 521.5 + "price": 618.5 }, "3797": { "id": 3797, @@ -55432,7 +53036,7 @@ "slot": "head", "requirements": null }, - "price": 3277 + "price": 2042.5 }, "3799": { "id": 3799, @@ -55470,7 +53074,7 @@ "slot": "hands", "requirements": null }, - "price": 540.5 + "price": 97 }, "3801": { "id": 3801, @@ -55539,7 +53143,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": 1944.5 + "price": 1591.5 }, "3828": { "id": 3828, @@ -55556,7 +53160,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": 2421 + "price": 1951 }, "3829": { "id": 3829, @@ -55573,7 +53177,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": 3410.5 + "price": 1506 }, "3830": { "id": 3830, @@ -55590,7 +53194,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": 3950 + "price": 3153 }, "3831": { "id": 3831, @@ -55607,7 +53211,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": 8502.5 + "price": 5567 }, "3832": { "id": 3832, @@ -55624,7 +53228,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": 11561 + "price": 7246.5 }, "3833": { "id": 3833, @@ -55658,7 +53262,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": 6746 + "price": 5377.5 }, "3835": { "id": 3835, @@ -55675,7 +53279,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": 2099 + "price": 1844.5 }, "3836": { "id": 3836, @@ -55692,7 +53296,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": 1986 + "price": 1635.5 }, "3837": { "id": 3837, @@ -55709,7 +53313,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": 1355.5 + "price": 1716.5 }, "3838": { "id": 3838, @@ -55726,7 +53330,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": 3060.5 + "price": 1556 }, "3839": { "id": 3839, @@ -56626,7 +54230,7 @@ "examine": "These are monkey nuts. Yummy.", "wiki_name": "Monkey nuts", "wiki_url": "https://oldschool.runescape.wiki/w/Monkey_nuts", - "price": 232.5 + "price": 262.5 }, "4014": { "id": 4014, @@ -56644,7 +54248,7 @@ "examine": "It's a monkey bar. It looks highly nutritious.", "wiki_name": "Monkey bar", "wiki_url": "https://oldschool.runescape.wiki/w/Monkey_bar", - "price": 512.5 + "price": 430.5 }, "4016": { "id": 4016, @@ -56662,7 +54266,7 @@ "examine": "It's a bowl full of mushy banana.", "wiki_name": "Banana stew", "wiki_url": "https://oldschool.runescape.wiki/w/Banana_stew", - "price": 1558 + "price": 2498.5 }, "4018": { "id": 4018, @@ -57735,7 +55339,7 @@ "defence": 20 } }, - "price": 13567.5 + "price": 16144 }, "4091": { "id": 4091, @@ -57858,7 +55462,7 @@ "defence": 20 } }, - "price": 5090 + "price": 5806 }, "4097": { "id": 4097, @@ -58063,7 +55667,7 @@ "defence": 20 } }, - "price": 28499.5 + "price": 6034 }, "4107": { "id": 4107, @@ -58104,7 +55708,7 @@ "defence": 20 } }, - "price": 113596 + "price": 102689 }, "4109": { "id": 4109, @@ -58145,7 +55749,7 @@ "defence": 20 } }, - "price": 10645 + "price": 9073 }, "4111": { "id": 4111, @@ -58268,7 +55872,7 @@ "defence": 20 } }, - "price": 5542 + "price": 6605 }, "4117": { "id": 4117, @@ -58389,7 +55993,7 @@ "defence": 1 } }, - "price": 8194 + "price": 7081.5 }, "4123": { "id": 4123, @@ -58469,7 +56073,7 @@ "defence": 10 } }, - "price": 58.5 + "price": 149.5 }, "4127": { "id": 4127, @@ -58509,7 +56113,7 @@ "defence": 20 } }, - "price": 11900 + "price": 495.5 }, "4129": { "id": 4129, @@ -58549,7 +56153,7 @@ "defence": 30 } }, - "price": 2224 + "price": 4050 }, "4131": { "id": 4131, @@ -58810,7 +56414,7 @@ } ] }, - "price": 1775000 + "price": 1891806 }, "4153": { "id": 4153, @@ -58878,7 +56482,7 @@ } ] }, - "price": 169936 + "price": 140018.5 }, "4155": { "id": 4155, @@ -59074,7 +56678,7 @@ "examine": "A bag of salt.", "wiki_name": "Bag of salt", "wiki_url": "https://oldschool.runescape.wiki/w/Bag_of_salt", - "price": 11.5 + "price": 13.5 }, "4162": { "id": 4162, @@ -59092,7 +56696,7 @@ "examine": "I can even smash stone with this.", "wiki_name": "Rock hammer", "wiki_url": "https://oldschool.runescape.wiki/w/Rock_hammer", - "price": 215.5 + "price": 1153.5 }, "4164": { "id": 4164, @@ -59172,7 +56776,7 @@ "slayer": 15 } }, - "price": 41.5 + "price": 119 }, "4168": { "id": 4168, @@ -59212,7 +56816,7 @@ "slayer": 60 } }, - "price": 320.5 + "price": 675 }, "4170": { "id": 4170, @@ -59726,7 +57330,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": 221352.5 + "price": 206707.5 }, "4209": { "id": 4209, @@ -61764,7 +59368,7 @@ "slot": "body", "requirements": null }, - "price": 115 + "price": 1674.5 }, "4300": { "id": 4300, @@ -61802,7 +59406,7 @@ "slot": "legs", "requirements": null }, - "price": 800.5 + "price": 980 }, "4302": { "id": 4302, @@ -61840,7 +59444,7 @@ "slot": "head", "requirements": null }, - "price": 247.5 + "price": 391 }, "4304": { "id": 4304, @@ -61916,7 +59520,7 @@ "slot": "neck", "requirements": null }, - "price": 2071 + "price": 2555.5 }, "4308": { "id": 4308, @@ -61954,7 +59558,7 @@ "slot": "hands", "requirements": null }, - "price": 1320 + "price": 1502 }, "4310": { "id": 4310, @@ -61992,7 +59596,7 @@ "slot": "feet", "requirements": null }, - "price": 2644.5 + "price": 2915 }, "4313": { "id": 4313, @@ -62082,7 +59686,7 @@ "slot": "cape", "requirements": null }, - "price": 670.5 + "price": 236.5 }, "4319": { "id": 4319, @@ -62119,7 +59723,7 @@ "slot": "cape", "requirements": null }, - "price": 182.5 + "price": 109 }, "4321": { "id": 4321, @@ -62304,7 +59908,7 @@ "slot": "cape", "requirements": null }, - "price": 676 + "price": 988.5 }, "4331": { "id": 4331, @@ -62341,7 +59945,7 @@ "slot": "cape", "requirements": null }, - "price": 35.5 + "price": 80 }, "4333": { "id": 4333, @@ -62378,7 +59982,7 @@ "slot": "cape", "requirements": null }, - "price": 154 + "price": 558 }, "4335": { "id": 4335, @@ -62415,7 +60019,7 @@ "slot": "cape", "requirements": null }, - "price": 394 + "price": 334 }, "4337": { "id": 4337, @@ -62452,7 +60056,7 @@ "slot": "cape", "requirements": null }, - "price": 1153.5 + "price": 108 }, "4339": { "id": 4339, @@ -62489,7 +60093,7 @@ "slot": "cape", "requirements": null }, - "price": 303.5 + "price": 55.5 }, "4341": { "id": 4341, @@ -62526,7 +60130,7 @@ "slot": "cape", "requirements": null }, - "price": 798 + "price": 1173 }, "4343": { "id": 4343, @@ -62563,7 +60167,7 @@ "slot": "cape", "requirements": null }, - "price": 2040.5 + "price": 1608.5 }, "4345": { "id": 4345, @@ -62600,7 +60204,7 @@ "slot": "cape", "requirements": null }, - "price": 96.5 + "price": 108.5 }, "4347": { "id": 4347, @@ -62637,7 +60241,7 @@ "slot": "cape", "requirements": null }, - "price": 649.5 + "price": 173.5 }, "4349": { "id": 4349, @@ -62711,7 +60315,7 @@ "slot": "cape", "requirements": null }, - "price": 97.5 + "price": 154.5 }, "4353": { "id": 4353, @@ -62748,7 +60352,7 @@ "slot": "cape", "requirements": null }, - "price": 220 + "price": 44 }, "4355": { "id": 4355, @@ -62785,7 +60389,7 @@ "slot": "cape", "requirements": null }, - "price": 222 + "price": 257 }, "4357": { "id": 4357, @@ -62822,7 +60426,7 @@ "slot": "cape", "requirements": null }, - "price": 5507.5 + "price": 2624.5 }, "4359": { "id": 4359, @@ -62859,7 +60463,7 @@ "slot": "cape", "requirements": null }, - "price": 256 + "price": 109 }, "4361": { "id": 4361, @@ -62896,7 +60500,7 @@ "slot": "cape", "requirements": null }, - "price": 3500 + "price": 446.5 }, "4363": { "id": 4363, @@ -62970,7 +60574,7 @@ "slot": "cape", "requirements": null }, - "price": 130.5 + "price": 62.5 }, "4367": { "id": 4367, @@ -63007,7 +60611,7 @@ "slot": "cape", "requirements": null }, - "price": 163.5 + "price": 296 }, "4369": { "id": 4369, @@ -63044,7 +60648,7 @@ "slot": "cape", "requirements": null }, - "price": 184.5 + "price": 2320 }, "4371": { "id": 4371, @@ -63118,7 +60722,7 @@ "slot": "cape", "requirements": null }, - "price": 409.5 + "price": 267 }, "4375": { "id": 4375, @@ -63155,7 +60759,7 @@ "slot": "cape", "requirements": null }, - "price": 904.5 + "price": 724.5 }, "4377": { "id": 4377, @@ -63229,7 +60833,7 @@ "slot": "cape", "requirements": null }, - "price": 155 + "price": 438 }, "4381": { "id": 4381, @@ -63303,7 +60907,7 @@ "slot": "cape", "requirements": null }, - "price": 2519 + "price": 313 }, "4385": { "id": 4385, @@ -63340,7 +60944,7 @@ "slot": "cape", "requirements": null }, - "price": 26.5 + "price": 3.5 }, "4387": { "id": 4387, @@ -63414,7 +61018,7 @@ "slot": "cape", "requirements": null }, - "price": 100.5 + "price": 640 }, "4391": { "id": 4391, @@ -63525,7 +61129,7 @@ "slot": "cape", "requirements": null }, - "price": 47.5 + "price": 121 }, "4397": { "id": 4397, @@ -63562,7 +61166,7 @@ "slot": "cape", "requirements": null }, - "price": 2716.5 + "price": 455.5 }, "4399": { "id": 4399, @@ -63636,7 +61240,7 @@ "slot": "cape", "requirements": null }, - "price": 664.5 + "price": 320.5 }, "4403": { "id": 4403, @@ -63673,7 +61277,7 @@ "slot": "cape", "requirements": null }, - "price": 1202.5 + "price": 1446 }, "4405": { "id": 4405, @@ -63710,7 +61314,7 @@ "slot": "cape", "requirements": null }, - "price": 323 + "price": 23 }, "4407": { "id": 4407, @@ -63747,7 +61351,7 @@ "slot": "cape", "requirements": null }, - "price": 361 + "price": 630.5 }, "4409": { "id": 4409, @@ -63784,7 +61388,7 @@ "slot": "cape", "requirements": null }, - "price": 3095 + "price": 306.5 }, "4411": { "id": 4411, @@ -63821,7 +61425,7 @@ "slot": "cape", "requirements": null }, - "price": 758.5 + "price": 369.5 }, "4413": { "id": 4413, @@ -63858,7 +61462,7 @@ "slot": "cape", "requirements": null }, - "price": 681.5 + "price": 480 }, "4415": { "id": 4415, @@ -64130,7 +61734,7 @@ "examine": "This is pretty well sealed.", "wiki_name": "Airtight pot", "wiki_url": "https://oldschool.runescape.wiki/w/Airtight_pot", - "price": 3408 + "price": 1875.5 }, "4438": { "id": 4438, @@ -64166,7 +61770,7 @@ "examine": "This should fit on a normal-sized pot.", "wiki_name": "Pot lid", "wiki_url": "https://oldschool.runescape.wiki/w/Pot_lid", - "price": 640 + "price": 746.5 }, "4442": { "id": 4442, @@ -64266,7 +61870,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": 500 + "price": 154.5 }, "4458": { "id": 4458, @@ -64302,7 +61906,7 @@ "examine": "It's hot!", "wiki_name": "Cup of hot water", "wiki_url": "https://oldschool.runescape.wiki/w/Cup_of_hot_water", - "price": 550 + "price": 346 }, "4462": { "id": 4462, @@ -65253,7 +62857,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": 1400 + "price": 3366.5 }, "4519": { "id": 4519, @@ -65298,7 +62902,7 @@ "examine": "Not the genie sort.", "wiki_name": "Oil lamp (Unlit)", "wiki_url": "https://oldschool.runescape.wiki/w/Oil_lamp#Unlit", - "price": 1543.5 + "price": 3000 }, "4524": { "id": 4524, @@ -65330,7 +62934,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": 10 + "price": 13.5 }, "4527": { "id": 4527, @@ -65348,7 +62952,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": 5 + "price": 6.5 }, "4529": { "id": 4529, @@ -65365,7 +62969,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": 1052 + "price": 1170 }, "4531": { "id": 4531, @@ -65446,7 +63050,7 @@ "examine": "An unlit oil lantern.", "wiki_name": "Oil lantern (Unlit)", "wiki_url": "https://oldschool.runescape.wiki/w/Oil_lantern#Unlit", - "price": 5267.5 + "price": 3045.5 }, "4539": { "id": 4539, @@ -65478,7 +63082,7 @@ "examine": "Add the glass to complete.", "wiki_name": "Oil lantern frame", "wiki_url": "https://oldschool.runescape.wiki/w/Oil_lantern_frame", - "price": 48 + "price": 74.5 }, "4542": { "id": 4542, @@ -65514,7 +63118,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": 228.5 + "price": 99.5 }, "4546": { "id": 4546, @@ -65550,7 +63154,7 @@ "examine": "A sturdy steel lantern.", "wiki_name": "Bullseye lantern (Unlit)", "wiki_url": "https://oldschool.runescape.wiki/w/Bullseye_lantern#Unlit", - "price": 1231 + "price": 356.5 }, "4550": { "id": 4550, @@ -65604,7 +63208,7 @@ "defence": 5 } }, - "price": 473 + "price": 700 }, "4558": { "id": 4558, @@ -66053,7 +63657,7 @@ } ] }, - "price": 13588 + "price": 1830.5 }, "4582": { "id": 4582, @@ -66358,7 +63962,7 @@ "examine": "Wear it on your head.", "wiki_name": "Kharidian headpiece", "wiki_url": "https://oldschool.runescape.wiki/w/Kharidian_headpiece", - "price": 2000 + "price": 1000 }, "4593": { "id": 4593, @@ -66376,7 +63980,7 @@ "examine": "Makes me itch.", "wiki_name": "Fake beard", "wiki_url": "https://oldschool.runescape.wiki/w/Fake_beard", - "price": 341.5 + "price": 1598 }, "4595": { "id": 4595, @@ -66548,7 +64152,7 @@ } ] }, - "price": 78 + "price": 114 }, "4601": { "id": 4601, @@ -66662,7 +64266,7 @@ "examine": "A meaty and very hot kebab.", "wiki_name": "Super kebab", "wiki_url": "https://oldschool.runescape.wiki/w/Super_kebab", - "price": 793 + "price": 539.5 }, "4610": { "id": 4610, @@ -66900,7 +64504,7 @@ "examine": "A cheeky little lager.", "wiki_name": "Bandit's brew", "wiki_url": "https://oldschool.runescape.wiki/w/Bandit's_brew", - "price": 2725.5 + "price": 2124.5 }, "4653": { "id": 4653, @@ -67148,7 +64752,7 @@ "examine": "Finely ground garlic powder.", "wiki_name": "Garlic powder", "wiki_url": "https://oldschool.runescape.wiki/w/Garlic_powder", - "price": 271.5 + "price": 74.5 }, "4670": { "id": 4670, @@ -67433,7 +65037,7 @@ "examine": "One sheet of mummy wrap.", "wiki_name": "Linen", "wiki_url": "https://oldschool.runescape.wiki/w/Linen", - "price": 419.5 + "price": 499 }, "4686": { "id": 4686, @@ -67465,7 +65069,7 @@ "examine": "It's a bucket of sap.", "wiki_name": "Bucket of sap", "wiki_url": "https://oldschool.runescape.wiki/w/Bucket_of_sap", - "price": 471.5 + "price": 716.5 }, "4689": { "id": 4689, @@ -67543,7 +65147,7 @@ "examine": "A combined Air and Water Rune.", "wiki_name": "Mist rune", "wiki_url": "https://oldschool.runescape.wiki/w/Mist_rune", - "price": 99 + "price": 116 }, "4696": { "id": 4696, @@ -67577,7 +65181,7 @@ "examine": "A combined Air and Fire Rune.", "wiki_name": "Smoke rune", "wiki_url": "https://oldschool.runescape.wiki/w/Smoke_rune", - "price": 35 + "price": 40.5 }, "4698": { "id": 4698, @@ -67594,7 +65198,7 @@ "examine": "A combined Earth and Water Rune.", "wiki_name": "Mud rune", "wiki_url": "https://oldschool.runescape.wiki/w/Mud_rune", - "price": 106.5 + "price": 94.5 }, "4699": { "id": 4699, @@ -67722,7 +65326,7 @@ "defence": 70 } }, - "price": 255182.5 + "price": 263100 }, "4710": { "id": 4710, @@ -67805,7 +65409,7 @@ } ] }, - "price": 195306 + "price": 181055.5 }, "4712": { "id": 4712, @@ -67887,7 +65491,7 @@ "defence": 70 } }, - "price": 2650113.5 + "price": 2532304.5 }, "4716": { "id": 4716, @@ -68083,7 +65687,7 @@ "defence": 70 } }, - "price": 1162406.5 + "price": 1384988 }, "4724": { "id": 4724, @@ -68123,7 +65727,7 @@ "defence": 70 } }, - "price": 207431.5 + "price": 242488.5 }, "4726": { "id": 4726, @@ -68198,7 +65802,7 @@ } ] }, - "price": 227503.5 + "price": 211695 }, "4728": { "id": 4728, @@ -68238,7 +65842,7 @@ "defence": 70 } }, - "price": 243001 + "price": 225000 }, "4730": { "id": 4730, @@ -68278,7 +65882,7 @@ "defence": 70 } }, - "price": 262428 + "price": 293499.5 }, "4732": { "id": 4732, @@ -68387,7 +65991,7 @@ } ] }, - "price": 137784 + "price": 97399.5 }, "4736": { "id": 4736, @@ -68546,7 +66150,7 @@ "defence": 70 } }, - "price": 197260.5 + "price": 223139 }, "4747": { "id": 4747, @@ -68615,7 +66219,7 @@ } ] }, - "price": 152617 + "price": 133508.5 }, "4749": { "id": 4749, @@ -68655,7 +66259,7 @@ "defence": 70 } }, - "price": 233975 + "price": 211055.5 }, "4751": { "id": 4751, @@ -68695,7 +66299,7 @@ "defence": 70 } }, - "price": 267488.5 + "price": 230712.5 }, "4753": { "id": 4753, @@ -68929,7 +66533,7 @@ "ranged": 1 } }, - "price": 562 + "price": 117 }, "4778": { "id": 4778, @@ -68968,7 +66572,7 @@ "ranged": 1 } }, - "price": 183.5 + "price": 137 }, "4783": { "id": 4783, @@ -69007,7 +66611,7 @@ "ranged": 5 } }, - "price": 107 + "price": 126.5 }, "4788": { "id": 4788, @@ -69085,7 +66689,7 @@ "ranged": 20 } }, - "price": 223 + "price": 132.5 }, "4798": { "id": 4798, @@ -69318,7 +66922,7 @@ "examine": "Keeps things in place fairly permanently.", "wiki_name": "Bronze nails", "wiki_url": "https://oldschool.runescape.wiki/w/Bronze_nails", - "price": 12 + "price": 8.5 }, "4820": { "id": 4820, @@ -69335,7 +66939,7 @@ "examine": "Keeps things in place fairly permanently.", "wiki_name": "Iron nails", "wiki_url": "https://oldschool.runescape.wiki/w/Iron_nails", - "price": 18 + "price": 15 }, "4821": { "id": 4821, @@ -69352,7 +66956,7 @@ "examine": "Keeps things in place fairly permanently.", "wiki_name": "Black nails", "wiki_url": "https://oldschool.runescape.wiki/w/Black_nails", - "price": 3389 + "price": 7242 }, "4822": { "id": 4822, @@ -69421,7 +67025,7 @@ "examine": "An unstrung composite ogre bow.", "wiki_name": "Unstrung comp bow", "wiki_url": "https://oldschool.runescape.wiki/w/Unstrung_comp_bow", - "price": 200 + "price": 250 }, "4827": { "id": 4827, @@ -69489,7 +67093,7 @@ } ] }, - "price": 583 + "price": 750 }, "4829": { "id": 4829, @@ -69539,7 +67143,7 @@ "examine": "Ancient ogre bones from the ogre burial tomb.", "wiki_name": "Raurg bones", "wiki_url": "https://oldschool.runescape.wiki/w/Raurg_bones", - "price": 3669 + "price": 6261 }, "4834": { "id": 4834, @@ -69643,7 +67247,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": 1127 + "price": 938.5 }, "4844": { "id": 4844, @@ -69661,7 +67265,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": 598.5 + "price": 537.5 }, "4846": { "id": 4846, @@ -69679,7 +67283,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": 436.5 + "price": 371.5 }, "4848": { "id": 4848, @@ -69697,7 +67301,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": 169 + "price": 130 }, "4850": { "id": 4850, @@ -69937,7 +67541,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": 334250 + "price": 230444 }, "4862": { "id": 4862, @@ -70603,7 +68207,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": 2600738.5 + "price": 2240084.5 }, "4880": { "id": 4880, @@ -71071,7 +68675,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": 1201619 + "price": 1149123 }, "4892": { "id": 4892, @@ -71395,7 +68999,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": 1090933 + "price": 1330000.5 }, "4904": { "id": 4904, @@ -73117,7 +70721,7 @@ "examine": "Torag the Corrupted's helm.", "wiki_name": "Torag's helm (0)", "wiki_url": "https://oldschool.runescape.wiki/w/Torag's_helm#0", - "price": 111177.5 + "price": 107177 }, "4958": { "id": 4958, @@ -73395,7 +70999,7 @@ "examine": "Torag the Corrupted's twin hammers.", "wiki_name": "Torag's hammers (0)", "wiki_url": "https://oldschool.runescape.wiki/w/Torag's_hammers#0", - "price": 175277.5 + "price": 99820 }, "4964": { "id": 4964, @@ -73557,7 +71161,7 @@ "examine": "Torag the Corrupted's platebody armour.", "wiki_name": "Torag's platebody (0)", "wiki_url": "https://oldschool.runescape.wiki/w/Torag's_platebody#0", - "price": 184500.5 + "price": 161327 }, "4970": { "id": 4970, @@ -74345,7 +71949,7 @@ "examine": "Verac the Defiled's brassard.", "wiki_name": "Verac's brassard (0)", "wiki_url": "https://oldschool.runescape.wiki/w/Verac's_brassard#0", - "price": 154977 + "price": 165833 }, "4994": { "id": 4994, @@ -74507,7 +72111,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": 172602.5 + "price": 180551 }, "5001": { "id": 5001, @@ -74525,7 +72129,7 @@ "examine": "It's incredibly slimy.", "wiki_name": "Raw cave eel", "wiki_url": "https://oldschool.runescape.wiki/w/Raw_cave_eel", - "price": 331 + "price": 182.5 }, "5002": { "id": 5002, @@ -74559,7 +72163,7 @@ "examine": "It's a bit slimy.", "wiki_name": "Cave eel", "wiki_url": "https://oldschool.runescape.wiki/w/Cave_eel", - "price": 500.5 + "price": 80 }, "5004": { "id": 5004, @@ -74713,7 +72317,7 @@ "slot": "head", "requirements": null }, - "price": 806 + "price": 2400 }, "5016": { "id": 5016, @@ -74786,7 +72390,7 @@ } ] }, - "price": 720.5 + "price": 579 }, "5018": { "id": 5018, @@ -74852,7 +72456,7 @@ } ] }, - "price": 220.5 + "price": 650.5 }, "5020": { "id": 5020, @@ -74946,7 +72550,7 @@ "slot": "body", "requirements": null }, - "price": 3500 + "price": 1846.5 }, "5026": { "id": 5026, @@ -74984,7 +72588,7 @@ "slot": "body", "requirements": null }, - "price": 411 + "price": 707.5 }, "5028": { "id": 5028, @@ -75022,7 +72626,7 @@ "slot": "body", "requirements": null }, - "price": 434.5 + "price": 1485 }, "5030": { "id": 5030, @@ -75098,7 +72702,7 @@ "slot": "body", "requirements": null }, - "price": 241.5 + "price": 356 }, "5034": { "id": 5034, @@ -75136,7 +72740,7 @@ "slot": "body", "requirements": null }, - "price": 3200 + "price": 2700 }, "5036": { "id": 5036, @@ -75212,7 +72816,7 @@ "slot": "legs", "requirements": null }, - "price": 1349 + "price": 1071 }, "5040": { "id": 5040, @@ -75288,7 +72892,7 @@ "slot": "legs", "requirements": null }, - "price": 1708.5 + "price": 10593.5 }, "5044": { "id": 5044, @@ -75326,7 +72930,7 @@ "slot": "legs", "requirements": null }, - "price": 686.5 + "price": 7698.5 }, "5046": { "id": 5046, @@ -75364,7 +72968,7 @@ "slot": "legs", "requirements": null }, - "price": 1873.5 + "price": 11974.5 }, "5048": { "id": 5048, @@ -75402,7 +73006,7 @@ "slot": "legs", "requirements": null }, - "price": 233 + "price": 331 }, "5050": { "id": 5050, @@ -75478,7 +73082,7 @@ "slot": "legs", "requirements": null }, - "price": 367.5 + "price": 1066 }, "5054": { "id": 5054, @@ -75847,7 +73451,7 @@ "examine": "A marigold seed - plant in a flower patch.", "wiki_name": "Marigold seed", "wiki_url": "https://oldschool.runescape.wiki/w/Marigold_seed", - "price": 6 + "price": 1 }, "5097": { "id": 5097, @@ -75864,7 +73468,7 @@ "examine": "A rosemary seed - plant in a flower patch.", "wiki_name": "Rosemary seed", "wiki_url": "https://oldschool.runescape.wiki/w/Rosemary_seed", - "price": 10 + "price": 9 }, "5098": { "id": 5098, @@ -75881,7 +73485,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.5 + "price": 6 }, "5099": { "id": 5099, @@ -75898,7 +73502,7 @@ "examine": "A woad seed - plant in a flower patch.", "wiki_name": "Woad seed", "wiki_url": "https://oldschool.runescape.wiki/w/Woad_seed", - "price": 5 + "price": 6 }, "5100": { "id": 5100, @@ -75932,7 +73536,7 @@ "examine": "A redberry bush seed - plant in a bush patch.", "wiki_name": "Redberry seed", "wiki_url": "https://oldschool.runescape.wiki/w/Redberry_seed", - "price": 3 + "price": 2 }, "5102": { "id": 5102, @@ -75949,7 +73553,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": 3 + "price": 5.5 }, "5103": { "id": 5103, @@ -75983,7 +73587,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": 6 + "price": 12 }, "5105": { "id": 5105, @@ -76000,7 +73604,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": 1.5 + "price": 6.5 }, "5106": { "id": 5106, @@ -76017,7 +73621,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": 37.5 + "price": 33 }, "5171": { "id": 5171, @@ -76043,7 +73647,7 @@ "examine": "A Cactus seed - plant in a cactus patch.", "wiki_name": "Cactus seed", "wiki_url": "https://oldschool.runescape.wiki/w/Cactus_seed", - "price": 66.5 + "price": 49 }, "5281": { "id": 5281, @@ -76060,7 +73664,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": 237.5 + "price": 100.5 }, "5282": { "id": 5282, @@ -76094,7 +73698,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": 8.5 + "price": 3 }, "5284": { "id": 5284, @@ -76111,7 +73715,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": 3.5 + "price": 1.5 }, "5285": { "id": 5285, @@ -76128,7 +73732,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": 7.5 + "price": 5 }, "5286": { "id": 5286, @@ -76145,7 +73749,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": 4 + "price": 24.5 }, "5287": { "id": 5287, @@ -76162,7 +73766,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": 11.5 + "price": 5.5 }, "5288": { "id": 5288, @@ -76179,7 +73783,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": 342.5 + "price": 442.5 }, "5289": { "id": 5289, @@ -76196,7 +73800,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": 20444.5 + "price": 24074 }, "5290": { "id": 5290, @@ -76213,7 +73817,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": 81.5 + "price": 51.5 }, "5291": { "id": 5291, @@ -76247,7 +73851,7 @@ "examine": "A marrentill seed - plant in a herb patch.", "wiki_name": "Marrentill seed", "wiki_url": "https://oldschool.runescape.wiki/w/Marrentill_seed", - "price": 8.5 + "price": 10 }, "5293": { "id": 5293, @@ -76264,7 +73868,7 @@ "examine": "A tarromin seed - plant in a herb patch.", "wiki_name": "Tarromin seed", "wiki_url": "https://oldschool.runescape.wiki/w/Tarromin_seed", - "price": 23.5 + "price": 19 }, "5294": { "id": 5294, @@ -76281,7 +73885,7 @@ "examine": "A harralander seed - plant in a herb patch.", "wiki_name": "Harralander seed", "wiki_url": "https://oldschool.runescape.wiki/w/Harralander_seed", - "price": 14.5 + "price": 24.5 }, "5295": { "id": 5295, @@ -76332,7 +73936,7 @@ "examine": "An irit seed - plant in a herb patch.", "wiki_name": "Irit seed", "wiki_url": "https://oldschool.runescape.wiki/w/Irit_seed", - "price": 91 + "price": 71 }, "5298": { "id": 5298, @@ -76400,7 +74004,7 @@ "examine": "A cadantine seed - plant in a herb patch.", "wiki_name": "Cadantine seed", "wiki_url": "https://oldschool.runescape.wiki/w/Cadantine_seed", - "price": 7045.5 + "price": 6034.5 }, "5302": { "id": 5302, @@ -76434,7 +74038,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": 777.5 + "price": 988 }, "5304": { "id": 5304, @@ -76468,7 +74072,7 @@ "examine": "A barley seed - plant in a hops patch.", "wiki_name": "Barley seed", "wiki_url": "https://oldschool.runescape.wiki/w/Barley_seed", - "price": 4.5 + "price": 3.5 }, "5306": { "id": 5306, @@ -76485,7 +74089,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": 3 + "price": 3.5 }, "5307": { "id": 5307, @@ -76502,7 +74106,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": 2.5 + "price": 3.5 }, "5308": { "id": 5308, @@ -76519,7 +74123,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": 3 + "price": 3.5 }, "5309": { "id": 5309, @@ -76536,7 +74140,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": 5 + "price": 7.5 }, "5310": { "id": 5310, @@ -76553,7 +74157,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": 2 + "price": 3 }, "5311": { "id": 5311, @@ -76570,7 +74174,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": 13 + "price": 9 }, "5312": { "id": 5312, @@ -76587,7 +74191,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": 107.5 + "price": 93.5 }, "5313": { "id": 5313, @@ -76604,7 +74208,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": 81 + "price": 118.5 }, "5314": { "id": 5314, @@ -76621,7 +74225,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": 9843.5 + "price": 10849.5 }, "5315": { "id": 5315, @@ -76720,7 +74324,7 @@ "examine": "A sweetcorn seed - plant in an allotment.", "wiki_name": "Sweetcorn seed", "wiki_url": "https://oldschool.runescape.wiki/w/Sweetcorn_seed", - "price": 7 + "price": 4 }, "5321": { "id": 5321, @@ -76737,7 +74341,7 @@ "examine": "A watermelon seed - plant in an allotment.", "wiki_name": "Watermelon seed", "wiki_url": "https://oldschool.runescape.wiki/w/Watermelon_seed", - "price": 23 + "price": 29.5 }, "5322": { "id": 5322, @@ -76754,7 +74358,7 @@ "examine": "A tomato seed - plant in an allotment.", "wiki_name": "Tomato seed", "wiki_url": "https://oldschool.runescape.wiki/w/Tomato_seed", - "price": 8.5 + "price": 4.5 }, "5323": { "id": 5323, @@ -76771,7 +74375,7 @@ "examine": "A strawberry seed - plant in an allotment.", "wiki_name": "Strawberry seed", "wiki_url": "https://oldschool.runescape.wiki/w/Strawberry_seed", - "price": 12.5 + "price": 16.5 }, "5324": { "id": 5324, @@ -77016,7 +74620,7 @@ "examine": "Use this to plant seeds with.", "wiki_name": "Seed dibber", "wiki_url": "https://oldschool.runescape.wiki/w/Seed_dibber", - "price": 329 + "price": 267.5 }, "5345": { "id": 5345, @@ -77054,7 +74658,7 @@ "slot": "feet", "requirements": null }, - "price": 5008.5 + "price": 6949.5 }, "5347": { "id": 5347, @@ -77143,7 +74747,7 @@ "examine": "A plant pot filled with soil.", "wiki_name": "Filled plant pot", "wiki_url": "https://oldschool.runescape.wiki/w/Filled_plant_pot", - "price": 4 + "price": 3.5 }, "5356": { "id": 5356, @@ -77345,7 +74949,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": 229 + "price": 440 }, "5371": { "id": 5371, @@ -77363,7 +74967,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": 490.5 + "price": 1075 }, "5372": { "id": 5372, @@ -77449,7 +75053,7 @@ "examine": "An empty fruit basket.", "wiki_name": "Basket", "wiki_url": "https://oldschool.runescape.wiki/w/Basket", - "price": 2.5 + "price": 3 }, "5378": { "id": 5378, @@ -77531,7 +75135,7 @@ "examine": "A fruit basket filled with apples.", "wiki_name": "Apples (5)", "wiki_url": "https://oldschool.runescape.wiki/w/Apples#(5)", - "price": 589 + "price": 689 }, "5388": { "id": 5388, @@ -77613,7 +75217,7 @@ "examine": "A fruit basket filled with oranges.", "wiki_name": "Oranges (5)", "wiki_url": "https://oldschool.runescape.wiki/w/Oranges#(5)", - "price": 642 + "price": 429.5 }, "5398": { "id": 5398, @@ -77695,7 +75299,7 @@ "examine": "A fruit basket filled with strawberries.", "wiki_name": "Strawberries (5)", "wiki_url": "https://oldschool.runescape.wiki/w/Strawberries#(5)", - "price": 707.5 + "price": 559 }, "5408": { "id": 5408, @@ -77777,7 +75381,7 @@ "examine": "A fruit basket filled with bananas.", "wiki_name": "Bananas (5)", "wiki_url": "https://oldschool.runescape.wiki/w/Bananas#(5)", - "price": 844 + "price": 719.5 }, "5418": { "id": 5418, @@ -77795,7 +75399,7 @@ "examine": "An empty vegetable sack.", "wiki_name": "Empty sack", "wiki_url": "https://oldschool.runescape.wiki/w/Empty_sack", - "price": 1 + "price": 2 }, "5420": { "id": 5420, @@ -78523,7 +76127,7 @@ "examine": "This sapling is ready to be replanted in a fruit tree patch.", "wiki_name": "Apple sapling", "wiki_url": "https://oldschool.runescape.wiki/w/Apple_sapling", - "price": 262 + "price": 351 }, "5497": { "id": 5497, @@ -78541,7 +76145,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": 55 + "price": 781 }, "5498": { "id": 5498, @@ -78559,7 +76163,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": 97 + "price": 307 }, "5499": { "id": 5499, @@ -78577,7 +76181,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": 335 + "price": 212.5 }, "5500": { "id": 5500, @@ -78649,7 +76253,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": 632 + "price": 325.5 }, "5504": { "id": 5504, @@ -78823,7 +76427,7 @@ "examine": "A mysterious power emanates from the talisman...", "wiki_name": "Elemental talisman", "wiki_url": "https://oldschool.runescape.wiki/w/Elemental_talisman", - "price": 6100 + "price": 4342.5 }, "5518": { "id": 5518, @@ -78903,7 +76507,7 @@ "slot": "neck", "requirements": null }, - "price": 895.5 + "price": 732 }, "5523": { "id": 5523, @@ -78920,7 +76524,7 @@ "examine": "A mould for tiaras.", "wiki_name": "Tiara mould", "wiki_url": "https://oldschool.runescape.wiki/w/Tiara_mould", - "price": 373.5 + "price": 29 }, "5525": { "id": 5525, @@ -78957,7 +76561,7 @@ "slot": "head", "requirements": null }, - "price": 117.5 + "price": 96 }, "5527": { "id": 5527, @@ -79031,7 +76635,7 @@ "slot": "head", "requirements": null }, - "price": 2 + "price": 1 }, "5531": { "id": 5531, @@ -79068,7 +76672,7 @@ "slot": "head", "requirements": null }, - "price": 3 + "price": 18.5 }, "5533": { "id": 5533, @@ -79105,7 +76709,7 @@ "slot": "head", "requirements": null }, - "price": 41 + "price": 21 }, "5535": { "id": 5535, @@ -79142,7 +76746,7 @@ "slot": "head", "requirements": null }, - "price": 6.5 + "price": 16 }, "5537": { "id": 5537, @@ -79179,7 +76783,7 @@ "slot": "head", "requirements": null }, - "price": 9.5 + "price": 31.5 }, "5539": { "id": 5539, @@ -79217,7 +76821,7 @@ "slot": "head", "requirements": null }, - "price": 127 + "price": 2100 }, "5541": { "id": 5541, @@ -79255,7 +76859,7 @@ "slot": "head", "requirements": null }, - "price": 16.5 + "price": 10 }, "5543": { "id": 5543, @@ -79365,7 +76969,7 @@ "slot": "head", "requirements": null }, - "price": 2896 + "price": 5964 }, "5549": { "id": 5549, @@ -79402,7 +77006,7 @@ "slot": "head", "requirements": null }, - "price": 133534.5 + "price": 143534.5 }, "5553": { "id": 5553, @@ -79833,7 +77437,7 @@ "prayer": 10 } }, - "price": 3213 + "price": 2624 }, "5575": { "id": 5575, @@ -79874,7 +77478,7 @@ "prayer": 10 } }, - "price": 7615.5 + "price": 10961 }, "5576": { "id": 5576, @@ -79914,7 +77518,7 @@ "defence": 10 } }, - "price": 7660.5 + "price": 5969.5 }, "5577": { "id": 5577, @@ -80589,7 +78193,7 @@ "ranged": 5 } }, - "price": 299 + "price": 258 }, "5619": { "id": 5619, @@ -80667,7 +78271,7 @@ "ranged": 30 } }, - "price": 272.5 + "price": 180.5 }, "5621": { "id": 5621, @@ -80706,7 +78310,7 @@ "ranged": 40 } }, - "price": 388.5 + "price": 462.5 }, "5622": { "id": 5622, @@ -80940,7 +78544,7 @@ "ranged": 40 } }, - "price": 1513 + "price": 1325.5 }, "5628": { "id": 5628, @@ -81074,7 +78678,7 @@ } ] }, - "price": 7990 + "price": 4012.5 }, "5630": { "id": 5630, @@ -81409,7 +79013,7 @@ } ] }, - "price": 699 + "price": 619.5 }, "5635": { "id": 5635, @@ -81543,7 +79147,7 @@ } ] }, - "price": 116 + "price": 215.5 }, "5637": { "id": 5637, @@ -81677,7 +79281,7 @@ } ] }, - "price": 4049.5 + "price": 20050.5 }, "5639": { "id": 5639, @@ -81744,7 +79348,7 @@ } ] }, - "price": 180.5 + "price": 408 }, "5640": { "id": 5640, @@ -81811,7 +79415,7 @@ } ] }, - "price": 521.5 + "price": 380.5 }, "5641": { "id": 5641, @@ -81878,7 +79482,7 @@ } ] }, - "price": 726 + "price": 1132 }, "5642": { "id": 5642, @@ -82112,7 +79716,7 @@ "ranged": 40 } }, - "price": 325 + "price": 95.5 }, "5648": { "id": 5648, @@ -82815,7 +80419,7 @@ } ] }, - "price": 600 + "price": 443.5 }, "5661": { "id": 5661, @@ -82949,7 +80553,7 @@ } ] }, - "price": 588.5 + "price": 678.5 }, "5663": { "id": 5663, @@ -83217,7 +80821,7 @@ } ] }, - "price": 549.5 + "price": 407 }, "5667": { "id": 5667, @@ -83509,7 +81113,7 @@ } ] }, - "price": 445 + "price": 101 }, "5674": { "id": 5674, @@ -83584,7 +81188,7 @@ } ] }, - "price": 160 + "price": 1453.5 }, "5676": { "id": 5676, @@ -83974,7 +81578,7 @@ } ] }, - "price": 3330.5 + "price": 6253.5 }, "5688": { "id": 5688, @@ -84124,7 +81728,7 @@ } ] }, - "price": 2915.5 + "price": 1000.5 }, "5692": { "id": 5692, @@ -84349,7 +81953,7 @@ } ] }, - "price": 8738 + "price": 11500 }, "5698": { "id": 5698, @@ -84424,7 +82028,7 @@ } ] }, - "price": 21257.5 + "price": 23400.5 }, "5700": { "id": 5700, @@ -84499,7 +82103,7 @@ } ] }, - "price": 3458.5 + "price": 3983 }, "5702": { "id": 5702, @@ -84589,7 +82193,7 @@ } ] }, - "price": 5572 + "price": 385.5 }, "5706": { "id": 5706, @@ -85189,7 +82793,7 @@ } ] }, - "price": 5797 + "price": 3040 }, "5722": { "id": 5722, @@ -85339,7 +82943,7 @@ } ] }, - "price": 3275 + "price": 2478 }, "5726": { "id": 5726, @@ -85414,7 +83018,7 @@ } ] }, - "price": 3371.5 + "price": 8809.5 }, "5728": { "id": 5728, @@ -85489,7 +83093,7 @@ } ] }, - "price": 25000 + "price": 67500 }, "5730": { "id": 5730, @@ -85758,7 +83362,7 @@ "examine": "This looks a good deal stronger than normal Asgarnian Ale.", "wiki_name": "Asgarnian ale(m)", "wiki_url": "https://oldschool.runescape.wiki/w/Asgarnian_ale(m)", - "price": 11479.5 + "price": 104750.5 }, "5741": { "id": 5741, @@ -85776,7 +83380,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": 58935.5 + "price": 37935.5 }, "5743": { "id": 5743, @@ -85848,7 +83452,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": 2968.5 + "price": 15519 }, "5751": { "id": 5751, @@ -85884,7 +83488,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": 49403 + "price": 36999 }, "5755": { "id": 5755, @@ -85938,7 +83542,7 @@ "examine": "Ale with bite.", "wiki_name": "Slayer's respite", "wiki_url": "https://oldschool.runescape.wiki/w/Slayer's_respite", - "price": 32 + "price": 47.5 }, "5761": { "id": 5761, @@ -85956,7 +83560,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": 91273.5 + "price": 50680 }, "5763": { "id": 5763, @@ -85974,7 +83578,7 @@ "examine": "A glass of cider.", "wiki_name": "Cider", "wiki_url": "https://oldschool.runescape.wiki/w/Cider", - "price": 534.5 + "price": 658.5 }, "5765": { "id": 5765, @@ -85992,7 +83596,7 @@ "examine": "This looks a good deal stronger than normal cider.", "wiki_name": "Mature cider", "wiki_url": "https://oldschool.runescape.wiki/w/Mature_cider", - "price": 93500 + "price": 81175.5 }, "5767": { "id": 5767, @@ -86010,7 +83614,7 @@ "examine": "A pot filled with ale yeast.", "wiki_name": "Ale yeast", "wiki_url": "https://oldschool.runescape.wiki/w/Ale_yeast", - "price": 1072.5 + "price": 840.5 }, "5769": { "id": 5769, @@ -86028,7 +83632,7 @@ "examine": "Sliced and hollowed out to form a keg.", "wiki_name": "Calquat keg", "wiki_url": "https://oldschool.runescape.wiki/w/Calquat_keg", - "price": 196.5 + "price": 247 }, "5771": { "id": 5771, @@ -86160,7 +83764,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": 30874 + "price": 53197.5 }, "5787": { "id": 5787, @@ -86226,7 +83830,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": 45000 + "price": 26731.5 }, "5795": { "id": 5795, @@ -86358,7 +83962,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": 8244 + "price": 9158 }, "5811": { "id": 5811, @@ -86490,7 +84094,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": 15954 + "price": 58180.5 }, "5827": { "id": 5827, @@ -86622,7 +84226,7 @@ "examine": "This keg contains 4 pints of Slayer's Respite.", "wiki_name": "Slayer's respite (keg) (4 pints)", "wiki_url": "https://oldschool.runescape.wiki/w/Slayer's_respite_(keg)#4_pints", - "price": 25404 + "price": 17555 }, "5843": { "id": 5843, @@ -86688,7 +84292,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": 9570.5 + "price": 15000 }, "5851": { "id": 5851, @@ -86754,7 +84358,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": 244237.5 + "price": 236500 }, "5859": { "id": 5859, @@ -86886,7 +84490,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": 284239.5 + "price": 246500 }, "5875": { "id": 5875, @@ -86952,7 +84556,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": 133170.5 + "price": 72567.5 }, "5883": { "id": 5883, @@ -87084,7 +84688,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": 100000 + "price": 121108.5 }, "5899": { "id": 5899, @@ -87150,7 +84754,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": 207546.5 + "price": 218710 }, "5907": { "id": 5907, @@ -87216,7 +84820,7 @@ "examine": "This keg contains 4 pints of mature Chef's Delight.", "wiki_name": "Chef's delight(m) (keg) (4 pints)", "wiki_url": "https://oldschool.runescape.wiki/w/Chef's_delight(m)_(keg)#4_pints", - "price": 157565 + "price": 174308 }, "5915": { "id": 5915, @@ -87282,7 +84886,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": 223731 + "price": 149395.5 }, "5923": { "id": 5923, @@ -87434,7 +85038,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": 816 + "price": 1094 }, "5939": { "id": 5939, @@ -87498,7 +85102,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": 2128 + "price": 1865 }, "5945": { "id": 5945, @@ -87516,7 +85120,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": 1918 + "price": 1.5 }, "5947": { "id": 5947, @@ -87584,7 +85188,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": 5868.5 + "price": 4441 }, "5954": { "id": 5954, @@ -87620,7 +85224,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": 2519 + "price": 1997 }, "5958": { "id": 5958, @@ -87638,7 +85242,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": 1305.5 + "price": 1125 }, "5960": { "id": 5960, @@ -87738,7 +85342,7 @@ "examine": "I could make a spicy curry with this.", "wiki_name": "Curry leaf", "wiki_url": "https://oldschool.runescape.wiki/w/Curry_leaf", - "price": 7 + "price": 9 }, "5972": { "id": 5972, @@ -87860,7 +85464,7 @@ "examine": "A slice of watermelon.", "wiki_name": "Watermelon slice", "wiki_url": "https://oldschool.runescape.wiki/w/Watermelon_slice", - "price": 63.5 + "price": 72 }, "5986": { "id": 5986, @@ -87878,7 +85482,7 @@ "examine": "Raw sweetcorn.", "wiki_name": "Sweetcorn", "wiki_url": "https://oldschool.runescape.wiki/w/Sweetcorn", - "price": 62 + "price": 82.5 }, "5988": { "id": 5988, @@ -87896,7 +85500,7 @@ "examine": "Delicious cooked sweetcorn.", "wiki_name": "Cooked sweetcorn", "wiki_url": "https://oldschool.runescape.wiki/w/Cooked_sweetcorn", - "price": 119.5 + "price": 451 }, "5990": { "id": 5990, @@ -87948,7 +85552,7 @@ "examine": "A handful of Hammerstone Hops.", "wiki_name": "Hammerstone hops", "wiki_url": "https://oldschool.runescape.wiki/w/Hammerstone_hops", - "price": 372 + "price": 2704.5 }, "5996": { "id": 5996, @@ -87966,7 +85570,7 @@ "examine": "A handful of Asgarnian Hops.", "wiki_name": "Asgarnian hops", "wiki_url": "https://oldschool.runescape.wiki/w/Asgarnian_hops", - "price": 228 + "price": 134.5 }, "5998": { "id": 5998, @@ -88002,7 +85606,7 @@ "examine": "A handful of Krandorian Hops.", "wiki_name": "Krandorian hops", "wiki_url": "https://oldschool.runescape.wiki/w/Krandorian_hops", - "price": 57 + "price": 86.5 }, "6002": { "id": 6002, @@ -88020,7 +85624,7 @@ "examine": "A handful of Wildblood Hops.", "wiki_name": "Wildblood hops", "wiki_url": "https://oldschool.runescape.wiki/w/Wildblood_hops", - "price": 25.5 + "price": 10 }, "6004": { "id": 6004, @@ -88038,7 +85642,7 @@ "examine": "A Bittercap Mushroom", "wiki_name": "Mushroom", "wiki_url": "https://oldschool.runescape.wiki/w/Mushroom", - "price": 126 + "price": 103.5 }, "6006": { "id": 6006, @@ -88056,7 +85660,7 @@ "examine": "A handful of Barley.", "wiki_name": "Barley", "wiki_url": "https://oldschool.runescape.wiki/w/Barley", - "price": 350.5 + "price": 554.5 }, "6008": { "id": 6008, @@ -88074,7 +85678,7 @@ "examine": "A handful of barley malt.", "wiki_name": "Barley malt", "wiki_url": "https://oldschool.runescape.wiki/w/Barley_malt", - "price": 1106 + "price": 939.5 }, "6010": { "id": 6010, @@ -88092,7 +85696,7 @@ "examine": "A bunch of marigolds.", "wiki_name": "Marigolds", "wiki_url": "https://oldschool.runescape.wiki/w/Marigolds", - "price": 155.5 + "price": 131 }, "6012": { "id": 6012, @@ -88110,7 +85714,7 @@ "examine": "A bunch of nasturtiums.", "wiki_name": "Nasturtiums", "wiki_url": "https://oldschool.runescape.wiki/w/Nasturtiums", - "price": 200 + "price": 293 }, "6014": { "id": 6014, @@ -88196,7 +85800,7 @@ "examine": "A pile of Oak tree leaves.", "wiki_name": "Leaves (oak)", "wiki_url": "https://oldschool.runescape.wiki/w/Leaves_(oak)", - "price": 35.5 + "price": 20 }, "6024": { "id": 6024, @@ -88228,7 +85832,7 @@ "examine": "A pile of Yew tree leaves.", "wiki_name": "Leaves (yew)", "wiki_url": "https://oldschool.runescape.wiki/w/Leaves_(yew)", - "price": 193 + "price": 147.5 }, "6028": { "id": 6028, @@ -88244,7 +85848,7 @@ "examine": "A pile of Maple tree leaves.", "wiki_name": "Leaves (maple)", "wiki_url": "https://oldschool.runescape.wiki/w/Leaves_(maple)", - "price": 152.5 + "price": 120 }, "6030": { "id": 6030, @@ -88260,7 +85864,7 @@ "examine": "A pile of Magic tree leaves.", "wiki_name": "Leaves (magic)", "wiki_url": "https://oldschool.runescape.wiki/w/Leaves_(magic)", - "price": 326.5 + "price": 400 }, "6032": { "id": 6032, @@ -88278,7 +85882,7 @@ "examine": "Good for plants, helps them grow.", "wiki_name": "Compost", "wiki_url": "https://oldschool.runescape.wiki/w/Compost", - "price": 20 + "price": 33.5 }, "6034": { "id": 6034, @@ -88296,7 +85900,7 @@ "examine": "Super-good for the smallest or largest of plants.", "wiki_name": "Supercompost", "wiki_url": "https://oldschool.runescape.wiki/w/Supercompost", - "price": 52.5 + "price": 41 }, "6036": { "id": 6036, @@ -88332,7 +85936,7 @@ "examine": "I could use this to make jewellery.", "wiki_name": "Magic string", "wiki_url": "https://oldschool.runescape.wiki/w/Magic_string", - "price": 1789 + "price": 23325 }, "6040": { "id": 6040, @@ -88420,7 +86024,7 @@ "examine": "The roots of the Oak tree.", "wiki_name": "Oak roots", "wiki_url": "https://oldschool.runescape.wiki/w/Oak_roots", - "price": 116 + "price": 207.5 }, "6045": { "id": 6045, @@ -88474,7 +86078,7 @@ "examine": "The roots of the Yew tree.", "wiki_name": "Yew roots", "wiki_url": "https://oldschool.runescape.wiki/w/Yew_roots", - "price": 267.5 + "price": 116.5 }, "6051": { "id": 6051, @@ -88492,7 +86096,7 @@ "examine": "The roots of the Magic tree.", "wiki_name": "Magic roots", "wiki_url": "https://oldschool.runescape.wiki/w/Magic_roots", - "price": 5397 + "price": 6474 }, "6053": { "id": 6053, @@ -89989,7 +87593,7 @@ "ranged": 40 } }, - "price": 60065.5 + "price": 42500 }, "6133": { "id": 6133, @@ -90030,7 +87634,7 @@ "ranged": 40 } }, - "price": 4759 + "price": 3356.5 }, "6135": { "id": 6135, @@ -90112,7 +87716,7 @@ "magic": 40 } }, - "price": 105000 + "price": 76438.5 }, "6139": { "id": 6139, @@ -90235,7 +87839,7 @@ "magic": 40 } }, - "price": 45000 + "price": 3757.5 }, "6145": { "id": 6145, @@ -90273,7 +87877,7 @@ "slot": "feet", "requirements": null }, - "price": 5159.5 + "price": 659.5 }, "6147": { "id": 6147, @@ -90311,7 +87915,7 @@ "slot": "feet", "requirements": null }, - "price": 19500 + "price": 26363.5 }, "6149": { "id": 6149, @@ -90349,7 +87953,7 @@ "slot": "hands", "requirements": null }, - "price": 1298 + "price": 3051.5 }, "6151": { "id": 6151, @@ -90425,7 +88029,7 @@ "slot": "hands", "requirements": null }, - "price": 164500 + "price": 128567.5 }, "6155": { "id": 6155, @@ -90443,7 +88047,7 @@ "examine": "A sturdy piece of dagannoth hide.", "wiki_name": "Dagannoth hide", "wiki_url": "https://oldschool.runescape.wiki/w/Dagannoth_hide", - "price": 619.5 + "price": 245.5 }, "6157": { "id": 6157, @@ -90461,7 +88065,7 @@ "examine": "A spherical chunk of rock-shell.", "wiki_name": "Rock-shell chunk", "wiki_url": "https://oldschool.runescape.wiki/w/Rock-shell_chunk", - "price": 9306 + "price": 11330.5 }, "6159": { "id": 6159, @@ -90479,7 +88083,7 @@ "examine": "A curved piece of rock-shell.", "wiki_name": "Rock-shell shard", "wiki_url": "https://oldschool.runescape.wiki/w/Rock-shell_shard", - "price": 16507.5 + "price": 13384 }, "6161": { "id": 6161, @@ -90515,7 +88119,7 @@ "examine": "A fearsome looking skull.", "wiki_name": "Skull piece", "wiki_url": "https://oldschool.runescape.wiki/w/Skull_piece", - "price": 47399 + "price": 76978.5 }, "6165": { "id": 6165, @@ -90533,7 +88137,7 @@ "examine": "A slightly damaged ribcage.", "wiki_name": "Ribcage piece", "wiki_url": "https://oldschool.runescape.wiki/w/Ribcage_piece", - "price": 10014 + "price": 14286 }, "6167": { "id": 6167, @@ -90551,7 +88155,7 @@ "examine": "An interesting looking bone shard.", "wiki_name": "Fibula piece", "wiki_url": "https://oldschool.runescape.wiki/w/Fibula_piece", - "price": 12762 + "price": 8397.5 }, "6169": { "id": 6169, @@ -90569,7 +88173,7 @@ "examine": "A toughened chunk of dagannoth hide.", "wiki_name": "Circular hide", "wiki_url": "https://oldschool.runescape.wiki/w/Circular_hide", - "price": 13378 + "price": 16021 }, "6171": { "id": 6171, @@ -90587,7 +88191,7 @@ "examine": "A tattered chunk of dagannoth hide.", "wiki_name": "Flattened hide", "wiki_url": "https://oldschool.runescape.wiki/w/Flattened_hide", - "price": 7157 + "price": 9001 }, "6173": { "id": 6173, @@ -91022,7 +88626,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": 10643.5 + "price": 1385 }, "6215": { "id": 6215, @@ -91442,7 +89046,7 @@ "defence": 25 } }, - "price": 5117.5 + "price": 19997.5 }, "6237": { "id": 6237, @@ -91481,7 +89085,7 @@ "defence": 25 } }, - "price": 985 + "price": 1262 }, "6239": { "id": 6239, @@ -91862,7 +89466,7 @@ "defence": 25 } }, - "price": 3217 + "price": 10137 }, "6259": { "id": 6259, @@ -92282,7 +89886,7 @@ "defence": 25 } }, - "price": 2449.5 + "price": 2700 }, "6281": { "id": 6281, @@ -92300,7 +89904,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": 181 + "price": 11 }, "6283": { "id": 6283, @@ -92318,7 +89922,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": 6 + "price": 1 }, "6285": { "id": 6285, @@ -92354,7 +89958,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": 110.5 + "price": 143 }, "6289": { "id": 6289, @@ -92372,7 +89976,7 @@ "examine": "Nicely tanned skin from a snake.", "wiki_name": "Snakeskin", "wiki_url": "https://oldschool.runescape.wiki/w/Snakeskin", - "price": 17 + "price": 22 }, "6291": { "id": 6291, @@ -92458,7 +90062,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": 2562.5 + "price": 2096 }, "6301": { "id": 6301, @@ -92615,7 +90219,7 @@ } ] }, - "price": 277 + "price": 600.5 }, "6315": { "id": 6315, @@ -92778,7 +90382,7 @@ "examine": "A giant mosquito's proboscis, aerodynamic and sharp!", "wiki_name": "Proboscis", "wiki_url": "https://oldschool.runescape.wiki/w/Proboscis", - "price": 160 + "price": 217.5 }, "6322": { "id": 6322, @@ -92819,7 +90423,7 @@ "defence": 30 } }, - "price": 462 + "price": 1773 }, "6324": { "id": 6324, @@ -92901,7 +90505,7 @@ "defence": 30 } }, - "price": 254.5 + "price": 422.5 }, "6328": { "id": 6328, @@ -92942,7 +90546,7 @@ "defence": 30 } }, - "price": 227.5 + "price": 203.5 }, "6330": { "id": 6330, @@ -92983,7 +90587,7 @@ "defence": 30 } }, - "price": 218.5 + "price": 317.5 }, "6332": { "id": 6332, @@ -93095,7 +90699,7 @@ "slot": "head", "requirements": null }, - "price": 1050 + "price": 1546 }, "6339": { "id": 6339, @@ -93133,7 +90737,7 @@ "slot": "head", "requirements": null }, - "price": 1051 + "price": 1163 }, "6341": { "id": 6341, @@ -93171,7 +90775,7 @@ "slot": "body", "requirements": null }, - "price": 5388 + "price": 1279 }, "6343": { "id": 6343, @@ -93209,7 +90813,7 @@ "slot": "legs", "requirements": null }, - "price": 4987.5 + "price": 4481 }, "6345": { "id": 6345, @@ -93247,7 +90851,7 @@ "slot": "head", "requirements": null }, - "price": 1343 + "price": 1645.5 }, "6347": { "id": 6347, @@ -93323,7 +90927,7 @@ "slot": "feet", "requirements": null }, - "price": 1284.5 + "price": 2225 }, "6351": { "id": 6351, @@ -93399,7 +91003,7 @@ "slot": "legs", "requirements": null }, - "price": 4162.5 + "price": 20875.5 }, "6355": { "id": 6355, @@ -93437,7 +91041,7 @@ "slot": "head", "requirements": null }, - "price": 3034.5 + "price": 5331.5 }, "6357": { "id": 6357, @@ -93475,7 +91079,7 @@ "slot": "feet", "requirements": null }, - "price": 1554 + "price": 1734 }, "6359": { "id": 6359, @@ -93551,7 +91155,7 @@ "slot": "body", "requirements": null }, - "price": 1778 + "price": 3409.5 }, "6363": { "id": 6363, @@ -93665,7 +91269,7 @@ "slot": "feet", "requirements": null }, - "price": 1004 + "price": 1900 }, "6369": { "id": 6369, @@ -93741,7 +91345,7 @@ "slot": "body", "requirements": null }, - "price": 13374.5 + "price": 2539 }, "6373": { "id": 6373, @@ -93779,7 +91383,7 @@ "slot": "legs", "requirements": null }, - "price": 1560 + "price": 6363 }, "6375": { "id": 6375, @@ -93817,7 +91421,7 @@ "slot": "head", "requirements": null }, - "price": 1387 + "price": 9000 }, "6377": { "id": 6377, @@ -93855,7 +91459,7 @@ "slot": "feet", "requirements": null }, - "price": 1229 + "price": 1434.5 }, "6379": { "id": 6379, @@ -93893,7 +91497,7 @@ "slot": "hands", "requirements": null }, - "price": 9998.5 + "price": 5493 }, "6382": { "id": 6382, @@ -93931,7 +91535,7 @@ "slot": "head", "requirements": null }, - "price": 1342.5 + "price": 655 }, "6384": { "id": 6384, @@ -93969,7 +91573,7 @@ "slot": "body", "requirements": null }, - "price": 388.5 + "price": 322 }, "6386": { "id": 6386, @@ -94007,7 +91611,7 @@ "slot": "legs", "requirements": null }, - "price": 10000 + "price": 8350 }, "6388": { "id": 6388, @@ -94083,7 +91687,7 @@ "slot": "legs", "requirements": null }, - "price": 671 + "price": 1225 }, "6392": { "id": 6392, @@ -94121,7 +91725,7 @@ "slot": "head", "requirements": null }, - "price": 2987.5 + "price": 2500.5 }, "6394": { "id": 6394, @@ -94159,7 +91763,7 @@ "slot": "body", "requirements": null }, - "price": 2000 + "price": 3992 }, "6396": { "id": 6396, @@ -94273,7 +91877,7 @@ "slot": "head", "requirements": null }, - "price": 271 + "price": 359.5 }, "6402": { "id": 6402, @@ -94349,7 +91953,7 @@ "slot": "legs", "requirements": null }, - "price": 205 + "price": 1750 }, "6406": { "id": 6406, @@ -94717,7 +92321,7 @@ } ] }, - "price": 817 + "price": 3224.5 }, "6418": { "id": 6418, @@ -94849,7 +92453,7 @@ } ] }, - "price": 1916 + "price": 8629.5 }, "6448": { "id": 6448, @@ -95157,7 +92761,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": 1 + "price": 5 }, "6472": { "id": 6472, @@ -95175,7 +92779,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": 10.5 + "price": 1 }, "6474": { "id": 6474, @@ -95211,7 +92815,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": 1.5 + "price": 1 }, "6478": { "id": 6478, @@ -95346,7 +92950,7 @@ } ] }, - "price": 4802.5 + "price": 5399.5 }, "6523": { "id": 6523, @@ -95421,7 +93025,7 @@ } ] }, - "price": 577608 + "price": 605885.5 }, "6524": { "id": 6524, @@ -95461,7 +93065,7 @@ "defence": 60 } }, - "price": 480174.5 + "price": 523862.5 }, "6525": { "id": 6525, @@ -95619,7 +93223,7 @@ } ] }, - "price": 565501 + "price": 527862.5 }, "6527": { "id": 6527, @@ -95687,7 +93291,7 @@ } ] }, - "price": 309400.5 + "price": 234185 }, "6528": { "id": 6528, @@ -95755,7 +93359,7 @@ } ] }, - "price": 209307 + "price": 197348.5 }, "6529": { "id": 6529, @@ -96249,7 +93853,7 @@ } ] }, - "price": 31219.5 + "price": 27821 }, "6563": { "id": 6563, @@ -96332,7 +93936,7 @@ } ] }, - "price": 55140 + "price": 62689 }, "6568": { "id": 6568, @@ -96370,7 +93974,7 @@ "slot": "cape", "requirements": null }, - "price": 855559.5 + "price": 939143.5 }, "6570": { "id": 6570, @@ -96478,7 +94082,7 @@ "slot": "ring", "requirements": null }, - "price": 3150000 + "price": 2972101 }, "6577": { "id": 6577, @@ -96516,7 +94120,7 @@ "slot": "neck", "requirements": null }, - "price": 2900000 + "price": 2700000 }, "6579": { "id": 6579, @@ -96723,7 +94327,7 @@ } ] }, - "price": 3894 + "price": 2583 }, "6589": { "id": 6589, @@ -96798,7 +94402,7 @@ } ] }, - "price": 3197 + "price": 900.5 }, "6591": { "id": 6591, @@ -96948,7 +94552,7 @@ } ] }, - "price": 318.5 + "price": 144 }, "6595": { "id": 6595, @@ -97167,7 +94771,7 @@ } ] }, - "price": 1659.5 + "price": 2362.5 }, "6601": { "id": 6601, @@ -97324,7 +94928,7 @@ } ] }, - "price": 643 + "price": 1179 }, "6605": { "id": 6605, @@ -97474,7 +95078,7 @@ } ] }, - "price": 404.5 + "price": 1.5 }, "6609": { "id": 6609, @@ -97624,7 +95228,7 @@ } ] }, - "price": 651.5 + "price": 274 }, "6613": { "id": 6613, @@ -97732,7 +95336,7 @@ "defence": 10 } }, - "price": 1705 + "price": 477 }, "6617": { "id": 6617, @@ -97772,7 +95376,7 @@ "defence": 10 } }, - "price": 4014 + "price": 6550 }, "6619": { "id": 6619, @@ -97812,7 +95416,7 @@ "defence": 10 } }, - "price": 2190.5 + "price": 1075 }, "6621": { "id": 6621, @@ -97892,7 +95496,7 @@ "defence": 10 } }, - "price": 2112 + "price": 1100 }, "6625": { "id": 6625, @@ -97932,7 +95536,7 @@ "defence": 10 } }, - "price": 6046.5 + "price": 3628.5 }, "6627": { "id": 6627, @@ -97972,7 +95576,7 @@ "defence": 10 } }, - "price": 1998.5 + "price": 10000 }, "6629": { "id": 6629, @@ -98012,7 +95616,7 @@ "defence": 10 } }, - "price": 3470.5 + "price": 2600 }, "6631": { "id": 6631, @@ -98092,7 +95696,7 @@ "defence": 10 } }, - "price": 2304 + "price": 1950 }, "6635": { "id": 6635, @@ -98612,7 +96216,7 @@ "examine": "An empty fishbowl.", "wiki_name": "Fishbowl (Empty)", "wiki_url": "https://oldschool.runescape.wiki/w/Fishbowl#Empty", - "price": 30 + "price": 3 }, "6668": { "id": 6668, @@ -98798,7 +96402,7 @@ "examine": "One of the ingredients for making fish food.", "wiki_name": "Ground guam", "wiki_url": "https://oldschool.runescape.wiki/w/Ground_guam", - "price": 15.5 + "price": 18 }, "6683": { "id": 6683, @@ -98868,7 +96472,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": 5873 + "price": 6964.5 }, "6691": { "id": 6691, @@ -98886,7 +96490,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": 2971.5 + "price": 3562.5 }, "6693": { "id": 6693, @@ -98945,7 +96549,7 @@ "examine": "A pat of freshly churned butter.", "wiki_name": "Pat of butter", "wiki_url": "https://oldschool.runescape.wiki/w/Pat_of_butter", - "price": 23 + "price": 26.5 }, "6699": { "id": 6699, @@ -98979,7 +96583,7 @@ "examine": "It'd taste even better with some toppings.", "wiki_name": "Baked potato", "wiki_url": "https://oldschool.runescape.wiki/w/Baked_potato", - "price": 177.5 + "price": 159.5 }, "6703": { "id": 6703, @@ -99015,7 +96619,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": 279.5 + "price": 315 }, "6707": { "id": 6707, @@ -99372,7 +96976,7 @@ "slot": "ring", "requirements": null }, - "price": 585160 + "price": 605314 }, "6733": { "id": 6733, @@ -99809,7 +97413,7 @@ "slot": "body", "requirements": null }, - "price": 838 + "price": 642.5 }, "6752": { "id": 6752, @@ -99847,7 +97451,7 @@ "slot": "legs", "requirements": null }, - "price": 1849.5 + "price": 749.5 }, "6754": { "id": 6754, @@ -99991,7 +97595,7 @@ } ] }, - "price": 5934.5 + "price": 10611.5 }, "6762": { "id": 6762, @@ -100057,7 +97661,7 @@ } ] }, - "price": 7257.5 + "price": 2992 }, "6764": { "id": 6764, @@ -100123,7 +97727,7 @@ } ] }, - "price": 6634 + "price": 3187.5 }, "6766": { "id": 6766, @@ -101073,7 +98677,7 @@ "strength": 50 } }, - "price": 41211.5 + "price": 45442.5 }, "6810": { "id": 6810, @@ -101131,7 +98735,7 @@ "examine": "This would make warm clothing.", "wiki_name": "Fur", "wiki_url": "https://oldschool.runescape.wiki/w/Fur", - "price": 1599.5 + "price": 820 }, "6817": { "id": 6817, @@ -102326,7 +99930,7 @@ "examine": "A book about the Training Arena.", "wiki_name": "Arena book", "wiki_url": "https://oldschool.runescape.wiki/w/Arena_book", - "price": 714 + "price": 1340.5 }, "6893": { "id": 6893, @@ -102608,7 +100212,7 @@ } ] }, - "price": 126715.5 + "price": 115846 }, "6910": { "id": 6910, @@ -102690,7 +100294,7 @@ } ] }, - "price": 697598.5 + "price": 312763.5 }, "6912": { "id": 6912, @@ -102772,7 +100376,7 @@ } ] }, - "price": 1951000 + "price": 1874990 }, "6914": { "id": 6914, @@ -102895,7 +100499,7 @@ "defence": 25 } }, - "price": 2332715 + "price": 2404490 }, "6918": { "id": 6918, @@ -102936,7 +100540,7 @@ "defence": 25 } }, - "price": 1398417 + "price": 1300672 }, "6920": { "id": 6920, @@ -102977,7 +100581,7 @@ "defence": 25 } }, - "price": 513047 + "price": 488245 }, "6922": { "id": 6922, @@ -103018,7 +100622,7 @@ "defence": 25 } }, - "price": 739721 + "price": 663495 }, "6924": { "id": 6924, @@ -103301,7 +100905,7 @@ "slot": "cape", "requirements": null }, - "price": 24188.5 + "price": 5760.5 }, "6961": { "id": 6961, @@ -103331,7 +100935,7 @@ "examine": "A freshly made triangle sandwich.", "wiki_name": "Triangle sandwich", "wiki_url": "https://oldschool.runescape.wiki/w/Triangle_sandwich", - "price": 338.5 + "price": 385 }, "6963": { "id": 6963, @@ -103428,7 +101032,7 @@ "examine": "A tiny chunk of sandstone.", "wiki_name": "Sandstone (1kg)", "wiki_url": "https://oldschool.runescape.wiki/w/Sandstone#1kg", - "price": 85.5 + "price": 45 }, "6973": { "id": 6973, @@ -103482,7 +101086,7 @@ "examine": "A large chunk of sandstone.", "wiki_name": "Sandstone (10kg)", "wiki_url": "https://oldschool.runescape.wiki/w/Sandstone#10kg", - "price": 2401.5 + "price": 3952.5 }, "6979": { "id": 6979, @@ -103500,7 +101104,7 @@ "examine": "A tiny chunk of granite.", "wiki_name": "Granite (500g)", "wiki_url": "https://oldschool.runescape.wiki/w/Granite#500g", - "price": 39 + "price": 21 }, "6981": { "id": 6981, @@ -103518,7 +101122,7 @@ "examine": "A small chunk of granite.", "wiki_name": "Granite (2kg)", "wiki_url": "https://oldschool.runescape.wiki/w/Granite#2kg", - "price": 36 + "price": 224.5 }, "6983": { "id": 6983, @@ -103871,7 +101475,7 @@ "slayer": 33 } }, - "price": 699 + "price": 386.5 }, "7053": { "id": 7053, @@ -103925,7 +101529,7 @@ "examine": "A baked potato with chilli con carne.", "wiki_name": "Chilli potato", "wiki_url": "https://oldschool.runescape.wiki/w/Chilli_potato", - "price": 117 + "price": 146.5 }, "7056": { "id": 7056, @@ -103943,7 +101547,7 @@ "examine": "A baked potato with egg and tomato.", "wiki_name": "Egg potato", "wiki_url": "https://oldschool.runescape.wiki/w/Egg_potato", - "price": 228.5 + "price": 253 }, "7058": { "id": 7058, @@ -103997,7 +101601,7 @@ "examine": "A bowl of meat in chilli-con-carne sauce.", "wiki_name": "Chilli con carne", "wiki_url": "https://oldschool.runescape.wiki/w/Chilli_con_carne", - "price": 5000.5 + "price": 2530.5 }, "7064": { "id": 7064, @@ -104051,7 +101655,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": 655.5 + "price": 755 }, "7070": { "id": 7070, @@ -104087,7 +101691,7 @@ "examine": "A bowl of spicy sauce.", "wiki_name": "Spicy sauce", "wiki_url": "https://oldschool.runescape.wiki/w/Spicy_sauce", - "price": 1823 + "price": 1410.5 }, "7074": { "id": 7074, @@ -104105,7 +101709,7 @@ "examine": "A bowl of chopped garlic.", "wiki_name": "Chopped garlic", "wiki_url": "https://oldschool.runescape.wiki/w/Chopped_garlic", - "price": 32498.5 + "price": 698.5 }, "7076": { "id": 7076, @@ -104141,7 +101745,7 @@ "examine": "A bowl of scrambled egg.", "wiki_name": "Scrambled egg", "wiki_url": "https://oldschool.runescape.wiki/w/Scrambled_egg", - "price": 1116.5 + "price": 2550.5 }, "7080": { "id": 7080, @@ -104177,7 +101781,7 @@ "examine": "A bowl of fried Bittercap mushrooms.", "wiki_name": "Fried mushrooms", "wiki_url": "https://oldschool.runescape.wiki/w/Fried_mushrooms", - "price": 106.5 + "price": 547.5 }, "7084": { "id": 7084, @@ -104213,7 +101817,7 @@ "examine": "A bowl of finely chopped tuna.", "wiki_name": "Chopped tuna", "wiki_url": "https://oldschool.runescape.wiki/w/Chopped_tuna", - "price": 50090 + "price": 2601.5 }, "7088": { "id": 7088, @@ -104231,7 +101835,7 @@ "examine": "A bowl of cooked sweetcorn.", "wiki_name": "Sweetcorn (bowl)", "wiki_url": "https://oldschool.runescape.wiki/w/Sweetcorn_(bowl)", - "price": 370.5 + "price": 534 }, "7090": { "id": 7090, @@ -104341,7 +101945,7 @@ "slot": "body", "requirements": null }, - "price": 1691 + "price": 218 }, "7112": { "id": 7112, @@ -104417,7 +102021,7 @@ "slot": "feet", "requirements": null }, - "price": 719 + "price": 1127.5 }, "7116": { "id": 7116, @@ -104455,7 +102059,7 @@ "slot": "legs", "requirements": null }, - "price": 262 + "price": 3263.5 }, "7118": { "id": 7118, @@ -104545,7 +102149,7 @@ "slot": "body", "requirements": null }, - "price": 1173.5 + "price": 5500 }, "7124": { "id": 7124, @@ -104583,7 +102187,7 @@ "slot": "head", "requirements": null }, - "price": 789.5 + "price": 1139.5 }, "7126": { "id": 7126, @@ -104621,7 +102225,7 @@ "slot": "legs", "requirements": null }, - "price": 809 + "price": 4400.5 }, "7128": { "id": 7128, @@ -104659,7 +102263,7 @@ "slot": "body", "requirements": null }, - "price": 5422.5 + "price": 4507.5 }, "7130": { "id": 7130, @@ -104697,7 +102301,7 @@ "slot": "head", "requirements": null }, - "price": 1534.5 + "price": 1033 }, "7132": { "id": 7132, @@ -104735,7 +102339,7 @@ "slot": "legs", "requirements": null }, - "price": 5500 + "price": 3154.5 }, "7134": { "id": 7134, @@ -104773,7 +102377,7 @@ "slot": "body", "requirements": null }, - "price": 378 + "price": 539 }, "7136": { "id": 7136, @@ -104849,7 +102453,7 @@ "slot": "legs", "requirements": null }, - "price": 346.5 + "price": 3034.5 }, "7140": { "id": 7140, @@ -105356,7 +102960,7 @@ "examine": "Lots of pie recipes for me to try.", "wiki_name": "Pie recipe book", "wiki_url": "https://oldschool.runescape.wiki/w/Pie_recipe_book", - "price": 116.5 + "price": 153 }, "7164": { "id": 7164, @@ -105406,7 +103010,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": 683 + "price": 938 }, "7170": { "id": 7170, @@ -105472,7 +103076,7 @@ } ] }, - "price": 851 + "price": 505.5 }, "7172": { "id": 7172, @@ -105624,7 +103228,7 @@ "examine": "Bounty of the sea.", "wiki_name": "Fish pie (Full)", "wiki_url": "https://oldschool.runescape.wiki/w/Fish_pie#Full", - "price": 100 + "price": 490 }, "7190": { "id": 7190, @@ -105690,7 +103294,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": 1150 + "price": 936.5 }, "7198": { "id": 7198, @@ -105708,7 +103312,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": 132.5 + "price": 153.5 }, "7200": { "id": 7200, @@ -105926,7 +103530,7 @@ "examine": "A delicious looking piece of roast rabbit.", "wiki_name": "Roast rabbit", "wiki_url": "https://oldschool.runescape.wiki/w/Roast_rabbit", - "price": 191 + "price": 84 }, "7224": { "id": 7224, @@ -105960,7 +103564,7 @@ "examine": "An iron spit.", "wiki_name": "Iron spit", "wiki_url": "https://oldschool.runescape.wiki/w/Iron_spit", - "price": 250 + "price": 322 }, "7226": { "id": 7226, @@ -106010,293 +103614,6 @@ "wiki_url": "https://oldschool.runescape.wiki/w/Skewered_chompy", "price": 0 }, - "7236": { - "id": 7236, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (easy) - North of Falador.", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)_-_North_of_Falador.", - "price": 0 - }, - "7238": { - "id": 7238, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (easy) - Search the crates in Canifis", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)_-_Search_the_crates_in_Canifis", - "price": 0 - }, - "7239": { - "id": 7239, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - South-east of the Wilderness Agility Course", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_South-east_of_the_Wilderness_Agility_Course", - "price": 0 - }, - "7241": { - "id": 7241, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - South of the Legends' Guild", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_South_of_the_Legends'_Guild", - "price": 0 - }, - "7243": { - "id": 7243, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - And so on, and so on, and so on", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_And_so_on,_and_so_on,_and_so_on", - "price": 0 - }, - "7245": { - "id": 7245, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - Covered in shadows", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_Covered_in_shadows", - "price": 0 - }, - "7247": { - "id": 7247, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - This village has a problem with cartloads of the undead", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_This_village_has_a_problem_with_cartloads_of_the_undead", - "price": 0 - }, - "7248": { - "id": 7248, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - The cheapest water for miles around", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_The_cheapest_water_for_miles_around", - "price": 0 - }, - "7249": { - "id": 7249, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - Probably filled with books on magic", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_Probably_filled_with_books_on_magic", - "price": 0 - }, - "7250": { - "id": 7250, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - You have all of the elements available to solve this clue", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_You_have_all_of_the_elements_available_to_solve_this_clue", - "price": 0 - }, - "7251": { - "id": 7251, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - It seems to have reached the end of the line", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_It_seems_to_have_reached_the_end_of_the_line", - "price": 0 - }, - "7252": { - "id": 7252, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - When you get tired of fighting", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_When_you_get_tired_of_fighting", - "price": 0 - }, - "7253": { - "id": 7253, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - His head might be hollow", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_His_head_might_be_hollow", - "price": 0 - }, - "7254": { - "id": 7254, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - If you look closely enough", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_If_you_look_closely_enough", - "price": 0 - }, - "7255": { - "id": 7255, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard, cryptic 39)", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard,_cryptic_39)", - "price": 0, - "release_date": "2022-02-16" - }, - "7256": { - "id": 7256, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - 04.41N 03.09W", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_04.41N_03.09W", - "price": 0 - }, - "7258": { - "id": 7258, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - 06.00S 21.48E", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_06.00S_21.48E", - "price": 0 - }, - "7260": { - "id": 7260, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - 18.22N 16.33E", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_18.22N_16.33E", - "price": 0 - }, - "7262": { - "id": 7262, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - 13.46N 21.01E", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_13.46N_21.01E", - "price": 0 - }, - "7264": { - "id": 7264, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - 16.35N 27.01E", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_16.35N_27.01E", - "price": 0 - }, - "7266": { - "id": 7266, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - 17.50N 08.30E", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_17.50N_08.30E", - "price": 0 - }, - "7268": { - "id": 7268, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - C On Game Hoc", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_C_On_Game_Hoc", - "price": 0 - }, "7269": { "id": 7269, "name": "Challenge scroll (hard)", @@ -106311,344 +103628,6 @@ "wiki_url": "https://oldschool.runescape.wiki/w/Challenge_scroll#Hard", "price": 0 }, - "7270": { - "id": 7270, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - By Look", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_By_Look", - "price": 0 - }, - "7272": { - "id": 7272, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - O Birdz A Zany En Pc", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_O_Birdz_A_Zany_En_Pc", - "price": 0 - }, - "7274": { - "id": 7274, - "name": "Clue scroll (medium)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (medium) - DT RUN B", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(medium)_-_DT_RUN_B", - "price": 0 - }, - "7276": { - "id": 7276, - "name": "Clue scroll (medium)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (medium) - GOT A BOY", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(medium)_-_GOT_A_BOY", - "price": 0 - }, - "7278": { - "id": 7278, - "name": "Clue scroll (medium)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (medium) - HICK JET", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(medium)_-_HICK_JET", - "price": 0 - }, - "7280": { - "id": 7280, - "name": "Clue scroll (medium)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (medium) - ARC O LINE", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(medium)_-_ARC_O_LINE", - "price": 0 - }, - "7282": { - "id": 7282, - "name": "Clue scroll (medium)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (medium) - NOD MED", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(medium)_-_NOD_MED", - "price": 0 - }, - "7284": { - "id": 7284, - "name": "Clue scroll (medium)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (medium) - LARK IN DOG", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(medium)_-_LARK_IN_DOG", - "price": 0 - }, - "7286": { - "id": 7286, - "name": "Clue scroll (medium)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (medium) - Miscellania", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(medium)_-_Miscellania", - "price": 0 - }, - "7288": { - "id": 7288, - "name": "Clue scroll (medium)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (medium) - Mort Myre Swamp", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(medium)_-_Mort_Myre_Swamp", - "price": 0 - }, - "7290": { - "id": 7290, - "name": "Clue scroll (medium)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (medium) - At the entrance to the Ourania Cave", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(medium)_-_At_the_entrance_to_the_Ourania_Cave", - "price": 0 - }, - "7292": { - "id": 7292, - "name": "Clue scroll (medium)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (medium) - South-east of the Lighthouse", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(medium)_-_South-east_of_the_Lighthouse", - "price": 0 - }, - "7294": { - "id": 7294, - "name": "Clue scroll (medium)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (medium) - Between Seers' Village and Rellekka", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(medium)_-_Between_Seers'_Village_and_Rellekka", - "price": 0 - }, - "7296": { - "id": 7296, - "name": "Clue scroll (medium)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (medium) - The dead, red dragon watches over this chest", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(medium)_-_The_dead,_red_dragon_watches_over_this_chest", - "price": 0 - }, - "7298": { - "id": 7298, - "name": "Clue scroll (medium)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (medium) - Go to this building to be illuminated", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(medium)_-_Go_to_this_building_to_be_illuminated", - "price": 0 - }, - "7300": { - "id": 7300, - "name": "Clue scroll (medium)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (medium) - Try not to step on any aquatic nasties while searching this crate", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(medium)_-_Try_not_to_step_on_any_aquatic_nasties_while_searching_this_crate", - "price": 0 - }, - "7301": { - "id": 7301, - "name": "Clue scroll (medium)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (medium) - Probably filled with wizards socks", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(medium)_-_Probably_filled_with_wizards_socks", - "price": 0 - }, - "7303": { - "id": 7303, - "name": "Clue scroll (medium)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (medium) - This crate is mine, all mine, even if it is in the middle of the desert", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(medium)_-_This_crate_is_mine,_all_mine,_even_if_it_is_in_the_middle_of_the_desert", - "price": 0 - }, - "7304": { - "id": 7304, - "name": "Clue scroll (medium)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (medium) - This crate holds a better reward than a broken arrow", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(medium)_-_This_crate_holds_a_better_reward_than_a_broken_arrow", - "price": 0 - }, - "7305": { - "id": 7305, - "name": "Clue scroll (medium)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (medium) - 22.30N 03.01E", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(medium)_-_22.30N_03.01E", - "price": 0 - }, - "7307": { - "id": 7307, - "name": "Clue scroll (medium)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (medium) - 05.20S 04.28E", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(medium)_-_05.20S_04.28E", - "price": 0 - }, - "7309": { - "id": 7309, - "name": "Clue scroll (medium)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (medium) - 01.18S 14.15E", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(medium)_-_01.18S_14.15E", - "price": 0 - }, - "7311": { - "id": 7311, - "name": "Clue scroll (medium)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (medium) - 09.48N 17.39E", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(medium)_-_09.48N_17.39E", - "price": 0 - }, - "7313": { - "id": 7313, - "name": "Clue scroll (medium)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (medium) - 00.20S 23.15E", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(medium)_-_00.20S_23.15E", - "price": 0 - }, - "7315": { - "id": 7315, - "name": "Clue scroll (medium)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (medium) - 14.54N 09.13E", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(medium)_-_14.54N_09.13E", - "price": 0 - }, - "7317": { - "id": 7317, - "name": "Clue scroll (medium)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (medium) - 03.35S 13.35E", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(medium)_-_03.35S_13.35E", - "price": 0 - }, "7319": { "id": 7319, "name": "Red boater", @@ -106761,7 +103740,7 @@ "slot": "head", "requirements": null }, - "price": 9550 + "price": 4910.5 }, "7325": { "id": 7325, @@ -106799,7 +103778,7 @@ "slot": "head", "requirements": null }, - "price": 12993.5 + "price": 14735 }, "7327": { "id": 7327, @@ -106837,7 +103816,7 @@ "slot": "head", "requirements": null }, - "price": 8289 + "price": 16999.5 }, "7329": { "id": 7329, @@ -106871,7 +103850,7 @@ "examine": "Makes firelighting a lot easier.", "wiki_name": "Green firelighter", "wiki_url": "https://oldschool.runescape.wiki/w/Green_firelighter", - "price": 147.5 + "price": 95 }, "7331": { "id": 7331, @@ -107044,7 +104023,7 @@ "defence": 10 } }, - "price": 3998.5 + "price": 10799 }, "7340": { "id": 7340, @@ -107083,7 +104062,7 @@ "defence": 30 } }, - "price": 1185.5 + "price": 2638 }, "7342": { "id": 7342, @@ -107122,7 +104101,7 @@ "defence": 40 } }, - "price": 40494.5 + "price": 44974 }, "7344": { "id": 7344, @@ -107200,7 +104179,7 @@ "defence": 30 } }, - "price": 2581 + "price": 7825 }, "7348": { "id": 7348, @@ -107593,7 +104572,7 @@ "defence": 1 } }, - "price": 19796 + "price": 16894 }, "7368": { "id": 7368, @@ -107633,7 +104612,7 @@ "defence": 1 } }, - "price": 1885.5 + "price": 2467.5 }, "7370": { "id": 7370, @@ -107713,7 +104692,7 @@ "defence": 40 } }, - "price": 6407.5 + "price": 4668 }, "7374": { "id": 7374, @@ -107754,7 +104733,7 @@ "defence": 40 } }, - "price": 8745 + "price": 10565.5 }, "7376": { "id": 7376, @@ -107795,7 +104774,7 @@ "defence": 40 } }, - "price": 10001 + "price": 4982 }, "7378": { "id": 7378, @@ -107953,7 +104932,7 @@ "ranged": 50 } }, - "price": 3059.5 + "price": 2096 }, "7386": { "id": 7386, @@ -107990,7 +104969,7 @@ "slot": "legs", "requirements": null }, - "price": 38340 + "price": 25069 }, "7388": { "id": 7388, @@ -108064,7 +105043,7 @@ "slot": "body", "requirements": null }, - "price": 301139 + "price": 286730 }, "7392": { "id": 7392, @@ -108138,7 +105117,7 @@ "slot": "head", "requirements": null }, - "price": 152631 + "price": 166956 }, "7396": { "id": 7396, @@ -109122,7 +106101,7 @@ } ] }, - "price": 6085.5 + "price": 2171 }, "7445": { "id": 7445, @@ -109263,7 +106242,7 @@ } ] }, - "price": 14481.5 + "price": 17500 }, "7449": { "id": 7449, @@ -110420,7 +107399,7 @@ "examine": "Nice and tasty!", "wiki_name": "Cooked crab meat (Five)", "wiki_url": "https://oldschool.runescape.wiki/w/Cooked_crab_meat#Five", - "price": 2328 + "price": 14978 }, "7523": { "id": 7523, @@ -110878,7 +107857,7 @@ "examine": "The uncooked meat of a Jubbly bird.", "wiki_name": "Raw jubbly", "wiki_url": "https://oldschool.runescape.wiki/w/Raw_jubbly", - "price": 549 + "price": 680 }, "7568": { "id": 7568, @@ -110896,7 +107875,7 @@ "examine": "Lovely Jubbly!", "wiki_name": "Cooked jubbly", "wiki_url": "https://oldschool.runescape.wiki/w/Cooked_jubbly", - "price": 104.5 + "price": 691.5 }, "7570": { "id": 7570, @@ -112330,7 +109309,7 @@ "examine": "It's ground up silver.", "wiki_name": "Silver dust", "wiki_url": "https://oldschool.runescape.wiki/w/Silver_dust", - "price": 2190.5 + "price": 1525.5 }, "7652": { "id": 7652, @@ -112412,7 +109391,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": 242.5 + "price": 120.5 }, "7662": { "id": 7662, @@ -112430,7 +109409,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": 26 + "price": 94 }, "7664": { "id": 7664, @@ -112534,7 +109513,7 @@ } ] }, - "price": 1900.5 + "price": 3405 }, "7671": { "id": 7671, @@ -113505,7 +110484,7 @@ "examine": "Nice bit of crafting!", "wiki_name": "Toy soldier (Normal)", "wiki_url": "https://oldschool.runescape.wiki/w/Toy_soldier#Normal", - "price": 2750 + "price": 1863 }, "7761": { "id": 7761, @@ -113523,7 +110502,7 @@ "examine": "Nice bit of crafting!", "wiki_name": "Toy soldier (Wound)", "wiki_url": "https://oldschool.runescape.wiki/w/Toy_soldier#Wound", - "price": 3573.5 + "price": 4754 }, "7763": { "id": 7763, @@ -113541,7 +110520,7 @@ "examine": "Nice bit of crafting!", "wiki_name": "Toy doll (Normal)", "wiki_url": "https://oldschool.runescape.wiki/w/Toy_doll#Normal", - "price": 2626.5 + "price": 2186 }, "7765": { "id": 7765, @@ -113559,7 +110538,7 @@ "examine": "Nice bit of crafting!", "wiki_name": "Toy doll (Wound)", "wiki_url": "https://oldschool.runescape.wiki/w/Toy_doll#Wound", - "price": 1744.5 + "price": 2330 }, "7767": { "id": 7767, @@ -113595,7 +110574,7 @@ "examine": "Nice bit of crafting!", "wiki_name": "Toy mouse (Wound)", "wiki_url": "https://oldschool.runescape.wiki/w/Toy_mouse#Wound", - "price": 4807 + "price": 5425 }, "7771": { "id": 7771, @@ -113613,7 +110592,7 @@ "examine": "Nice bit of crafting!", "wiki_name": "Toy cat", "wiki_url": "https://oldschool.runescape.wiki/w/Toy_cat", - "price": 3947 + "price": 2706.5 }, "7773": { "id": 7773, @@ -114023,7 +111002,7 @@ "examine": "Scaly but not slimy!", "wiki_name": "Snake hide (swamp)", "wiki_url": "https://oldschool.runescape.wiki/w/Snake_hide_(swamp)", - "price": 225 + "price": 185 }, "7803": { "id": 7803, @@ -116137,7 +113116,7 @@ "examine": "A word in your shell-like.", "wiki_name": "Tortoise shell", "wiki_url": "https://oldschool.runescape.wiki/w/Tortoise_shell", - "price": 15742.5 + "price": 10706.5 }, "7941": { "id": 7941, @@ -116197,7 +113176,7 @@ "examine": "I should try cooking this.", "wiki_name": "Raw monkfish", "wiki_url": "https://oldschool.runescape.wiki/w/Raw_monkfish", - "price": 195 + "price": 215 }, "7946": { "id": 7946, @@ -116215,7 +113194,7 @@ "examine": "A tasty fish.", "wiki_name": "Monkfish", "wiki_url": "https://oldschool.runescape.wiki/w/Monkfish", - "price": 333 + "price": 476 }, "7948": { "id": 7948, @@ -117035,7 +114014,7 @@ "examine": "A teleport to Lumbridge.", "wiki_name": "Lumbridge teleport (tablet)", "wiki_url": "https://oldschool.runescape.wiki/w/Lumbridge_teleport_(tablet)", - "price": 670 + "price": 469.5 }, "8009": { "id": 8009, @@ -117069,7 +114048,7 @@ "examine": "A teleport to Camelot.", "wiki_name": "Camelot teleport (tablet)", "wiki_url": "https://oldschool.runescape.wiki/w/Camelot_teleport_(tablet)", - "price": 526 + "price": 582.5 }, "8011": { "id": 8011, @@ -117137,7 +114116,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": 651.5 + "price": 584.5 }, "8015": { "id": 8015, @@ -117171,7 +114150,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": 585 + "price": 80 }, "8017": { "id": 8017, @@ -117205,7 +114184,7 @@ "examine": "A tablet containing a magic spell.", "wiki_name": "Enchant ruby or topaz", "wiki_url": "https://oldschool.runescape.wiki/w/Enchant_ruby_or_topaz", - "price": 812.5 + "price": 686 }, "8019": { "id": 8019, @@ -117239,7 +114218,7 @@ "examine": "A tablet containing a magic spell.", "wiki_name": "Enchant dragonstone", "wiki_url": "https://oldschool.runescape.wiki/w/Enchant_dragonstone", - "price": 319.5 + "price": 125 }, "8021": { "id": 8021, @@ -117256,7 +114235,7 @@ "examine": "A tablet containing a magic spell.", "wiki_name": "Enchant onyx", "wiki_url": "https://oldschool.runescape.wiki/w/Enchant_onyx", - "price": 365.5 + "price": 263.5 }, "8022": { "id": 8022, @@ -120501,7 +117480,7 @@ "examine": "You can plant this in your garden.", "wiki_name": "Bagged nice tree", "wiki_url": "https://oldschool.runescape.wiki/w/Bagged_nice_tree", - "price": 750 + "price": 1683.5 }, "8421": { "id": 8421, @@ -120663,7 +117642,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": 3931 + "price": 6143 }, "8439": { "id": 8439, @@ -120681,7 +117660,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": 11326 + "price": 14500 }, "8441": { "id": 8441, @@ -120699,7 +117678,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": 15947 + "price": 25793.5 }, "8443": { "id": 8443, @@ -120735,7 +117714,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": 16564.5 + "price": 26190.5 }, "8447": { "id": 8447, @@ -120807,7 +117786,7 @@ "examine": "You can plant this in your garden.", "wiki_name": "Bagged daffodils", "wiki_url": "https://oldschool.runescape.wiki/w/Bagged_daffodils", - "price": 7354.5 + "price": 8161 }, "8455": { "id": 8455, @@ -120825,7 +117804,7 @@ "examine": "You can plant this in your garden.", "wiki_name": "Bagged bluebells", "wiki_url": "https://oldschool.runescape.wiki/w/Bagged_bluebells", - "price": 17519 + "price": 15200 }, "8457": { "id": 8457, @@ -120843,7 +117822,7 @@ "examine": "You can plant this in your garden.", "wiki_name": "Bagged sunflower", "wiki_url": "https://oldschool.runescape.wiki/w/Bagged_sunflower", - "price": 6008 + "price": 2100 }, "8459": { "id": 8459, @@ -120861,7 +117840,7 @@ "examine": "You can plant this in your garden.", "wiki_name": "Bagged marigolds", "wiki_url": "https://oldschool.runescape.wiki/w/Bagged_marigolds", - "price": 7682.5 + "price": 10983.5 }, "8461": { "id": 8461, @@ -120879,7 +117858,7 @@ "examine": "You can plant this in your garden.", "wiki_name": "Bagged roses", "wiki_url": "https://oldschool.runescape.wiki/w/Bagged_roses", - "price": 18500 + "price": 15393.5 }, "8463": { "id": 8463, @@ -121487,7 +118466,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": 346 + "price": 535.5 }, "8498": { "id": 8498, @@ -121505,7 +118484,7 @@ "examine": "How does it all fit in there?", "wiki_name": "Wooden chair (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Wooden_chair_(flatpack)", - "price": 796.5 + "price": 565 }, "8500": { "id": 8500, @@ -121757,7 +118736,7 @@ "examine": "How does it all fit in there?", "wiki_name": "Chef's delight (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Chef's_delight_(flatpack)", - "price": 15802 + "price": 25465.5 }, "8528": { "id": 8528, @@ -121959,7 +118938,7 @@ "examine": "How does it all fit in there?", "wiki_name": "Oak dining table (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Oak_dining_table_(flatpack)", - "price": 8.5 + "price": 4.5 }, "8552": { "id": 8552, @@ -122031,7 +119010,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": 27 + "price": 9.5 }, "8560": { "id": 8560, @@ -122085,7 +119064,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": 5 + "price": 2 }, "8566": { "id": 8566, @@ -122139,7 +119118,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": 142.5 + "price": 76.5 }, "8572": { "id": 8572, @@ -122175,7 +119154,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": 359762 + "price": 289161.5 }, "8576": { "id": 8576, @@ -122193,7 +119172,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": 443 + "price": 812.5 }, "8578": { "id": 8578, @@ -122211,7 +119190,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": 36397 + "price": 3794 }, "8580": { "id": 8580, @@ -122283,7 +119262,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": 7941.5 + "price": 5937 }, "8588": { "id": 8588, @@ -125791,7 +122770,7 @@ "examine": "A clockwork mechanism.", "wiki_name": "Clockwork", "wiki_url": "https://oldschool.runescape.wiki/w/Clockwork", - "price": 730 + "price": 859 }, "8794": { "id": 8794, @@ -125827,7 +122806,7 @@ "examine": "A hefty beam of timber, perfect for building temples.", "wiki_name": "Timber beam", "wiki_url": "https://oldschool.runescape.wiki/w/Timber_beam", - "price": 741 + "price": 599 }, "8839": { "id": 8839, @@ -126597,7 +123576,7 @@ } ] }, - "price": 5092.5 + "price": 3500 }, "8874": { "id": 8874, @@ -126670,7 +123649,7 @@ } ] }, - "price": 2603.5 + "price": 3057 }, "8876": { "id": 8876, @@ -126816,7 +123795,7 @@ } ] }, - "price": 7754.5 + "price": 10531.5 }, "8880": { "id": 8880, @@ -126884,7 +123863,7 @@ } ] }, - "price": 634 + "price": 1646.5 }, "8882": { "id": 8882, @@ -126923,7 +123902,7 @@ "ranged": 28 } }, - "price": 4 + "price": 5 }, "8887": { "id": 8887, @@ -127016,7 +123995,7 @@ "combat": 40 } }, - "price": 915502 + "price": 995997 }, "8903": { "id": 8903, @@ -127418,7 +124397,7 @@ "combat": 40 } }, - "price": 919333.5 + "price": 983037 }, "8923": { "id": 8923, @@ -127606,7 +124585,7 @@ "slot": "head", "requirements": null }, - "price": 3027.5 + "price": 12999.5 }, "8928": { "id": 8928, @@ -129271,7 +126250,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": 85.5 + "price": 1039 }, "9004": { "id": 9004, @@ -129288,7 +126267,7 @@ "examine": "Information regarding the Stronghold of Security.", "wiki_name": "Stronghold notes", "wiki_url": "https://oldschool.runescape.wiki/w/Stronghold_notes", - "price": 1199 + "price": 228 }, "9005": { "id": 9005, @@ -129663,7 +126642,7 @@ "examine": "Gets knots and kinks out of your hair.", "wiki_name": "Ivory comb", "wiki_url": "https://oldschool.runescape.wiki/w/Ivory_comb", - "price": 2022.5 + "price": 51.5 }, "9028": { "id": 9028, @@ -129699,7 +126678,7 @@ "examine": "Little ornament in the shape of a scarab.", "wiki_name": "Stone scarab", "wiki_url": "https://oldschool.runescape.wiki/w/Stone_scarab", - "price": 105 + "price": 174 }, "9032": { "id": 9032, @@ -129717,7 +126696,7 @@ "examine": "Little ornament in the shape of a scarab.", "wiki_name": "Pottery scarab", "wiki_url": "https://oldschool.runescape.wiki/w/Pottery_scarab", - "price": 73 + "price": 286.5 }, "9034": { "id": 9034, @@ -129807,7 +126786,7 @@ "examine": "A seal. Made out of stone obviously.", "wiki_name": "Stone seal", "wiki_url": "https://oldschool.runescape.wiki/w/Stone_seal", - "price": 175 + "price": 150 }, "9044": { "id": 9044, @@ -131283,7 +128262,7 @@ "ranged": 31 } }, - "price": 37 + "price": 54 }, "9142": { "id": 9142, @@ -131361,7 +128340,7 @@ "ranged": 46 } }, - "price": 59 + "price": 47 }, "9144": { "id": 9144, @@ -131639,7 +128618,7 @@ } ] }, - "price": 442.5 + "price": 1959.5 }, "9179": { "id": 9179, @@ -131775,7 +128754,7 @@ } ] }, - "price": 2136.5 + "price": 980.5 }, "9183": { "id": 9183, @@ -131843,7 +128822,7 @@ } ] }, - "price": 1823 + "price": 2989.5 }, "9185": { "id": 9185, @@ -131928,7 +128907,7 @@ "examine": "Jade bolt tips.", "wiki_name": "Jade bolt tips", "wiki_url": "https://oldschool.runescape.wiki/w/Jade_bolt_tips", - "price": 8 + "price": 10 }, "9188": { "id": 9188, @@ -131945,7 +128924,7 @@ "examine": "Red Topaz bolt tips.", "wiki_name": "Topaz bolt tips", "wiki_url": "https://oldschool.runescape.wiki/w/Topaz_bolt_tips", - "price": 252.5 + "price": 303 }, "9189": { "id": 9189, @@ -131962,7 +128941,7 @@ "examine": "Sapphire bolt tips.", "wiki_name": "Sapphire bolt tips", "wiki_url": "https://oldschool.runescape.wiki/w/Sapphire_bolt_tips", - "price": 24 + "price": 31.5 }, "9190": { "id": 9190, @@ -132086,7 +129065,7 @@ "ranged": 1 } }, - "price": 7.5 + "price": 11.5 }, "9237": { "id": 9237, @@ -132161,7 +129140,7 @@ "ranged": 1 } }, - "price": 8 + "price": 5.5 }, "9239": { "id": 9239, @@ -132200,7 +129179,7 @@ "ranged": 31 } }, - "price": 7 + "price": 5.5 }, "9240": { "id": 9240, @@ -132239,7 +129218,7 @@ "ranged": 36 } }, - "price": 15 + "price": 26.5 }, "9241": { "id": 9241, @@ -132278,7 +129257,7 @@ "ranged": 36 } }, - "price": 16 + "price": 18.5 }, "9242": { "id": 9242, @@ -132356,7 +129335,7 @@ "ranged": 61 } }, - "price": 74 + "price": 63.5 }, "9244": { "id": 9244, @@ -132857,7 +129836,7 @@ "ranged": 36 } }, - "price": 287 + "price": 475 }, "9297": { "id": 9297, @@ -133166,7 +130145,7 @@ "ranged": 46 } }, - "price": 1220 + "price": 1003 }, "9305": { "id": 9305, @@ -133358,7 +130337,7 @@ "ranged": 36 } }, - "price": 93 + "price": 108.5 }, "9338": { "id": 9338, @@ -133397,7 +130376,7 @@ "ranged": 46 } }, - "price": 129.5 + "price": 111 }, "9339": { "id": 9339, @@ -133570,7 +130549,7 @@ "examine": "Unfeathered bronze crossbow bolts.", "wiki_name": "Bronze bolts (unf)", "wiki_url": "https://oldschool.runescape.wiki/w/Bronze_bolts_(unf)", - "price": 33.5 + "price": 59.5 }, "9376": { "id": 9376, @@ -133601,7 +130580,7 @@ "examine": "Unfeathered iron crossbow bolts.", "wiki_name": "Iron bolts (unf)", "wiki_url": "https://oldschool.runescape.wiki/w/Iron_bolts_(unf)", - "price": 17.5 + "price": 14.5 }, "9378": { "id": 9378, @@ -133618,7 +130597,7 @@ "examine": "Unfeathered steel crossbow bolts.", "wiki_name": "Steel bolts (unf)", "wiki_url": "https://oldschool.runescape.wiki/w/Steel_bolts_(unf)", - "price": 91 + "price": 42 }, "9379": { "id": 9379, @@ -133652,7 +130631,7 @@ "examine": "Unfeathered adamantite crossbow bolts.", "wiki_name": "Adamant bolts(unf)", "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_bolts(unf)", - "price": 175.5 + "price": 217 }, "9381": { "id": 9381, @@ -133686,7 +130665,7 @@ "examine": "Unfeathered silver crossbow bolts.", "wiki_name": "Silver bolts (unf)", "wiki_url": "https://oldschool.runescape.wiki/w/Silver_bolts_(unf)", - "price": 50.5 + "price": 12 }, "9415": { "id": 9415, @@ -133718,7 +130697,7 @@ "examine": "A mithril grapple tip.", "wiki_name": "Mith grapple tip", "wiki_url": "https://oldschool.runescape.wiki/w/Mith_grapple_tip", - "price": 739.5 + "price": 553.5 }, "9418": { "id": 9418, @@ -133736,7 +130715,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": 896 + "price": 1383.5 }, "9419": { "id": 9419, @@ -133776,7 +130755,7 @@ "ranged": 1 } }, - "price": 2112.5 + "price": 1900 }, "9420": { "id": 9420, @@ -133794,7 +130773,7 @@ "examine": "A pair of bronze crossbow limbs.", "wiki_name": "Bronze limbs", "wiki_url": "https://oldschool.runescape.wiki/w/Bronze_limbs", - "price": 18.5 + "price": 31 }, "9422": { "id": 9422, @@ -133844,7 +130823,7 @@ "examine": "A pair of steel crossbow limbs.", "wiki_name": "Steel limbs", "wiki_url": "https://oldschool.runescape.wiki/w/Steel_limbs", - "price": 53 + "price": 97 }, "9427": { "id": 9427, @@ -133862,7 +130841,7 @@ "examine": "A pair of mithril crossbow limbs.", "wiki_name": "Mithril limbs", "wiki_url": "https://oldschool.runescape.wiki/w/Mithril_limbs", - "price": 237 + "price": 392 }, "9429": { "id": 9429, @@ -133880,7 +130859,7 @@ "examine": "A pair of adamantite crossbow limbs.", "wiki_name": "Adamantite limbs", "wiki_url": "https://oldschool.runescape.wiki/w/Adamantite_limbs", - "price": 1091 + "price": 1440.5 }, "9431": { "id": 9431, @@ -133928,7 +130907,7 @@ "examine": "A mould for creating silver crossbow bolts.", "wiki_name": "Bolt mould", "wiki_url": "https://oldschool.runescape.wiki/w/Bolt_mould", - "price": 80 + "price": 100.5 }, "9436": { "id": 9436, @@ -133946,7 +130925,7 @@ "examine": "I can use this to make a crossbow string.", "wiki_name": "Sinew", "wiki_url": "https://oldschool.runescape.wiki/w/Sinew", - "price": 1106.5 + "price": 137 }, "9438": { "id": 9438, @@ -133982,7 +130961,7 @@ "examine": "A wooden crossbow stock.", "wiki_name": "Wooden stock", "wiki_url": "https://oldschool.runescape.wiki/w/Wooden_stock", - "price": 1 + "price": 1.5 }, "9442": { "id": 9442, @@ -134090,7 +131069,7 @@ "examine": "A yew crossbow stock.", "wiki_name": "Yew stock", "wiki_url": "https://oldschool.runescape.wiki/w/Yew_stock", - "price": 85 + "price": 175 }, "9454": { "id": 9454, @@ -134176,7 +131155,7 @@ "examine": "An unstrung mithril crossbow.", "wiki_name": "Mithril crossbow (u)", "wiki_url": "https://oldschool.runescape.wiki/w/Mithril_crossbow_(u)", - "price": 306 + "price": 427.5 }, "9463": { "id": 9463, @@ -134194,7 +131173,7 @@ "examine": "An unstrung adamantite crossbow.", "wiki_name": "Adamant crossbow (u)", "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_crossbow_(u)", - "price": 1000 + "price": 1533 }, "9465": { "id": 9465, @@ -134256,7 +131235,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": 200456.5 + "price": 188268.5 }, "9470": { "id": 9470, @@ -134294,7 +131273,7 @@ "slot": "neck", "requirements": null }, - "price": 447306 + "price": 411298 }, "9472": { "id": 9472, @@ -134332,7 +131311,7 @@ "slot": "head", "requirements": null }, - "price": 73438 + "price": 48760 }, "9474": { "id": 9474, @@ -134496,7 +131475,6 @@ "id": 9486, "name": "Unfinished batta", "members": true, - "tradeable": true, "cost": 2, "lowalch": 0, "highalch": 1, @@ -135447,7 +132425,7 @@ "defence": 5 } }, - "price": 2959 + "price": 5418.5 }, "9632": { "id": 9632, @@ -135513,7 +132491,7 @@ "slot": "body", "requirements": null }, - "price": 2272.5 + "price": 1031 }, "9636": { "id": 9636, @@ -135551,7 +132529,7 @@ "slot": "legs", "requirements": null }, - "price": 1862 + "price": 1010 }, "9638": { "id": 9638, @@ -135589,7 +132567,7 @@ "slot": "feet", "requirements": null }, - "price": 903 + "price": 1025.5 }, "9640": { "id": 9640, @@ -135627,7 +132605,7 @@ "slot": "body", "requirements": null }, - "price": 630 + "price": 440.5 }, "9642": { "id": 9642, @@ -135703,7 +132681,7 @@ "slot": "feet", "requirements": null }, - "price": 9838.5 + "price": 3218.5 }, "9646": { "id": 9646, @@ -135956,7 +132934,7 @@ "examine": "Proselyte level armour pack.", "wiki_name": "Proselyte harness m", "wiki_url": "https://oldschool.runescape.wiki/w/Proselyte_harness_m", - "price": 28690.5 + "price": 24318.5 }, "9668": { "id": 9668, @@ -136031,7 +133009,7 @@ "prayer": 20 } }, - "price": 4030 + "price": 4661 }, "9674": { "id": 9674, @@ -136072,7 +133050,7 @@ "prayer": 20 } }, - "price": 7547 + "price": 6762.5 }, "9676": { "id": 9676, @@ -136154,7 +133132,7 @@ "prayer": 20 } }, - "price": 4934 + "price": 6374.5 }, "9680": { "id": 9680, @@ -136948,7 +133926,7 @@ "examine": "Not much good for blowing.", "wiki_name": "Desert goat horn", "wiki_url": "https://oldschool.runescape.wiki/w/Desert_goat_horn", - "price": 45 + "price": 38 }, "9736": { "id": 9736, @@ -136966,7 +133944,7 @@ "examine": "Finely ground desert goat horn.", "wiki_name": "Goat horn dust", "wiki_url": "https://oldschool.runescape.wiki/w/Goat_horn_dust", - "price": 147 + "price": 94 }, "9739": { "id": 9739, @@ -137020,7 +133998,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": 55 + "price": 93.5 }, "9745": { "id": 9745, @@ -137038,7 +134016,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": 76 + "price": 56 }, "9747": { "id": 9747, @@ -139716,7 +136694,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": 5000 + "price": 2523.5 }, "9845": { "id": 9845, @@ -139734,7 +136712,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": 405.5 + "price": 1180.5 }, "9846": { "id": 9846, @@ -139788,7 +136766,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": 1067997.5 + "price": 725488 }, "9849": { "id": 9849, @@ -139806,7 +136784,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": 17.5 + "price": 14.5 }, "9850": { "id": 9850, @@ -139860,7 +136838,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": 876.5 + "price": 509 }, "9853": { "id": 9853, @@ -139932,7 +136910,7 @@ "examine": "Mahogany magic wardrobe.", "wiki_name": "Mahogany magic wardrobe (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Mahogany_magic_wardrobe_(flatpack)", - "price": 5000 + "price": 1047.5 }, "9857": { "id": 9857, @@ -139950,7 +136928,7 @@ "examine": "Gilded mahogany magic wardrobe.", "wiki_name": "Gilded magic wardrobe (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Gilded_magic_wardrobe_(flatpack)", - "price": 100000 + "price": 1055555.5 }, "9858": { "id": 9858, @@ -139968,7 +136946,7 @@ "examine": "Marble magic wardrobe.", "wiki_name": "Marble magic wardrobe (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Marble_magic_wardrobe_(flatpack)", - "price": 349237 + "price": 404995.5 }, "9859": { "id": 9859, @@ -140022,7 +137000,7 @@ "examine": "Mahogany armour case.", "wiki_name": "Mahogany armour case (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/Mahogany_armour_case_(flatpack)", - "price": 6337.5 + "price": 3724 }, "9862": { "id": 9862, @@ -140040,7 +137018,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": 35 + "price": 29.5 }, "9863": { "id": 9863, @@ -140058,7 +137036,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": 2575 + "price": 11000 }, "9864": { "id": 9864, @@ -140076,7 +137054,7 @@ "examine": "Mahogany treasure chest.", "wiki_name": "M. treasure chest (flatpack)", "wiki_url": "https://oldschool.runescape.wiki/w/M._treasure_chest_(flatpack)", - "price": 8000 + "price": 15000 }, "9865": { "id": 9865, @@ -140112,7 +137090,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": 1390 + "price": 1103.5 }, "9867": { "id": 9867, @@ -141225,7 +138203,7 @@ "examine": "A nicely roasted bird.", "wiki_name": "Roast bird meat", "wiki_url": "https://oldschool.runescape.wiki/w/Roast_bird_meat", - "price": 428.5 + "price": 484.5 }, "9982": { "id": 9982, @@ -141343,7 +138321,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": 495 + "price": 400.5 }, "9996": { "id": 9996, @@ -141397,7 +138375,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": 7473 + "price": 6565 }, "10002": { "id": 10002, @@ -141415,7 +138393,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": 4000 + "price": 4600 }, "10004": { "id": 10004, @@ -141433,7 +138411,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": 3000 + "price": 2517 }, "10006": { "id": 10006, @@ -141451,7 +138429,7 @@ "examine": "A simple bird catcher.", "wiki_name": "Bird snare", "wiki_url": "https://oldschool.runescape.wiki/w/Bird_snare", - "price": 100 + "price": 17 }, "10008": { "id": 10008, @@ -141469,7 +138447,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": 28.5 + "price": 67 }, "10010": { "id": 10010, @@ -141562,7 +138540,7 @@ "examine": "It's got little holes in the top.", "wiki_name": "Butterfly jar", "wiki_url": "https://oldschool.runescape.wiki/w/Butterfly_jar", - "price": 126 + "price": 173 }, "10014": { "id": 10014, @@ -141780,7 +138758,7 @@ "examine": "A magical catching box.", "wiki_name": "Magic box", "wiki_url": "https://oldschool.runescape.wiki/w/Magic_box", - "price": 398 + "price": 83 }, "10027": { "id": 10027, @@ -141826,7 +138804,7 @@ "examine": "Reduces the risk of hand severage when poking large, vicious carnivores.", "wiki_name": "Teasing stick", "wiki_url": "https://oldschool.runescape.wiki/w/Teasing_stick", - "price": 3.5 + "price": 1 }, "10031": { "id": 10031, @@ -142058,7 +139036,7 @@ "hunter": 52 } }, - "price": 8932 + "price": 8000 }, "10039": { "id": 10039, @@ -142098,7 +139076,7 @@ "hunter": 52 } }, - "price": 15000 + "price": 7695.5 }, "10041": { "id": 10041, @@ -142138,7 +139116,7 @@ "hunter": 28 } }, - "price": 7497.5 + "price": 1032 }, "10043": { "id": 10043, @@ -142218,7 +139196,7 @@ "hunter": 28 } }, - "price": 8000 + "price": 16267 }, "10047": { "id": 10047, @@ -142258,7 +139236,7 @@ "hunter": 38 } }, - "price": 688.5 + "price": 150 }, "10049": { "id": 10049, @@ -142298,7 +139276,7 @@ "hunter": 38 } }, - "price": 10749.5 + "price": 2217.5 }, "10051": { "id": 10051, @@ -142338,7 +139316,7 @@ "hunter": 38 } }, - "price": 5000 + "price": 9944 }, "10053": { "id": 10053, @@ -142376,7 +139354,7 @@ "slot": "body", "requirements": null }, - "price": 15972.5 + "price": 18972 }, "10055": { "id": 10055, @@ -142414,7 +139392,7 @@ "slot": "legs", "requirements": null }, - "price": 11479.5 + "price": 157750 }, "10057": { "id": 10057, @@ -142452,7 +139430,7 @@ "slot": "body", "requirements": null }, - "price": 4000 + "price": 2303 }, "10059": { "id": 10059, @@ -142566,7 +139544,7 @@ "slot": "legs", "requirements": null }, - "price": 18479.5 + "price": 123966.5 }, "10065": { "id": 10065, @@ -142604,7 +139582,7 @@ "slot": "body", "requirements": null }, - "price": 8365 + "price": 14146.5 }, "10067": { "id": 10067, @@ -142642,7 +139620,7 @@ "slot": "legs", "requirements": null }, - "price": 8250.5 + "price": 13502 }, "10069": { "id": 10069, @@ -142682,7 +139660,7 @@ "hunter": 40 } }, - "price": 2879 + "price": 3393 }, "10071": { "id": 10071, @@ -142722,7 +139700,7 @@ "hunter": 66 } }, - "price": 780 + "price": 2239 }, "10075": { "id": 10075, @@ -142842,7 +139820,7 @@ "ranged": 40 } }, - "price": 1102 + "price": 2742.5 }, "10081": { "id": 10081, @@ -142882,7 +139860,7 @@ "ranged": 50 } }, - "price": 1942 + "price": 25299.5 }, "10083": { "id": 10083, @@ -142962,7 +139940,7 @@ "ranged": 70 } }, - "price": 2271 + "price": 2934.5 }, "10087": { "id": 10087, @@ -143496,7 +140474,7 @@ "slot": "neck", "requirements": null }, - "price": 1208 + "price": 2375 }, "10134": { "id": 10134, @@ -143532,7 +140510,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": 1172 + "price": 162 }, "10138": { "id": 10138, @@ -143550,7 +140528,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": 522 + "price": 325 }, "10140": { "id": 10140, @@ -143603,7 +140581,7 @@ "slot": "ammo", "requirements": null }, - "price": 4 + "price": 9.5 }, "10143": { "id": 10143, @@ -143677,7 +140655,7 @@ "slot": "ammo", "requirements": null }, - "price": 1.5 + "price": 2 }, "10145": { "id": 10145, @@ -143714,7 +140692,7 @@ "slot": "ammo", "requirements": null }, - "price": 3.5 + "price": 4 }, "10146": { "id": 10146, @@ -144067,7 +141045,7 @@ } ] }, - "price": 1 + "price": 15.5 }, "10156": { "id": 10156, @@ -144135,7 +141113,7 @@ } ] }, - "price": 3274.5 + "price": 2913 }, "10158": { "id": 10158, @@ -144174,7 +141152,7 @@ "ranged": 50 } }, - "price": 662.5 + "price": 563.5 }, "10159": { "id": 10159, @@ -144213,7 +141191,7 @@ "ranged": 50 } }, - "price": 990 + "price": 4980.5 }, "10167": { "id": 10167, @@ -144395,632 +141373,6 @@ "wiki_url": "https://oldschool.runescape.wiki/w/Feathered_journal", "price": 0 }, - "10180": { - "id": 10180, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (easy) - Dance in the shack in Lumbridge Swamp", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)_-_Dance_in_the_shack_in_Lumbridge_Swamp", - "price": 0 - }, - "10182": { - "id": 10182, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (easy) - Clap on the causeway to the Wizards' Tower", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)_-_Clap_on_the_causeway_to_the_Wizards'_Tower", - "price": 0 - }, - "10184": { - "id": 10184, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "release_date": "2004-05-05", - "examine": "A clue!", - "wiki_name": "Clue scroll (easy)", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)", - "price": 0 - }, - "10186": { - "id": 10186, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (easy) - Panic in the Limestone Mine", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)_-_Panic_in_the_Limestone_Mine", - "price": 0 - }, - "10188": { - "id": 10188, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (easy) - Bow outside the entrance to the Legends' Guild", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)_-_Bow_outside_the_entrance_to_the_Legends'_Guild", - "price": 0 - }, - "10190": { - "id": 10190, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (easy) - Wave on Mudskipper Point", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)_-_Wave_on_Mudskipper_Point", - "price": 0 - }, - "10192": { - "id": 10192, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (easy) - Cheer for the monks at Port Sarim", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)_-_Cheer_for_the_monks_at_Port_Sarim", - "price": 0 - }, - "10194": { - "id": 10194, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (easy) - Headbang in the mine north of Al Kharid", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)_-_Headbang_in_the_mine_north_of_Al_Kharid", - "price": 0 - }, - "10196": { - "id": 10196, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (easy) - Spin in Draynor Manor by the fountain", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)_-_Spin_in_Draynor_Manor_by_the_fountain", - "price": 0 - }, - "10198": { - "id": 10198, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (easy) - Think in middle of the wheat field by the Lumbridge mill", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)_-_Think_in_middle_of_the_wheat_field_by_the_Lumbridge_mill", - "price": 0 - }, - "10202": { - "id": 10202, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (easy) - Shrug in the mine near Rimmington", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)_-_Shrug_in_the_mine_near_Rimmington", - "price": 0 - }, - "10204": { - "id": 10204, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (easy) - Yawn in the Varrock library", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)_-_Yawn_in_the_Varrock_library", - "price": 0 - }, - "10206": { - "id": 10206, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (easy) - Clap on the top level of the mill, north of East Ardougne", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)_-_Clap_on_the_top_level_of_the_mill,_north_of_East_Ardougne", - "price": 0 - }, - "10208": { - "id": 10208, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (easy) - Dance in the Party Room", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)_-_Dance_in_the_Party_Room", - "price": 0 - }, - "10210": { - "id": 10210, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (easy) - Cheer at the Druids' Circle", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)_-_Cheer_at_the_Druids'_Circle", - "price": 0 - }, - "10212": { - "id": 10212, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (easy) - Cheer at the games room", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)_-_Cheer_at_the_games_room", - "price": 0 - }, - "10214": { - "id": 10214, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (easy) - Jump for joy at the beehives", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)_-_Jump_for_joy_at_the_beehives", - "price": 0 - }, - "10216": { - "id": 10216, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (easy) - Blow a raspberry at the monkey cage in Ardougne Zoo", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)_-_Blow_a_raspberry_at_the_monkey_cage_in_Ardougne_Zoo", - "price": 0 - }, - "10218": { - "id": 10218, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (easy) - Spin at the crossroads north of Rimmington", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)_-_Spin_at_the_crossroads_north_of_Rimmington", - "price": 0 - }, - "10220": { - "id": 10220, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (easy) - Dance a jig by the entrance to the Fishing Guild", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)_-_Dance_a_jig_by_the_entrance_to_the_Fishing_Guild", - "price": 0 - }, - "10222": { - "id": 10222, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (easy) - Blow raspberries outside the entrance to Keep Le Faye", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)_-_Blow_raspberries_outside_the_entrance_to_Keep_Le_Faye", - "price": 0 - }, - "10224": { - "id": 10224, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (easy) - Panic on the pier where you catch the Fishing trawler", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)_-_Panic_on_the_pier_where_you_catch_the_Fishing_trawler", - "price": 0 - }, - "10226": { - "id": 10226, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (easy) - Laugh at the crossroads south of the Sinclair Mansion", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)_-_Laugh_at_the_crossroads_south_of_the_Sinclair_Mansion", - "price": 0 - }, - "10228": { - "id": 10228, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (easy) - Clap in the main exam room in the Exam Centre", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)_-_Clap_in_the_main_exam_room_in_the_Exam_Centre", - "price": 0 - }, - "10230": { - "id": 10230, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (easy) - Wave along the south fence of the Lumber Yard", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)_-_Wave_along_the_south_fence_of_the_Lumber_Yard", - "price": 0 - }, - "10232": { - "id": 10232, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (easy) - Bow in the office of the Emir's Arena", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)_-_Bow_in_the_office_of_the_Emir's_Arena", - "price": 0 - }, - "10234": { - "id": 10234, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - Shrug in the Zamorak temple found in the Eastern Wilderness", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_Shrug_in_the_Zamorak_temple_found_in_the_Eastern_Wilderness", - "price": 0 - }, - "10236": { - "id": 10236, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - Blow a raspberry in the Fishing Guild bank", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_Blow_a_raspberry_in_the_Fishing_Guild_bank", - "price": 0 - }, - "10238": { - "id": 10238, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - Bow at the top of the lighthouse", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_Bow_at_the_top_of_the_lighthouse", - "price": 0 - }, - "10240": { - "id": 10240, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - Panic in the heart of the Haunted Woods", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_Panic_in_the_heart_of_the_Haunted_Woods", - "price": 0 - }, - "10242": { - "id": 10242, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - Dance at the cat-doored pyramid in Sophanem", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_Dance_at_the_cat-doored_pyramid_in_Sophanem", - "price": 0 - }, - "10244": { - "id": 10244, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - Yawn in the rogues' general store", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_Yawn_in_the_rogues'_general_store", - "price": 0 - }, - "10246": { - "id": 10246, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - Salute in the banana plantation", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_Salute_in_the_banana_plantation", - "price": 0 - }, - "10248": { - "id": 10248, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - Laugh in Jokul's tent in the Mountain Camp", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_Laugh_in_Jokul's_tent_in_the_Mountain_Camp", - "price": 0 - }, - "10250": { - "id": 10250, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - Panic by the pilot on White Wolf Mountain", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_Panic_by_the_pilot_on_White_Wolf_Mountain", - "price": 0 - }, - "10254": { - "id": 10254, - "name": "Clue scroll (medium)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (medium) - Dance in the centre of Canifis", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(medium)_-_Dance_in_the_centre_of_Canifis", - "price": 0 - }, - "10256": { - "id": 10256, - "name": "Clue scroll (medium)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (medium) - Panic by the mausoleum in Morytania", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(medium)_-_Panic_by_the_mausoleum_in_Morytania", - "price": 0 - }, - "10258": { - "id": 10258, - "name": "Clue scroll (medium)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (medium) - Spin on the bridge by the Barbarian Village", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(medium)_-_Spin_on_the_bridge_by_the_Barbarian_Village", - "price": 0 - }, - "10260": { - "id": 10260, - "name": "Clue scroll (medium)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "release_date": "2006-12-05", - "examine": "A clue!", - "wiki_name": "Clue scroll (medium) - Beckon in Tai Bwo Wannai", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(medium)_-_Beckon_in_Tai_Bwo_Wannai", - "price": 0 - }, - "10262": { - "id": 10262, - "name": "Clue scroll (medium)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (medium) - Yawn in the Castle Wars lobby", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(medium)_-_Yawn_in_the_Castle_Wars_lobby", - "price": 0 - }, - "10264": { - "id": 10264, - "name": "Clue scroll (medium)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (medium) - Cheer in the Barbarian Agility Arena", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(medium)_-_Cheer_in_the_Barbarian_Agility_Arena", - "price": 0 - }, - "10266": { - "id": 10266, - "name": "Clue scroll (medium)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (medium) - Cry on top of the western tree in the Gnome Agility Arena", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(medium)_-_Cry_on_top_of_the_western_tree_in_the_Gnome_Agility_Arena", - "price": 0 - }, - "10268": { - "id": 10268, - "name": "Clue scroll (medium)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (medium) - Jump for joy in Yanille bank", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(medium)_-_Jump_for_joy_in_Yanille_bank", - "price": 0 - }, - "10270": { - "id": 10270, - "name": "Clue scroll (medium)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (medium) - Think in the centre of the Observatory", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(medium)_-_Think_in_the_centre_of_the_Observatory", - "price": 0 - }, - "10272": { - "id": 10272, - "name": "Clue scroll (medium)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (medium) - Cheer in the Ogre Pen in the Training Camp", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(medium)_-_Cheer_in_the_Ogre_Pen_in_the_Training_Camp", - "price": 0 - }, - "10274": { - "id": 10274, - "name": "Clue scroll (medium)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (medium) - Beckon in the Digsite, near the eastern winch", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(medium)_-_Beckon_in_the_Digsite,_near_the_eastern_winch", - "price": 0 - }, - "10276": { - "id": 10276, - "name": "Clue scroll (medium)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (medium) - Cry in the Catherby Ranging shop", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(medium)_-_Cry_in_the_Catherby_Ranging_shop", - "price": 0 - }, - "10278": { - "id": 10278, - "name": "Clue scroll (medium)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (medium) - Dance a jig under Shantay's Awning", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(medium)_-_Dance_a_jig_under_Shantay's_Awning", - "price": 0 - }, "10280": { "id": 10280, "name": "Willow comp bow", @@ -145154,7 +141506,7 @@ } ] }, - "price": 576 + "price": 738.5 }, "10284": { "id": 10284, @@ -145261,7 +141613,7 @@ "defence": 40 } }, - "price": 57542 + "price": 65000 }, "10288": { "id": 10288, @@ -145300,7 +141652,7 @@ "defence": 40 } }, - "price": 24140 + "price": 21633 }, "10290": { "id": 10290, @@ -145378,7 +141730,7 @@ "defence": 40 } }, - "price": 20449 + "price": 22757.5 }, "10294": { "id": 10294, @@ -145456,7 +141808,7 @@ "defence": 30 } }, - "price": 2261.5 + "price": 4759 }, "10298": { "id": 10298, @@ -145495,7 +141847,7 @@ "defence": 30 } }, - "price": 2253 + "price": 2544.5 }, "10300": { "id": 10300, @@ -145573,7 +141925,7 @@ "defence": 30 } }, - "price": 2246 + "price": 2815.5 }, "10304": { "id": 10304, @@ -145612,7 +141964,7 @@ "defence": 30 } }, - "price": 2198.5 + "price": 3190 }, "10306": { "id": 10306, @@ -145651,7 +142003,7 @@ "defence": 10 } }, - "price": 4266 + "price": 3764 }, "10308": { "id": 10308, @@ -145729,7 +142081,7 @@ "defence": 10 } }, - "price": 3125 + "price": 6533 }, "10312": { "id": 10312, @@ -145768,7 +142120,7 @@ "defence": 10 } }, - "price": 3245.5 + "price": 13796.5 }, "10314": { "id": 10314, @@ -145807,7 +142159,7 @@ "defence": 10 } }, - "price": 5671 + "price": 4284.5 }, "10316": { "id": 10316, @@ -145845,7 +142197,7 @@ "slot": "body", "requirements": null }, - "price": 16752 + "price": 10513.5 }, "10318": { "id": 10318, @@ -145883,7 +142235,7 @@ "slot": "body", "requirements": null }, - "price": 10772 + "price": 28964 }, "10320": { "id": 10320, @@ -145997,7 +142349,7 @@ "slot": "body", "requirements": null }, - "price": 15400 + "price": 18009 }, "10326": { "id": 10326, @@ -146014,7 +142366,7 @@ "examine": "Makes firelighting a lot easier.", "wiki_name": "Purple firelighter", "wiki_url": "https://oldschool.runescape.wiki/w/Purple_firelighter", - "price": 90.5 + "price": 59 }, "10327": { "id": 10327, @@ -146031,7 +142383,7 @@ "examine": "Makes firelighting a lot easier.", "wiki_name": "White firelighter", "wiki_url": "https://oldschool.runescape.wiki/w/White_firelighter", - "price": 78 + "price": 65.5 }, "10328": { "id": 10328, @@ -146100,7 +142452,7 @@ "defence": 45 } }, - "price": 54036231.5 + "price": 57779004.5 }, "10332": { "id": 10332, @@ -146141,7 +142493,7 @@ "defence": 45 } }, - "price": 25750000 + "price": 26879004.5 }, "10334": { "id": 10334, @@ -146182,7 +142534,7 @@ "defence": 45 } }, - "price": 24088724 + "price": 26205677 }, "10336": { "id": 10336, @@ -146264,7 +142616,7 @@ "defence": 30 } }, - "price": 142935181.5 + "price": 158774566 }, "10340": { "id": 10340, @@ -146305,7 +142657,7 @@ "defence": 30 } }, - "price": 51733000 + "price": 53915561.5 }, "10342": { "id": 10342, @@ -146346,7 +142698,7 @@ "defence": 30 } }, - "price": 34399389.5 + "price": 35675680 }, "10344": { "id": 10344, @@ -146507,7 +142859,7 @@ "defence": 65 } }, - "price": 64297000 + "price": 61250000 }, "10352": { "id": 10352, @@ -146547,7 +142899,7 @@ "defence": 65 } }, - "price": 139450209 + "price": 133312156 }, "10354": { "id": 10354, @@ -146768,7 +143120,7 @@ "slot": "neck", "requirements": null }, - "price": 16648 + "price": 18999.5 }, "10366": { "id": 10366, @@ -146846,7 +143198,7 @@ "defence": 40 } }, - "price": 179851.5 + "price": 165881.5 }, "10370": { "id": 10370, @@ -146887,7 +143239,7 @@ "defence": 40 } }, - "price": 366632.5 + "price": 387206 }, "10372": { "id": 10372, @@ -146969,7 +143321,7 @@ "defence": 40 } }, - "price": 121995 + "price": 91253.5 }, "10376": { "id": 10376, @@ -147133,7 +143485,7 @@ "defence": 40 } }, - "price": 113020.5 + "price": 154764 }, "10384": { "id": 10384, @@ -147174,7 +143526,7 @@ "defence": 40 } }, - "price": 88075.5 + "price": 62482 }, "10386": { "id": 10386, @@ -147256,7 +143608,7 @@ "defence": 40 } }, - "price": 577693 + "price": 528537.5 }, "10390": { "id": 10390, @@ -147297,7 +143649,7 @@ "defence": 40 } }, - "price": 88929 + "price": 118475 }, "10392": { "id": 10392, @@ -147335,7 +143687,7 @@ "slot": "head", "requirements": null }, - "price": 8288 + "price": 13050 }, "10394": { "id": 10394, @@ -147373,7 +143725,7 @@ "slot": "legs", "requirements": null }, - "price": 3123610 + "price": 2906831.5 }, "10396": { "id": 10396, @@ -147563,7 +143915,7 @@ "slot": "body", "requirements": null }, - "price": 3311 + "price": 6353.5 }, "10406": { "id": 10406, @@ -147601,7 +143953,7 @@ "slot": "legs", "requirements": null }, - "price": 1197 + "price": 1636.5 }, "10408": { "id": 10408, @@ -147715,7 +144067,7 @@ "slot": "body", "requirements": null }, - "price": 8650 + "price": 11180 }, "10414": { "id": 10414, @@ -147753,7 +144105,7 @@ "slot": "legs", "requirements": null }, - "price": 1409.5 + "price": 3520 }, "10416": { "id": 10416, @@ -147791,7 +144143,7 @@ "slot": "body", "requirements": null }, - "price": 1281 + "price": 3261 }, "10418": { "id": 10418, @@ -147829,7 +144181,7 @@ "slot": "legs", "requirements": null }, - "price": 2772.5 + "price": 4474 }, "10420": { "id": 10420, @@ -147867,7 +144219,7 @@ "slot": "body", "requirements": null }, - "price": 13430 + "price": 2681.5 }, "10422": { "id": 10422, @@ -147905,7 +144257,7 @@ "slot": "legs", "requirements": null }, - "price": 1289.5 + "price": 1516.5 }, "10424": { "id": 10424, @@ -147981,7 +144333,7 @@ "slot": "legs", "requirements": null }, - "price": 2788 + "price": 725 }, "10428": { "id": 10428, @@ -148019,7 +144371,7 @@ "slot": "body", "requirements": null }, - "price": 6400 + "price": 9950 }, "10430": { "id": 10430, @@ -148133,7 +144485,7 @@ "slot": "legs", "requirements": null }, - "price": 1891 + "price": 21855 }, "10436": { "id": 10436, @@ -148171,7 +144523,7 @@ "slot": "body", "requirements": null }, - "price": 3542 + "price": 50800.5 }, "10438": { "id": 10438, @@ -148209,7 +144561,7 @@ "slot": "legs", "requirements": null }, - "price": 1963.5 + "price": 2994.5 }, "10440": { "id": 10440, @@ -148291,7 +144643,7 @@ } ] }, - "price": 16038 + "price": 10252 }, "10442": { "id": 10442, @@ -148455,7 +144807,7 @@ } ] }, - "price": 15000 + "price": 9077 }, "10446": { "id": 10446, @@ -148535,7 +144887,7 @@ "prayer": 40 } }, - "price": 19743.5 + "price": 16371 }, "10450": { "id": 10450, @@ -148616,7 +144968,7 @@ "magic": 40 } }, - "price": 15420.5 + "price": 11404.5 }, "10454": { "id": 10454, @@ -148657,7 +145009,7 @@ "magic": 40 } }, - "price": 10863 + "price": 12688 }, "10456": { "id": 10456, @@ -148738,7 +145090,7 @@ "prayer": 20 } }, - "price": 96006 + "price": 101717.5 }, "10460": { "id": 10460, @@ -148778,7 +145130,7 @@ "prayer": 20 } }, - "price": 88252.5 + "price": 106053.5 }, "10462": { "id": 10462, @@ -148818,7 +145170,7 @@ "prayer": 20 } }, - "price": 79420 + "price": 58929 }, "10464": { "id": 10464, @@ -148858,7 +145210,7 @@ "prayer": 20 } }, - "price": 80504.5 + "price": 64874 }, "10466": { "id": 10466, @@ -148898,7 +145250,7 @@ "prayer": 20 } }, - "price": 38278.5 + "price": 33486 }, "10468": { "id": 10468, @@ -148938,7 +145290,7 @@ "prayer": 20 } }, - "price": 118466.5 + "price": 64516.5 }, "10470": { "id": 10470, @@ -149018,7 +145370,7 @@ "prayer": 60 } }, - "price": 2183 + "price": 13136 }, "10474": { "id": 10474, @@ -149352,7 +145704,7 @@ "examine": "Shiny!", "wiki_name": "Polished buttons", "wiki_url": "https://oldschool.runescape.wiki/w/Polished_buttons", - "price": 1999 + "price": 1010 }, "10498": { "id": 10498, @@ -149361,8 +145713,6 @@ "equipable": true, "equipable_by_player": true, "cost": 769, - "lowalch": 307, - "highalch": 461, "weight": 4.535, "release_date": "2006-12-12", "examine": "A bagged chicken ready to serve you, magnet in claw.", @@ -149386,7 +145736,9 @@ "slot": "cape", "requirements": null }, - "price": 0 + "price": 0, + "lowalch": 307, + "highalch": 461 }, "10499": { "id": 10499, @@ -149395,8 +145747,6 @@ "equipable": true, "equipable_by_player": true, "cost": 1000, - "lowalch": 400, - "highalch": 600, "weight": 4.535, "release_date": "2006-12-12", "examine": "A superior bagged chicken ready to serve you, magnet in claw.", @@ -149422,7 +145772,9 @@ "ranged": 50 } }, - "price": 0 + "price": 0, + "lowalch": 400, + "highalch": 600 }, "10500": { "id": 10500, @@ -150494,7 +146846,7 @@ "defence": 50 } }, - "price": 53183.5 + "price": 59595 }, "10566": { "id": 10566, @@ -151073,7 +147425,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": 1475 + "price": 2072 }, "10810": { "id": 10810, @@ -151109,7 +147461,7 @@ "examine": "Used to repair bridges.", "wiki_name": "Split log", "wiki_url": "https://oldschool.runescape.wiki/w/Split_log", - "price": 822.5 + "price": 403.5 }, "10814": { "id": 10814, @@ -151127,7 +147479,7 @@ "examine": "I can spin this into rope.", "wiki_name": "Hair", "wiki_url": "https://oldschool.runescape.wiki/w/Hair", - "price": 402.5 + "price": 258 }, "10816": { "id": 10816, @@ -151181,7 +147533,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": 1270 + "price": 628.5 }, "10822": { "id": 10822, @@ -151221,7 +147573,7 @@ "defence": 20 } }, - "price": 3515 + "price": 4124 }, "10824": { "id": 10824, @@ -151261,7 +147613,7 @@ "defence": 20 } }, - "price": 601 + "price": 1129.5 }, "10826": { "id": 10826, @@ -151301,7 +147653,7 @@ "defence": 30 } }, - "price": 2687 + "price": 1305 }, "10828": { "id": 10828, @@ -152499,7 +148851,7 @@ "examine": "A wooden cat toy.", "wiki_name": "Wooden cat", "wiki_url": "https://oldschool.runescape.wiki/w/Wooden_cat", - "price": 17500 + "price": 3500 }, "10893": { "id": 10893, @@ -152789,7 +149141,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": 15751 + "price": 13013 }, "10931": { "id": 10931, @@ -152901,7 +149253,7 @@ "examine": "The claws from a nail beast.", "wiki_name": "Nail beast nails", "wiki_url": "https://oldschool.runescape.wiki/w/Nail_beast_nails", - "price": 10075 + "price": 8535 }, "10939": { "id": 10939, @@ -153141,7 +149493,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": 650 + "price": 2663.5 }, "10954": { "id": 10954, @@ -153182,7 +149534,7 @@ "ranged": 25 } }, - "price": 186.5 + "price": 907 }, "10956": { "id": 10956, @@ -153524,7 +149876,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": 6 + "price": 75 }, "10980": { "id": 10980, @@ -153556,7 +149908,7 @@ "examine": "Wire found in Dorgesh-Kaan.", "wiki_name": "Cave goblin wire", "wiki_url": "https://oldschool.runescape.wiki/w/Cave_goblin_wire", - "price": 1059.5 + "price": 1317.5 }, "10983": { "id": 10983, @@ -153788,7 +150140,7 @@ "examine": "A tattered goblin holy book.", "wiki_name": "Goblin book", "wiki_url": "https://oldschool.runescape.wiki/w/Goblin_book", - "price": 705.5 + "price": 476 }, "11001": { "id": 11001, @@ -154357,7 +150709,7 @@ } ] }, - "price": 247291.5 + "price": 327654 }, "11039": { "id": 11039, @@ -154722,7 +151074,7 @@ } ] }, - "price": 3995, + "price": 3350, "lowalch": 400, "highalch": 600 }, @@ -154756,7 +151108,7 @@ "examine": "Used to make bracelets.", "wiki_name": "Bracelet mould", "wiki_url": "https://oldschool.runescape.wiki/w/Bracelet_mould", - "price": 324.5 + "price": 381 }, "11069": { "id": 11069, @@ -154870,7 +151222,7 @@ "slot": "hands", "requirements": null }, - "price": 594 + "price": 431 }, "11076": { "id": 11076, @@ -155091,7 +151443,7 @@ "slot": "hands", "requirements": null }, - "price": 1601.5 + "price": 1289.5 }, "11090": { "id": 11090, @@ -155802,7 +152154,7 @@ "slot": "neck", "requirements": null }, - "price": 2963086.5 + "price": 3061300 }, "11130": { "id": 11130, @@ -155840,7 +152192,7 @@ "slot": "hands", "requirements": null }, - "price": 2999500 + "price": 3174500 }, "11133": { "id": 11133, @@ -156146,19 +152498,6 @@ "wiki_url": "https://oldschool.runescape.wiki/w/Hunter_kit", "price": 0 }, - "11164": { - "id": 11164, - "name": "Restored shield", - "cost": 1, - "lowalch": 0, - "highalch": 0, - "weight": 5.443, - "release_date": "2007-05-29", - "examine": "Complete Shield of Arrav.", - "wiki_name": "Restored shield (unobtainable item)", - "wiki_url": "https://oldschool.runescape.wiki/w/Restored_shield_(unobtainable_item)", - "price": 0 - }, "11165": { "id": 11165, "name": "Phoenix crossbow", @@ -156811,7 +153150,7 @@ "examine": "A shrunk ogleroot! How odd...", "wiki_name": "Shrunk ogleroot", "wiki_url": "https://oldschool.runescape.wiki/w/Shrunk_ogleroot", - "price": 450.5 + "price": 521 }, "11210": { "id": 11210, @@ -156991,7 +153330,7 @@ "ranged": 60 } }, - "price": 1640 + "price": 1858 }, "11228": { "id": 11228, @@ -157030,7 +153369,7 @@ "ranged": 60 } }, - "price": 1471.5 + "price": 1185 }, "11229": { "id": 11229, @@ -157287,7 +153626,7 @@ } ] }, - "price": 1401 + "price": 1728 }, "11234": { "id": 11234, @@ -157475,7 +153814,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": 1808.5 + "price": 2099 }, "11242": { "id": 11242, @@ -157511,7 +153850,7 @@ "examine": "Earth impling in a jar.", "wiki_name": "Earth impling jar", "wiki_url": "https://oldschool.runescape.wiki/w/Earth_impling_jar", - "price": 1704 + "price": 1977 }, "11246": { "id": 11246, @@ -157619,7 +153958,7 @@ "examine": "Dragon impling in a jar.", "wiki_name": "Dragon impling jar", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_impling_jar", - "price": 680000 + "price": 635179.5 }, "11258": { "id": 11258, @@ -157832,7 +154171,7 @@ "slot": "head", "requirements": null }, - "price": 108491 + "price": 86895.5 }, "11282": { "id": 11282, @@ -157992,7 +154331,7 @@ "examine": "Roe, or cheap fishy eggs.", "wiki_name": "Roe", "wiki_url": "https://oldschool.runescape.wiki/w/Roe", - "price": 100 + "price": 83.5 }, "11326": { "id": 11326, @@ -158046,7 +154385,7 @@ "examine": "Some non-tasty salmon.", "wiki_name": "Leaping salmon", "wiki_url": "https://oldschool.runescape.wiki/w/Leaping_salmon", - "price": 16.5 + "price": 20 }, "11332": { "id": 11332, @@ -158064,7 +154403,7 @@ "examine": "A bloated sturgeon.", "wiki_name": "Leaping sturgeon", "wiki_url": "https://oldschool.runescape.wiki/w/Leaping_sturgeon", - "price": 56.5 + "price": 72 }, "11334": { "id": 11334, @@ -158081,7 +154420,7 @@ "examine": "Slices of inedible fish.", "wiki_name": "Fish offcuts", "wiki_url": "https://oldschool.runescape.wiki/w/Fish_offcuts", - "price": 35 + "price": 67.5 }, "11335": { "id": 11335, @@ -158841,7 +155180,7 @@ } ] }, - "price": 367 + "price": 178 }, "11375": { "id": 11375, @@ -158916,7 +155255,7 @@ } ] }, - "price": 1465.5 + "price": 1857.5 }, "11377": { "id": 11377, @@ -159066,7 +155405,7 @@ } ] }, - "price": 300.5 + "price": 2293.5 }, "11381": { "id": 11381, @@ -160250,7 +156589,7 @@ } ] }, - "price": 2116.5 + "price": 1072.5 }, "11409": { "id": 11409, @@ -160546,7 +156885,7 @@ } ] }, - "price": 16259 + "price": 27402 }, "11416": { "id": 11416, @@ -160692,7 +157031,7 @@ } ] }, - "price": 5086 + "price": 27491.5 }, "11419": { "id": 11419, @@ -160767,7 +157106,7 @@ } ] }, - "price": 46098 + "price": 19948.5 }, "11427": { "id": 11427, @@ -160831,7 +157170,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": 180.5 + "price": 633.5 }, "11433": { "id": 11433, @@ -160849,7 +157188,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": 85.5 + "price": 179.5 }, "11435": { "id": 11435, @@ -160867,7 +157206,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": 136 + "price": 2501 }, "11437": { "id": 11437, @@ -160921,7 +157260,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": 65.5 + "price": 154.5 }, "11443": { "id": 11443, @@ -160957,7 +157296,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": 83.5 + "price": 66.5 }, "11447": { "id": 11447, @@ -160993,7 +157332,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": 134.5 + "price": 56.5 }, "11451": { "id": 11451, @@ -161029,7 +157368,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": 48.5 + "price": 158.5 }, "11455": { "id": 11455, @@ -161083,7 +157422,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": 2549.5 + "price": 1233.5 }, "11461": { "id": 11461, @@ -161119,7 +157458,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": 495 + "price": 589.5 }, "11465": { "id": 11465, @@ -161209,7 +157548,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": 492.5 + "price": 1041 }, "11475": { "id": 11475, @@ -161227,7 +157566,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": 226 + "price": 283.5 }, "11477": { "id": 11477, @@ -161263,7 +157602,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": 1000 + "price": 529.5 }, "11481": { "id": 11481, @@ -161299,7 +157638,7 @@ "examine": "One dose of fishy super energy potion.", "wiki_name": "Super energy mix (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Super_energy_mix#1_dose", - "price": 628.5 + "price": 2628.5 }, "11485": { "id": 11485, @@ -161317,7 +157656,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": 1076 + "price": 1293 }, "11487": { "id": 11487, @@ -161335,7 +157674,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": 523 + "price": 961 }, "11489": { "id": 11489, @@ -161353,7 +157692,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": 1828 + "price": 2068 }, "11491": { "id": 11491, @@ -161389,7 +157728,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": 4270 + "price": 6900 }, "11495": { "id": 11495, @@ -161425,7 +157764,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": 537 + "price": 638 }, "11499": { "id": 11499, @@ -161443,7 +157782,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": 137.5 + "price": 221 }, "11501": { "id": 11501, @@ -161461,7 +157800,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": 1595 + "price": 655.5 }, "11503": { "id": 11503, @@ -161497,7 +157836,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": 201.5 + "price": 156 }, "11507": { "id": 11507, @@ -161515,7 +157854,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": 76 + "price": 144 }, "11509": { "id": 11509, @@ -161533,7 +157872,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": 105 + "price": 1367.5 }, "11511": { "id": 11511, @@ -161551,7 +157890,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": 376 + "price": 466 }, "11513": { "id": 11513, @@ -161569,7 +157908,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": 18.5 + "price": 42 }, "11515": { "id": 11515, @@ -161605,7 +157944,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": 3112.5 + "price": 3749 }, "11519": { "id": 11519, @@ -161641,7 +157980,7 @@ "examine": "Two doses of fishy Zamorak brew.", "wiki_name": "Zamorak mix (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Zamorak_mix#2_dose", - "price": 156 + "price": 640 }, "11523": { "id": 11523, @@ -165347,7 +161686,7 @@ } ] }, - "price": 59551967 + "price": 62261172 }, "11787": { "id": 11787, @@ -165513,7 +161852,7 @@ } ] }, - "price": 92000 + "price": 115806.5 }, "11791": { "id": 11791, @@ -165596,7 +161935,7 @@ } ] }, - "price": 11115295 + "price": 11763663.5 }, "11794": { "id": 11794, @@ -165737,7 +162076,7 @@ } ] }, - "price": 11445000 + "price": 11799189.5 }, "11804": { "id": 11804, @@ -165887,7 +162226,7 @@ } ] }, - "price": 21683386 + "price": 23467593.5 }, "11808": { "id": 11808, @@ -165962,7 +162301,7 @@ } ] }, - "price": 26862525 + "price": 29385004 }, "11810": { "id": 11810, @@ -166034,7 +162373,7 @@ "examine": "Brimming with potential.", "wiki_name": "Zamorak hilt", "wiki_url": "https://oldschool.runescape.wiki/w/Zamorak_hilt", - "price": 26150000 + "price": 27050000 }, "11818": { "id": 11818, @@ -166052,7 +162391,7 @@ "examine": "A part of the Godsword blade.", "wiki_name": "Godsword shard 1", "wiki_url": "https://oldschool.runescape.wiki/w/Godsword_shard_1", - "price": 145151 + "price": 160000 }, "11820": { "id": 11820, @@ -166070,7 +162409,7 @@ "examine": "A part of the Godsword blade.", "wiki_name": "Godsword shard 2", "wiki_url": "https://oldschool.runescape.wiki/w/Godsword_shard_2", - "price": 147002.5 + "price": 160605.5 }, "11822": { "id": 11822, @@ -166088,7 +162427,7 @@ "examine": "A part of the Godsword blade.", "wiki_name": "Godsword shard 3", "wiki_url": "https://oldschool.runescape.wiki/w/Godsword_shard_3", - "price": 146606.5 + "price": 163171 }, "11824": { "id": 11824, @@ -166406,7 +162745,7 @@ "defence": 65 } }, - "price": 271354 + "price": 300000 }, "11838": { "id": 11838, @@ -166481,7 +162820,7 @@ } ] }, - "price": 199894.5 + "price": 186821 }, "11840": { "id": 11840, @@ -167240,7 +163579,7 @@ "examine": "Arrowheads with broad tips.", "wiki_name": "Broad arrowheads", "wiki_url": "https://oldschool.runescape.wiki/w/Broad_arrowheads", - "price": 60 + "price": 71 }, "11875": { "id": 11875, @@ -167280,7 +163619,7 @@ "slayer": 55 } }, - "price": 46 + "price": 51 }, "11876": { "id": 11876, @@ -168472,7 +164811,7 @@ "defence": 60 } }, - "price": 1361815 + "price": 1250163.5 }, "11926": { "id": 11926, @@ -168512,7 +164851,7 @@ "defence": 60 } }, - "price": 3135496 + "price": 3362745 }, "11928": { "id": 11928, @@ -168530,7 +164869,7 @@ "examine": "A broken shield piece.", "wiki_name": "Odium shard 1", "wiki_url": "https://oldschool.runescape.wiki/w/Odium_shard_1", - "price": 2158777.5 + "price": 2390000 }, "11929": { "id": 11929, @@ -168548,7 +164887,7 @@ "examine": "A broken shield piece.", "wiki_name": "Odium shard 2", "wiki_url": "https://oldschool.runescape.wiki/w/Odium_shard_2", - "price": 555386 + "price": 662500 }, "11930": { "id": 11930, @@ -168566,7 +164905,7 @@ "examine": "A broken shield piece.", "wiki_name": "Odium shard 3", "wiki_url": "https://oldschool.runescape.wiki/w/Odium_shard_3", - "price": 79692.5 + "price": 150000 }, "11931": { "id": 11931, @@ -168689,7 +165028,7 @@ "examine": "What on earth would eat this?", "wiki_name": "Dark fishing bait", "wiki_url": "https://oldschool.runescape.wiki/w/Dark_fishing_bait", - "price": 7 + "price": 5 }, "11941": { "id": 11941, @@ -168753,7 +165092,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": 287.5 + "price": 341.5 }, "11953": { "id": 11953, @@ -168771,7 +165110,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": 490.5 + "price": 264 }, "11955": { "id": 11955, @@ -168789,7 +165128,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": 70.5 + "price": 201.5 }, "11957": { "id": 11957, @@ -168910,7 +165249,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": 582.5 + "price": 500 }, "11964": { "id": 11964, @@ -168948,7 +165287,7 @@ "slot": "neck", "requirements": null }, - "price": 91751.5 + "price": 73607 }, "11966": { "id": 11966, @@ -169426,7 +165765,7 @@ "slot": "head", "requirements": null }, - "price": 9042.5 + "price": 6191.5 }, "11992": { "id": 11992, @@ -169444,7 +165783,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": 133.5 + "price": 150 }, "11994": { "id": 11994, @@ -169580,7 +165919,7 @@ } ] }, - "price": 1500938 + "price": 1624242.5 }, "12000": { "id": 12000, @@ -169663,7 +166002,7 @@ } ] }, - "price": 1508904 + "price": 1783874 }, "12002": { "id": 12002, @@ -169703,7 +166042,7 @@ "magic": 70 } }, - "price": 653089 + "price": 619524.5 }, "12004": { "id": 12004, @@ -169803,7 +166142,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": 20865.5 + "price": 14922.5 }, "12009": { "id": 12009, @@ -170006,7 +166345,7 @@ "highalch": 0, "weight": 0.007, "release_date": "2014-05-01", - "examine": "Increases melee, ranged and magic damage & accuracy by 15%{{Sic|The correct value is 1/6th, equal to 16.67%.}} against the undead.", + "examine": "Increases melee, ranged and magic damage & accuracy by 15%{{Sic|The correct value for melee and ranged is 1/6th, equal to 16.67%.}} against the undead.", "wiki_name": "Salve amulet(i) (Nightmare Zone)", "wiki_url": "https://oldschool.runescape.wiki/w/Salve_amulet(i)#Nightmare_Zone", "equipment": { @@ -170063,345 +166402,6 @@ }, "price": 0 }, - "12021": { - "id": 12021, - "name": "Clue scroll (medium)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (medium) - Dance in the dark caves beneath Lumbridge Swamp", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(medium)_-_Dance_in_the_dark_caves_beneath_Lumbridge_Swamp", - "price": 0 - }, - "12023": { - "id": 12023, - "name": "Clue scroll (medium)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (medium) - Shrug in Catherby bank", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(medium)_-_Shrug_in_Catherby_bank", - "price": 0 - }, - "12025": { - "id": 12025, - "name": "Clue scroll (medium)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (medium) - Clap in Seers court house", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(medium)_-_Clap_in_Seers_court_house", - "price": 0 - }, - "12027": { - "id": 12027, - "name": "Clue scroll (medium)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "release_date": "2004-05-05", - "examine": "A clue!", - "wiki_name": "Clue scroll (medium)", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(medium)", - "price": 0 - }, - "12029": { - "id": 12029, - "name": "Clue scroll (medium)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (medium) - Jump for joy in the TzHaar sword shop", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(medium)_-_Jump_for_joy_in_the_TzHaar_sword_shop", - "price": 0 - }, - "12031": { - "id": 12031, - "name": "Clue scroll (medium)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (medium) - Cheer in the Edgeville general store", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(medium)_-_Cheer_in_the_Edgeville_general_store", - "price": 0 - }, - "12033": { - "id": 12033, - "name": "Clue scroll (medium)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (medium) - 08.11S 04.48E", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(medium)_-_08.11S_04.48E", - "price": 0 - }, - "12035": { - "id": 12035, - "name": "Clue scroll (medium)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (medium) - 02.43S 33.26E", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(medium)_-_02.43S_33.26E", - "price": 0 - }, - "12037": { - "id": 12037, - "name": "Clue scroll (medium)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (medium) - 12.28N 34.37E", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(medium)_-_12.28N_34.37E", - "price": 0 - }, - "12039": { - "id": 12039, - "name": "Clue scroll (medium)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (medium) - 15.22N 07.31E", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(medium)_-_15.22N_07.31E", - "price": 0 - }, - "12041": { - "id": 12041, - "name": "Clue scroll (medium)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (medium) - 03.07S 03.41W", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(medium)_-_03.07S_03.41W", - "price": 0 - }, - "12043": { - "id": 12043, - "name": "Clue scroll (medium)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (medium) - 06.58N 21.16E", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(medium)_-_06.58N_21.16E", - "price": 0 - }, - "12045": { - "id": 12045, - "name": "Clue scroll (medium)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (medium) - 09.35N 01.50W", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(medium)_-_09.35N_01.50W", - "price": 0 - }, - "12047": { - "id": 12047, - "name": "Clue scroll (medium)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (medium) - 11.33N 02.24W", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(medium)_-_11.33N_02.24W", - "price": 0 - }, - "12049": { - "id": 12049, - "name": "Clue scroll (medium)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (medium) - 10.45N 04.31E", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(medium)_-_10.45N_04.31E", - "price": 0 - }, - "12051": { - "id": 12051, - "name": "Clue scroll (medium)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (medium) - 06.41N 27.15E", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(medium)_-_06.41N_27.15E", - "price": 0 - }, - "12053": { - "id": 12053, - "name": "Clue scroll (medium)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (medium) - 11.18N 30.54E", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(medium)_-_11.18N_30.54E", - "price": 0 - }, - "12055": { - "id": 12055, - "name": "Clue scroll (medium)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (medium) - GOBLETS ODD TOES", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(medium)_-_GOBLETS_ODD_TOES", - "price": 0 - }, - "12057": { - "id": 12057, - "name": "Clue scroll (medium)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (medium) - A BAKER", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(medium)_-_A_BAKER", - "price": 0 - }, - "12059": { - "id": 12059, - "name": "Clue scroll (medium)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (medium) - I EVEN", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(medium)_-_I_EVEN", - "price": 0 - }, - "12061": { - "id": 12061, - "name": "Clue scroll (medium)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (medium) - A BASIC ANTI POT", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(medium)_-_A_BASIC_ANTI_POT", - "price": 0 - }, - "12063": { - "id": 12063, - "name": "Clue scroll (medium)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (medium) - RATAI", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(medium)_-_RATAI", - "price": 0 - }, - "12065": { - "id": 12065, - "name": "Clue scroll (medium)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (medium) - LEAKEY", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(medium)_-_LEAKEY", - "price": 0 - }, - "12067": { - "id": 12067, - "name": "Clue scroll (medium)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (medium) - THICKNO", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(medium)_-_THICKNO", - "price": 0 - }, - "12069": { - "id": 12069, - "name": "Clue scroll (medium)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (medium) - KAY SIR", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(medium)_-_KAY_SIR", - "price": 0 - }, - "12071": { - "id": 12071, - "name": "Clue scroll (medium)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (medium) - HEORIC", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(medium)_-_HEORIC", - "price": 0 - }, "12073": { "id": 12073, "name": "Clue scroll (elite)", @@ -170416,136 +166416,6 @@ "price": 0, "release_date": "2014-06-12" }, - "12074": { - "id": 12074, - "name": "Clue scroll (elite)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (elite) - Jump for joy at the Neitiznot rune rock", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(elite)_-_Jump_for_joy_at_the_Neitiznot_rune_rock", - "price": 0 - }, - "12075": { - "id": 12075, - "name": "Clue scroll (elite)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (elite) - Blow a kiss in the heart of the lava maze", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(elite)_-_Blow_a_kiss_in_the_heart_of_the_lava_maze", - "price": 0 - }, - "12076": { - "id": 12076, - "name": "Clue scroll (elite)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (elite) - Cheer in the Shadow dungeon", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(elite)_-_Cheer_in_the_Shadow_dungeon", - "price": 0 - }, - "12077": { - "id": 12077, - "name": "Clue scroll (elite)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (elite) - Salute in the Warriors' guild bank", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(elite)_-_Salute_in_the_Warriors'_guild_bank", - "price": 0 - }, - "12078": { - "id": 12078, - "name": "Clue scroll (elite)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (elite) - Bow upstairs in the Edgeville Monastery", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(elite)_-_Bow_upstairs_in_the_Edgeville_Monastery", - "price": 0 - }, - "12079": { - "id": 12079, - "name": "Clue scroll (elite)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (elite) - Dance on the Fishing Platform", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(elite)_-_Dance_on_the_Fishing_Platform", - "price": 0 - }, - "12080": { - "id": 12080, - "name": "Clue scroll (elite)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (elite) - Headbang at the top of Slayer Tower", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(elite)_-_Headbang_at_the_top_of_Slayer_Tower", - "price": 0 - }, - "12081": { - "id": 12081, - "name": "Clue scroll (elite)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (elite) - Yawn at the top of Trollheim", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(elite)_-_Yawn_at_the_top_of_Trollheim", - "price": 0 - }, - "12082": { - "id": 12082, - "name": "Clue scroll (elite)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (elite) - Laugh by the fountain of heroes", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(elite)_-_Laugh_by_the_fountain_of_heroes", - "price": 0 - }, - "12083": { - "id": 12083, - "name": "Clue scroll (elite)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (elite) - Jump for joy in the Ancient Cavern", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(elite)_-_Jump_for_joy_in_the_Ancient_Cavern", - "price": 0 - }, "12084": { "id": 12084, "name": "Casket (elite)", @@ -170560,384 +166430,6 @@ "wiki_url": "https://oldschool.runescape.wiki/w/Casket_(discontinued)#Elite", "price": 0 }, - "12085": { - "id": 12085, - "name": "Clue scroll (elite)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (elite) - 12.31N 43.11E", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(elite)_-_12.31N_43.11E", - "price": 0 - }, - "12086": { - "id": 12086, - "name": "Clue scroll (elite)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (elite) - 03.09S 42.50E", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(elite)_-_03.09S_42.50E", - "price": 0 - }, - "12087": { - "id": 12087, - "name": "Clue scroll (elite)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (elite) - 20.13N 08.07E", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(elite)_-_20.13N_08.07E", - "price": 0 - }, - "12088": { - "id": 12088, - "name": "Clue scroll (elite)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (elite) - 09.46S 43.22E", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(elite)_-_09.46S_43.22E", - "price": 0 - }, - "12089": { - "id": 12089, - "name": "Clue scroll (elite)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (elite) - 00.18S 02.35W", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(elite)_-_00.18S_02.35W", - "price": 0 - }, - "12090": { - "id": 12090, - "name": "Clue scroll (elite)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (elite) - 18.05N 12.05E", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(elite)_-_18.05N_12.05E", - "price": 0 - }, - "12091": { - "id": 12091, - "name": "Clue scroll (elite)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (elite) - 00.35N 35.50E", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(elite)_-_00.35N_35.50E", - "price": 0 - }, - "12092": { - "id": 12092, - "name": "Clue scroll (elite)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (elite) - 23.48N 11.43W", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(elite)_-_23.48N_11.43W", - "price": 0 - }, - "12093": { - "id": 12093, - "name": "Clue scroll (elite)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (elite) - 25.03N 29.22E", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(elite)_-_25.03N_29.22E", - "price": 0 - }, - "12094": { - "id": 12094, - "name": "Clue scroll (elite)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (elite) - 19.56N 02.31W", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(elite)_-_19.56N_02.31W", - "price": 0 - }, - "12095": { - "id": 12095, - "name": "Clue scroll (elite)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (elite) - 24.07N 23.22E", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(elite)_-_24.07N_23.22E", - "price": 0 - }, - "12096": { - "id": 12096, - "name": "Clue scroll (elite)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (elite) - 14.15S 08.01E", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(elite)_-_14.15S_08.01E", - "price": 0 - }, - "12097": { - "id": 12097, - "name": "Clue scroll (elite)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (elite) - 24.45N 17.24E", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(elite)_-_24.45N_17.24E", - "price": 0 - }, - "12098": { - "id": 12098, - "name": "Clue scroll (elite)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (elite) - 05.39S 02.13E", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(elite)_-_05.39S_02.13E", - "price": 0 - }, - "12099": { - "id": 12099, - "name": "Clue scroll (elite)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (elite) - 10.05S 24.31E", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(elite)_-_10.05S_24.31E", - "price": 0 - }, - "12100": { - "id": 12100, - "name": "Clue scroll (elite)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (elite) - 05.24S 26.56E", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(elite)_-_05.24S_26.56E", - "price": 0 - }, - "12101": { - "id": 12101, - "name": "Clue scroll (elite)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (elite) - 22.54N 29.01E", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(elite)_-_22.54N_29.01E", - "price": 0 - }, - "12102": { - "id": 12102, - "name": "Clue scroll (elite)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (elite) - 06.35N 09.07E", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(elite)_-_06.35N_09.07E", - "price": 0 - }, - "12103": { - "id": 12103, - "name": "Clue scroll (elite)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (elite) - 08.15N 35.24E", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(elite)_-_08.15N_35.24E", - "price": 0 - }, - "12104": { - "id": 12104, - "name": "Clue scroll (elite)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (elite) - 16.09N 10.33E", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(elite)_-_16.09N_10.33E", - "price": 0 - }, - "12105": { - "id": 12105, - "name": "Clue scroll (elite)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (elite) - 20.11N 07.41W", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(elite)_-_20.11N_07.41W", - "price": 0 - }, - "12106": { - "id": 12106, - "name": "Clue scroll (elite)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (elite) - 13.45S 15.30E", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(elite)_-_13.45S_15.30E", - "price": 0 - }, - "12107": { - "id": 12107, - "name": "Clue scroll (elite)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (elite) - 05.07S 13.26E", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(elite)_-_05.07S_13.26E", - "price": 0 - }, - "12108": { - "id": 12108, - "name": "Clue scroll (elite)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (elite) - 12.35N 36.20E", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(elite)_-_12.35N_36.20E", - "price": 0 - }, - "12109": { - "id": 12109, - "name": "Clue scroll (elite)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (elite) - 21.03N 24.13E", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(elite)_-_21.03N_24.13E", - "price": 0 - }, - "12110": { - "id": 12110, - "name": "Clue scroll (elite)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (elite) - 02.35S 11.52E", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(elite)_-_02.35S_11.52E", - "price": 0 - }, - "12111": { - "id": 12111, - "name": "Clue scroll (elite)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (elite) - 03.46N 08.07W", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(elite)_-_03.46N_08.07W", - "price": 0 - }, - "12113": { - "id": 12113, - "name": "Clue scroll (elite)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "release_date": "2014-06-12", - "examine": "A clue!", - "wiki_name": "Clue scroll (elite)", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(elite)", - "price": 0 - }, - "12127": { - "id": 12127, - "name": "Clue scroll (elite)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (elite) - Show this to Sherlock", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(elite)_-_Show_this_to_Sherlock", - "price": 0 - }, "12128": { "id": 12128, "name": "Challenge scroll (elite)", @@ -170952,370 +166444,6 @@ "wiki_url": "https://oldschool.runescape.wiki/w/Challenge_scroll#Elite", "price": 0 }, - "12130": { - "id": 12130, - "name": "Clue scroll (elite)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (elite) - South-west of Tree Gnome Village", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(elite)_-_South-west_of_Tree_Gnome_Village", - "price": 0 - }, - "12132": { - "id": 12132, - "name": "Clue scroll (elite)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (elite) - Career In Moon", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(elite)_-_Career_In_Moon", - "price": 0 - }, - "12133": { - "id": 12133, - "name": "Clue scroll (elite)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (elite) - Majors Lava Bads Air", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(elite)_-_Majors_Lava_Bads_Air", - "price": 0 - }, - "12134": { - "id": 12134, - "name": "Clue scroll (elite)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (elite) - Dr Hitman", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(elite)_-_Dr_Hitman", - "price": 0 - }, - "12135": { - "id": 12135, - "name": "Clue scroll (elite)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (elite) - No Owner", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(elite)_-_No_Owner", - "price": 0 - }, - "12136": { - "id": 12136, - "name": "Clue scroll (elite)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (elite) - Machete Clam", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(elite)_-_Machete_Clam", - "price": 0 - }, - "12137": { - "id": 12137, - "name": "Clue scroll (elite)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (elite) - Unleash Night Mist", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(elite)_-_Unleash_Night_Mist", - "price": 0 - }, - "12138": { - "id": 12138, - "name": "Clue scroll (elite)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (elite) - Cool Nerd", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(elite)_-_Cool_Nerd", - "price": 0 - }, - "12140": { - "id": 12140, - "name": "Clue scroll (elite)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (elite) - Has no one told you it is rude to ask a lady her age", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(elite)_-_Has_no_one_told_you_it_is_rude_to_ask_a_lady_her_age", - "price": 0 - }, - "12141": { - "id": 12141, - "name": "Clue scroll (elite)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (elite) - Green is the colour of my death", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(elite)_-_Green_is_the_colour_of_my_death", - "price": 0 - }, - "12142": { - "id": 12142, - "name": "Clue scroll (elite)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (elite) - Three rule below and three sit at top", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(elite)_-_Three_rule_below_and_three_sit_at_top", - "price": 0 - }, - "12143": { - "id": 12143, - "name": "Clue scroll (elite)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (elite) - The beasts retreat, for their Queen is gone", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(elite)_-_The_beasts_retreat,_for_their_Queen_is_gone", - "price": 0 - }, - "12144": { - "id": 12144, - "name": "Clue scroll (elite)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (elite) - I am the one who watches the giants", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(elite)_-_I_am_the_one_who_watches_the_giants", - "price": 0 - }, - "12145": { - "id": 12145, - "name": "Clue scroll (elite)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (elite) - Even the seers say this clue goes right over their heads", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(elite)_-_Even_the_seers_say_this_clue_goes_right_over_their_heads", - "price": 0 - }, - "12146": { - "id": 12146, - "name": "Clue scroll (elite)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (elite) - Right on the blessed border, cursed by the evil ones", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(elite)_-_Right_on_the_blessed_border,_cursed_by_the_evil_ones", - "price": 0 - }, - "12147": { - "id": 12147, - "name": "Clue scroll (elite)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (elite) - You were 3 and I was the 6th Come speak to me", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(elite)_-_You_were_3_and_I_was_the_6th_Come_speak_to_me", - "price": 0 - }, - "12148": { - "id": 12148, - "name": "Clue scroll (elite)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (elite) - W marks the spot", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(elite)_-_W_marks_the_spot", - "price": 0 - }, - "12149": { - "id": 12149, - "name": "Clue scroll (elite)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (elite) - Varrock is where I reside", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(elite)_-_Varrock_is_where_I_reside", - "price": 0 - }, - "12150": { - "id": 12150, - "name": "Clue scroll (elite)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (elite) - Dig where the forces of Zamorak and Saradomin collide", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(elite)_-_Dig_where_the_forces_of_Zamorak_and_Saradomin_collide", - "price": 0 - }, - "12151": { - "id": 12151, - "name": "Clue scroll (elite)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (elite) - A reck you say", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(elite)_-_A_reck_you_say", - "price": 0 - }, - "12152": { - "id": 12152, - "name": "Clue scroll (elite)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (elite) - I burn between heroes and legends", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(elite)_-_I_burn_between_heroes_and_legends", - "price": 0 - }, - "12153": { - "id": 12153, - "name": "Clue scroll (elite)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (elite) - I live in a deserted crack collecting soles", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(elite)_-_I_live_in_a_deserted_crack_collecting_soles", - "price": 0 - }, - "12154": { - "id": 12154, - "name": "Clue scroll (elite)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (elite) - Dobson is my last name, and with gardening I seek fame", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(elite)_-_Dobson_is_my_last_name,_and_with_gardening_I_seek_fame", - "price": 0 - }, - "12155": { - "id": 12155, - "name": "Clue scroll (elite)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (elite) - His bark is worse than his bite", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(elite)_-_His_bark_is_worse_than_his_bite", - "price": 0 - }, - "12156": { - "id": 12156, - "name": "Clue scroll (elite)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (elite) - A Guthixian ring lies between two peaks", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(elite)_-_A_Guthixian_ring_lies_between_two_peaks", - "price": 0 - }, - "12157": { - "id": 12157, - "name": "Clue scroll (elite)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (elite) - 'See you in your dreams' said the vegetable man", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(elite)_-_'See_you_in_your_dreams'_said_the_vegetable_man", - "price": 0 - }, - "12158": { - "id": 12158, - "name": "Clue scroll (elite)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (elite) - Desert insects is what I see", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(elite)_-_Desert_insects_is_what_I_see", - "price": 0 - }, - "12159": { - "id": 12159, - "name": "Clue scroll (elite)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (elite) - Speak to a Wyse man", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(elite)_-_Speak_to_a_Wyse_man", - "price": 0 - }, "12161": { "id": 12161, "name": "Puzzle box (elite)", @@ -171330,358 +166458,6 @@ "wiki_url": "https://oldschool.runescape.wiki/w/Puzzle_box#Tree_(elite)", "price": 0 }, - "12162": { - "id": 12162, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (easy) - Spin in the Varrock Castle courtyard", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)_-_Spin_in_the_Varrock_Castle_courtyard", - "price": 0 - }, - "12164": { - "id": 12164, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (easy) - Wave in the Falador gem store", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)_-_Wave_in_the_Falador_gem_store", - "price": 0 - }, - "12166": { - "id": 12166, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (easy) - Search a bookcase in Lumbridge Swamp", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)_-_Search_a_bookcase_in_Lumbridge_Swamp", - "price": 0 - }, - "12167": { - "id": 12167, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (easy) - Search a bookcase in the Wizards tower", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)_-_Search_a_bookcase_in_the_Wizards_tower", - "price": 0 - }, - "12168": { - "id": 12168, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (easy) - Search a wardrobe in Draynor", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)_-_Search_a_wardrobe_in_Draynor", - "price": 0 - }, - "12169": { - "id": 12169, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (easy) - Talk to a party-goer in Falador", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)_-_Talk_to_a_party-goer_in_Falador", - "price": 0 - }, - "12170": { - "id": 12170, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (easy) - Dig between some ominous stones in Falador", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)_-_Dig_between_some_ominous_stones_in_Falador", - "price": 0 - }, - "12172": { - "id": 12172, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (easy) - Search the chest in Barbarian Village", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)_-_Search_the_chest_in_Barbarian_Village", - "price": 0 - }, - "12173": { - "id": 12173, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (easy) - Talk to the mother of a basement dwelling son", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)_-_Talk_to_the_mother_of_a_basement_dwelling_son", - "price": 0 - }, - "12174": { - "id": 12174, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (easy) - Search the Coffin in Edgeville", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)_-_Search_the_Coffin_in_Edgeville", - "price": 0 - }, - "12175": { - "id": 12175, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (easy) - Search the bush at the digsite centre", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)_-_Search_the_bush_at_the_digsite_centre", - "price": 0 - }, - "12176": { - "id": 12176, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (easy) - Search the crates in a bank in Varrock", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)_-_Search_the_crates_in_a_bank_in_Varrock", - "price": 0 - }, - "12177": { - "id": 12177, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (easy) - Search the bookcase in the monastery", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)_-_Search_the_bookcase_in_the_monastery", - "price": 0 - }, - "12178": { - "id": 12178, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (easy) - Search the crates in the Dwarven mine", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)_-_Search_the_crates_in_the_Dwarven_mine", - "price": 0 - }, - "12179": { - "id": 12179, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (easy) - Al Kharid Mine", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)_-_Al_Kharid_Mine", - "price": 0, - "release_date": "2004-05-05" - }, - "12181": { - "id": 12181, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (easy) - Talk to Cassie in Falador", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)_-_Talk_to_Cassie_in_Falador", - "price": 0 - }, - "12182": { - "id": 12182, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (easy) - Talk to Ambassador Spanfipple", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)_-_Talk_to_Ambassador_Spanfipple", - "price": 0 - }, - "12183": { - "id": 12183, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (easy) - Talk to the barber in the Falador barber shop", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)_-_Talk_to_the_barber_in_the_Falador_barber_shop", - "price": 0 - }, - "12184": { - "id": 12184, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (easy) - Speak to Jatix in Taverley", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)_-_Speak_to_Jatix_in_Taverley", - "price": 0 - }, - "12185": { - "id": 12185, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (easy) - Search the crate in the Toad and Chicken pub", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)_-_Search_the_crate_in_the_Toad_and_Chicken_pub", - "price": 0 - }, - "12186": { - "id": 12186, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (easy) - Speak to Sarah at Falador farm", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)_-_Speak_to_Sarah_at_Falador_farm", - "price": 0 - }, - "12187": { - "id": 12187, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (easy) - Speak to Rusty north of Falador", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)_-_Speak_to_Rusty_north_of_Falador", - "price": 0 - }, - "12188": { - "id": 12188, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (easy) - Search the drawers in the house next to the Port Sarim mage shop", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)_-_Search_the_drawers_in_the_house_next_to_the_Port_Sarim_mage_shop", - "price": 0 - }, - "12189": { - "id": 12189, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (easy) - Search the wheelbarrow in Rimmington mine", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)_-_Search_the_wheelbarrow_in_Rimmington_mine", - "price": 0 - }, - "12190": { - "id": 12190, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (easy) - Speak to The Lady of the Lake", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)_-_Speak_to_The_Lady_of_the_Lake", - "price": 0 - }, - "12191": { - "id": 12191, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (easy) - Search the crates in the outhouse in Taverley", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)_-_Search_the_crates_in_the_outhouse_in_Taverley", - "price": 0 - }, - "12192": { - "id": 12192, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (easy) - Search the bucket in the Port Sarim jail", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)_-_Search_the_bucket_in_the_Port_Sarim_jail", - "price": 0 - }, "12193": { "id": 12193, "name": "Ancient robe top", @@ -171720,7 +166496,7 @@ "prayer": 20 } }, - "price": 67162.5 + "price": 44197 }, "12195": { "id": 12195, @@ -171760,7 +166536,7 @@ "prayer": 20 } }, - "price": 19875.5 + "price": 17865.5 }, "12197": { "id": 12197, @@ -171800,7 +166576,7 @@ "prayer": 40 } }, - "price": 31427.5 + "price": 25508.5 }, "12199": { "id": 12199, @@ -171963,7 +166739,7 @@ "magic": 40 } }, - "price": 12453.5 + "price": 19083 }, "12205": { "id": 12205, @@ -172002,7 +166778,7 @@ "defence": 1 } }, - "price": 50000 + "price": 43104.5 }, "12207": { "id": 12207, @@ -172041,7 +166817,7 @@ "defence": 1 } }, - "price": 3715 + "price": 2639 }, "12209": { "id": 12209, @@ -172080,7 +166856,7 @@ "defence": 1 } }, - "price": 2963 + "price": 2094 }, "12211": { "id": 12211, @@ -172119,7 +166895,7 @@ "defence": 1 } }, - "price": 44692 + "price": 58127.5 }, "12213": { "id": 12213, @@ -172158,7 +166934,7 @@ "defence": 1 } }, - "price": 20065.5 + "price": 29000 }, "12215": { "id": 12215, @@ -172236,7 +167012,7 @@ "defence": 1 } }, - "price": 2467 + "price": 2957 }, "12219": { "id": 12219, @@ -172314,7 +167090,7 @@ "defence": 1 } }, - "price": 5696 + "price": 4926.5 }, "12223": { "id": 12223, @@ -172392,7 +167168,7 @@ "defence": 1 } }, - "price": 19834 + "price": 50500 }, "12227": { "id": 12227, @@ -172431,7 +167207,7 @@ "defence": 1 } }, - "price": 7602 + "price": 10950 }, "12229": { "id": 12229, @@ -172470,7 +167246,7 @@ "defence": 1 } }, - "price": 2475.5 + "price": 4375.5 }, "12231": { "id": 12231, @@ -172509,7 +167285,7 @@ "defence": 1 } }, - "price": 35284 + "price": 28333 }, "12233": { "id": 12233, @@ -172626,7 +167402,7 @@ "defence": 1 } }, - "price": 18861 + "price": 33136.5 }, "12239": { "id": 12239, @@ -172665,7 +167441,7 @@ "defence": 1 } }, - "price": 30655 + "price": 7338.5 }, "12241": { "id": 12241, @@ -172704,7 +167480,7 @@ "defence": 1 } }, - "price": 138295 + "price": 130000 }, "12243": { "id": 12243, @@ -172743,7 +167519,7 @@ "defence": 1 } }, - "price": 98448 + "price": 73799 }, "12245": { "id": 12245, @@ -172781,7 +167557,7 @@ "slot": "head", "requirements": null }, - "price": 6894 + "price": 5743.5 }, "12247": { "id": 12247, @@ -172819,7 +167595,7 @@ "slot": "head", "requirements": null }, - "price": 21432 + "price": 7767.5 }, "12249": { "id": 12249, @@ -172857,7 +167633,7 @@ "slot": "head", "requirements": null }, - "price": 2646.5 + "price": 3474.5 }, "12251": { "id": 12251, @@ -172935,7 +167711,7 @@ "prayer": 20 } }, - "price": 75566.5 + "price": 62500 }, "12255": { "id": 12255, @@ -172975,7 +167751,7 @@ "prayer": 20 } }, - "price": 49810 + "price": 39433.5 }, "12257": { "id": 12257, @@ -173015,7 +167791,7 @@ "prayer": 60 } }, - "price": 8512 + "price": 5770.5 }, "12259": { "id": 12259, @@ -173096,7 +167872,7 @@ "prayer": 40 } }, - "price": 41666 + "price": 29566.5 }, "12263": { "id": 12263, @@ -173218,7 +167994,7 @@ "prayer": 20 } }, - "price": 59710 + "price": 45632.5 }, "12267": { "id": 12267, @@ -173298,7 +168074,7 @@ "prayer": 60 } }, - "price": 5074 + "price": 2255 }, "12271": { "id": 12271, @@ -173339,7 +168115,7 @@ "magic": 40 } }, - "price": 14000 + "price": 11627 }, "12273": { "id": 12273, @@ -173461,7 +168237,7 @@ } ] }, - "price": 8499.5 + "price": 7061 }, "12277": { "id": 12277, @@ -173578,7 +168354,7 @@ "defence": 20 } }, - "price": 8969 + "price": 1897.5 }, "12283": { "id": 12283, @@ -173617,7 +168393,7 @@ "defence": 20 } }, - "price": 3244.5 + "price": 4125 }, "12285": { "id": 12285, @@ -173656,7 +168432,7 @@ "defence": 20 } }, - "price": 2061 + "price": 1448 }, "12287": { "id": 12287, @@ -173734,7 +168510,7 @@ "defence": 20 } }, - "price": 2315 + "price": 1877.5 }, "12291": { "id": 12291, @@ -173773,7 +168549,7 @@ "defence": 20 } }, - "price": 4981.5 + "price": 3154.5 }, "12293": { "id": 12293, @@ -173812,7 +168588,7 @@ "defence": 20 } }, - "price": 3203.5 + "price": 4805.5 }, "12295": { "id": 12295, @@ -173925,7 +168701,7 @@ } ] }, - "price": 3500 + "price": 2041.5 }, "12299": { "id": 12299, @@ -173963,7 +168739,7 @@ "slot": "head", "requirements": null }, - "price": 3357 + "price": 3900 }, "12301": { "id": 12301, @@ -174039,7 +168815,7 @@ "slot": "head", "requirements": null }, - "price": 2244 + "price": 3500 }, "12305": { "id": 12305, @@ -174077,7 +168853,7 @@ "slot": "head", "requirements": null }, - "price": 2556.5 + "price": 4195 }, "12307": { "id": 12307, @@ -174115,7 +168891,7 @@ "slot": "head", "requirements": null }, - "price": 5000 + "price": 3017.5 }, "12309": { "id": 12309, @@ -174153,7 +168929,7 @@ "slot": "head", "requirements": null }, - "price": 7499.5 + "price": 29500 }, "12311": { "id": 12311, @@ -174191,7 +168967,7 @@ "slot": "head", "requirements": null }, - "price": 8175 + "price": 6621.5 }, "12313": { "id": 12313, @@ -174229,7 +169005,7 @@ "slot": "head", "requirements": null }, - "price": 8500 + "price": 4115.5 }, "12315": { "id": 12315, @@ -174267,7 +169043,7 @@ "slot": "body", "requirements": null }, - "price": 1999.5 + "price": 3736 }, "12317": { "id": 12317, @@ -174305,7 +169081,7 @@ "slot": "legs", "requirements": null }, - "price": 1458 + "price": 3920.5 }, "12319": { "id": 12319, @@ -174381,7 +169157,7 @@ "slot": "head", "requirements": null }, - "price": 8808 + "price": 6433 }, "12323": { "id": 12323, @@ -174538,7 +169314,7 @@ "ranged": 60 } }, - "price": 8508.5 + "price": 37000 }, "12331": { "id": 12331, @@ -174579,7 +169355,7 @@ "defence": 40 } }, - "price": 6217 + "price": 7494 }, "12333": { "id": 12333, @@ -174619,7 +169395,7 @@ "ranged": 60 } }, - "price": 3811.5 + "price": 4605.5 }, "12335": { "id": 12335, @@ -174657,7 +169433,7 @@ "slot": "shield", "requirements": null }, - "price": 182500 + "price": 194886.5 }, "12337": { "id": 12337, @@ -174695,7 +169471,7 @@ "slot": "head", "requirements": null }, - "price": 1109348.5 + "price": 850171 }, "12339": { "id": 12339, @@ -174733,7 +169509,7 @@ "slot": "body", "requirements": null }, - "price": 4102.5 + "price": 6997.5 }, "12341": { "id": 12341, @@ -174771,7 +169547,7 @@ "slot": "legs", "requirements": null }, - "price": 5786.5 + "price": 1816.5 }, "12343": { "id": 12343, @@ -174809,7 +169585,7 @@ "slot": "body", "requirements": null }, - "price": 1737 + "price": 796.5 }, "12345": { "id": 12345, @@ -174847,7 +169623,7 @@ "slot": "legs", "requirements": null }, - "price": 1535.5 + "price": 2409.5 }, "12347": { "id": 12347, @@ -174885,7 +169661,7 @@ "slot": "body", "requirements": null }, - "price": 1512.5 + "price": 578 }, "12349": { "id": 12349, @@ -174999,7 +169775,7 @@ "slot": "head", "requirements": null }, - "price": 10268 + "price": 11373.5 }, "12355": { "id": 12355, @@ -175110,7 +169886,7 @@ } ] }, - "price": 207000 + "price": 186202 }, "12359": { "id": 12359, @@ -175186,7 +169962,7 @@ "slot": "head", "requirements": null }, - "price": 9675 + "price": 17501 }, "12363": { "id": 12363, @@ -175224,7 +170000,7 @@ "slot": "head", "requirements": null }, - "price": 7661 + "price": 13516.5 }, "12365": { "id": 12365, @@ -175262,7 +170038,7 @@ "slot": "head", "requirements": null }, - "price": 8224 + "price": 6826 }, "12367": { "id": 12367, @@ -175376,7 +170152,7 @@ "slot": "head", "requirements": null }, - "price": 2922792.5 + "price": 2491152 }, "12373": { "id": 12373, @@ -175519,7 +170295,7 @@ } ] }, - "price": 2557 + "price": 10349.5 }, "12377": { "id": 12377, @@ -175594,7 +170370,7 @@ } ] }, - "price": 1458 + "price": 1776.5 }, "12379": { "id": 12379, @@ -175710,7 +170486,7 @@ "defence": 40 } }, - "price": 25746 + "price": 12229.5 }, "12383": { "id": 12383, @@ -175750,7 +170526,7 @@ "ranged": 70 } }, - "price": 190306 + "price": 169637.5 }, "12385": { "id": 12385, @@ -175791,7 +170567,7 @@ "defence": 40 } }, - "price": 17920 + "price": 10777.5 }, "12387": { "id": 12387, @@ -175831,7 +170607,7 @@ "ranged": 70 } }, - "price": 33260.5 + "price": 37835.5 }, "12389": { "id": 12389, @@ -175945,7 +170721,7 @@ "defence": 40 } }, - "price": 2124498.5 + "price": 2283961.5 }, "12393": { "id": 12393, @@ -175983,7 +170759,7 @@ "slot": "body", "requirements": null }, - "price": 39600 + "price": 25267.5 }, "12395": { "id": 12395, @@ -176059,7 +170835,7 @@ "slot": "head", "requirements": null }, - "price": 142378.5 + "price": 197530 }, "12399": { "id": 12399, @@ -176131,7 +170907,7 @@ "examine": "Teleports you to the Digsite.", "wiki_name": "Digsite teleport", "wiki_url": "https://oldschool.runescape.wiki/w/Digsite_teleport", - "price": 27172 + "price": 23207 }, "12404": { "id": 12404, @@ -176165,7 +170941,7 @@ "examine": "Teleports you to Lunar isle.", "wiki_name": "Lunar isle teleport", "wiki_url": "https://oldschool.runescape.wiki/w/Lunar_isle_teleport", - "price": 3198 + "price": 2076.5 }, "12406": { "id": 12406, @@ -176182,7 +170958,7 @@ "examine": "Teleports you to Mort'ton.", "wiki_name": "Mort'ton teleport", "wiki_url": "https://oldschool.runescape.wiki/w/Mort'ton_teleport", - "price": 24248 + "price": 29905 }, "12407": { "id": 12407, @@ -176199,7 +170975,7 @@ "examine": "Teleports you to Pest control.", "wiki_name": "Pest control teleport", "wiki_url": "https://oldschool.runescape.wiki/w/Pest_control_teleport", - "price": 570.5 + "price": 413.5 }, "12408": { "id": 12408, @@ -176216,7 +170992,7 @@ "examine": "Teleports you to Piscatoris.", "wiki_name": "Piscatoris teleport", "wiki_url": "https://oldschool.runescape.wiki/w/Piscatoris_teleport", - "price": 1947.5 + "price": 1670.5 }, "12409": { "id": 12409, @@ -176250,7 +171026,7 @@ "examine": "Teleports you to the Iorwerth Camp.", "wiki_name": "Iorwerth camp teleport", "wiki_url": "https://oldschool.runescape.wiki/w/Iorwerth_camp_teleport", - "price": 3066 + "price": 2722.5 }, "12411": { "id": 12411, @@ -176305,7 +171081,7 @@ "slot": "head", "requirements": null }, - "price": 559886.5 + "price": 515780 }, "12414": { "id": 12414, @@ -176674,7 +171450,7 @@ } ] }, - "price": 451701000 + "price": 432500000 }, "12424": { "id": 12424, @@ -176742,7 +171518,7 @@ } ] }, - "price": 1423058563.5 + "price": 1513000000 }, "12426": { "id": 12426, @@ -176855,7 +171631,7 @@ "slot": "head", "requirements": null }, - "price": 7146 + "price": 8219.5 }, "12430": { "id": 12430, @@ -176893,7 +171669,7 @@ "slot": "head", "requirements": null }, - "price": 450427.5 + "price": 530000 }, "12432": { "id": 12432, @@ -176931,7 +171707,7 @@ "slot": "head", "requirements": null }, - "price": 190500 + "price": 102000 }, "12434": { "id": 12434, @@ -176969,7 +171745,7 @@ "slot": "head", "requirements": null }, - "price": 150384 + "price": 112913 }, "12436": { "id": 12436, @@ -177147,7 +171923,7 @@ "slot": "body", "requirements": null }, - "price": 49000 + "price": 38500 }, "12443": { "id": 12443, @@ -177185,7 +171961,7 @@ "slot": "legs", "requirements": null }, - "price": 30250 + "price": 17819.5 }, "12445": { "id": 12445, @@ -177259,7 +172035,7 @@ "slot": "legs", "requirements": null }, - "price": 8120.5 + "price": 9296.5 }, "12449": { "id": 12449, @@ -177296,7 +172072,7 @@ "slot": "body", "requirements": null }, - "price": 174248.5 + "price": 186316.5 }, "12451": { "id": 12451, @@ -177333,7 +172109,7 @@ "slot": "body", "requirements": null }, - "price": 60232.5 + "price": 68832 }, "12453": { "id": 12453, @@ -177407,7 +172183,7 @@ "slot": "head", "requirements": null }, - "price": 68515 + "price": 61590.5 }, "12457": { "id": 12457, @@ -177830,7 +172606,7 @@ "defence": 40 } }, - "price": 40528.5 + "price": 45148.5 }, "12476": { "id": 12476, @@ -177869,7 +172645,7 @@ "defence": 40 } }, - "price": 31215.5 + "price": 35390.5 }, "12478": { "id": 12478, @@ -177908,7 +172684,7 @@ "defence": 40 } }, - "price": 36550 + "price": 31999 }, "12480": { "id": 12480, @@ -177986,7 +172762,7 @@ "defence": 40 } }, - "price": 40762 + "price": 45804 }, "12484": { "id": 12484, @@ -178064,7 +172840,7 @@ "defence": 40 } }, - "price": 20869 + "price": 27464.5 }, "12488": { "id": 12488, @@ -178103,7 +172879,7 @@ "defence": 40 } }, - "price": 32099 + "price": 36649.5 }, "12490": { "id": 12490, @@ -178144,7 +172920,7 @@ "defence": 40 } }, - "price": 180784 + "price": 230841.5 }, "12492": { "id": 12492, @@ -178185,7 +172961,7 @@ "defence": 40 } }, - "price": 257950.5 + "price": 284153 }, "12494": { "id": 12494, @@ -178267,7 +173043,7 @@ "defence": 40 } }, - "price": 155070 + "price": 144647.5 }, "12498": { "id": 12498, @@ -178308,7 +173084,7 @@ "defence": 40 } }, - "price": 85000 + "price": 70455 }, "12500": { "id": 12500, @@ -178390,7 +173166,7 @@ "defence": 40 } }, - "price": 426882.5 + "price": 383042 }, "12504": { "id": 12504, @@ -178431,7 +173207,7 @@ "defence": 40 } }, - "price": 99444 + "price": 140681 }, "12506": { "id": 12506, @@ -178472,7 +173248,7 @@ "defence": 40 } }, - "price": 108189.5 + "price": 104045 }, "12508": { "id": 12508, @@ -178513,7 +173289,7 @@ "defence": 40 } }, - "price": 376540.5 + "price": 315058 }, "12510": { "id": 12510, @@ -178554,7 +173330,7 @@ "defence": 40 } }, - "price": 596144.5 + "price": 576108.5 }, "12512": { "id": 12512, @@ -178595,7 +173371,7 @@ "defence": 40 } }, - "price": 190709 + "price": 168290 }, "12514": { "id": 12514, @@ -178671,7 +173447,7 @@ "slot": "head", "requirements": null }, - "price": 13641.5 + "price": 30000 }, "12518": { "id": 12518, @@ -178709,7 +173485,7 @@ "slot": "head", "requirements": null }, - "price": 4755 + "price": 6289.5 }, "12520": { "id": 12520, @@ -178747,7 +173523,7 @@ "slot": "head", "requirements": null }, - "price": 4892.5 + "price": 13102 }, "12522": { "id": 12522, @@ -178841,7 +173617,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": 435993.5 + "price": 496985 }, "12528": { "id": 12528, @@ -178877,7 +173653,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": 16888 + "price": 11399.5 }, "12532": { "id": 12532, @@ -178913,7 +173689,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": 37500 + "price": 13667.5 }, "12536": { "id": 12536, @@ -178931,7 +173707,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": 76500 + "price": 49944.5 }, "12538": { "id": 12538, @@ -178949,7 +173725,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": 14703.5 + "price": 176001.5 }, "12540": { "id": 12540, @@ -178987,306 +173763,7 @@ "slot": "head", "requirements": null }, - "price": 10004 - }, - "12542": { - "id": 12542, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - Headbang at the exam centre", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_Headbang_at_the_exam_centre", - "price": 0 - }, - "12544": { - "id": 12544, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - Beckon on the east coast of the Kharazi Jungle", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_Beckon_on_the_east_coast_of_the_Kharazi_Jungle", - "price": 0 - }, - "12546": { - "id": 12546, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - Panic on the Wilderness volcano bridge", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_Panic_on_the_Wilderness_volcano_bridge", - "price": 0 - }, - "12548": { - "id": 12548, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - Jig at Jiggig", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_Jig_at_Jiggig", - "price": 0 - }, - "12550": { - "id": 12550, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - Cheer at the top of the agility pyramid", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_Cheer_at_the_top_of_the_agility_pyramid", - "price": 0 - }, - "12552": { - "id": 12552, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - Salute in the centre of the mess hall", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_Salute_in_the_centre_of_the_mess_hall", - "price": 0 - }, - "12554": { - "id": 12554, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - 01.30N 20.01E", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_01.30N_20.01E", - "price": 0 - }, - "12556": { - "id": 12556, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - 23.03N 02.01E", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_23.03N_02.01E", - "price": 0 - }, - "12558": { - "id": 12558, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - 02.48N 08.05E", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_02.48N_08.05E", - "price": 0 - }, - "12560": { - "id": 12560, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - 03.18N 12.31E", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_03.18N_12.31E", - "price": 0 - }, - "12562": { - "id": 12562, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - 02.58N 34.30E", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_02.58N_34.30E", - "price": 0 - }, - "12564": { - "id": 12564, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - 16.43N 26.56E", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_16.43N_26.56E", - "price": 0 - }, - "12566": { - "id": 12566, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - Copper Ore Crypts", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_Copper_Ore_Crypts", - "price": 0 - }, - "12568": { - "id": 12568, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - Dragons Lament", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_Dragons_Lament", - "price": 0 - }, - "12570": { - "id": 12570, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - Rat Mat Within", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_Rat_Mat_Within", - "price": 0 - }, - "12572": { - "id": 12572, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - Slide Woman", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_Slide_Woman", - "price": 0 - }, - "12574": { - "id": 12574, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - Motherboard", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_Motherboard", - "price": 0 - }, - "12576": { - "id": 12576, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - Do Say More", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_Do_Say_More", - "price": 0 - }, - "12578": { - "id": 12578, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - Gold I see, yet gold I require", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_Gold_I_see,_yet_gold_I_require", - "price": 0 - }, - "12581": { - "id": 12581, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - I watch the sea", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_I_watch_the_sea", - "price": 0 - }, - "12584": { - "id": 12584, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - Surviving", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_Surviving", - "price": 0 - }, - "12587": { - "id": 12587, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - The King's magic shouldn't be wasted by me", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_The_King's_magic_shouldn't_be_wasted_by_me", - "price": 0 - }, - "12590": { - "id": 12590, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - THEY'RE EVERYWHERE!!!!", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_THEY'RE_EVERYWHERE!!!!", - "price": 0 + "price": 7275 }, "12592": { "id": 12592, @@ -179396,7 +173873,7 @@ "prayer": 31 } }, - "price": 1668160.5 + "price": 1841685 }, "12600": { "id": 12600, @@ -179467,7 +173944,7 @@ "slot": "ring", "requirements": null }, - "price": 2683401.5 + "price": 2873412 }, "12603": { "id": 12603, @@ -179764,7 +174241,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": 1700.5 + "price": 2950 }, "12614": { "id": 12614, @@ -179781,7 +174258,7 @@ "examine": "This seems to have been torn from a book...", "wiki_name": "Bandos page 2", "wiki_url": "https://oldschool.runescape.wiki/w/Bandos_page_2", - "price": 14500 + "price": 1205 }, "12615": { "id": 12615, @@ -179798,7 +174275,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": 1586.5 + "price": 1265.5 }, "12616": { "id": 12616, @@ -179815,7 +174292,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": 1501 + "price": 1770.5 }, "12617": { "id": 12617, @@ -179832,7 +174309,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": 2654 + "price": 2341.5 }, "12618": { "id": 12618, @@ -179849,7 +174326,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": 2237.5 + "price": 1501 }, "12619": { "id": 12619, @@ -179866,7 +174343,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": 4090 + "price": 2593 }, "12620": { "id": 12620, @@ -179883,7 +174360,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": 2297.5 + "price": 2952.5 }, "12621": { "id": 12621, @@ -179900,7 +174377,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": 12750.5 + "price": 7797 }, "12622": { "id": 12622, @@ -179917,7 +174394,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": 9150.5 + "price": 5836.5 }, "12623": { "id": 12623, @@ -179934,7 +174411,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": 5950.5 + "price": 4264.5 }, "12624": { "id": 12624, @@ -179951,7 +174428,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": 12344.5 + "price": 10589.5 }, "12625": { "id": 12625, @@ -180059,7 +174536,7 @@ "examine": "One dose of fishy stamina potion.", "wiki_name": "Stamina mix (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Stamina_mix#1_dose", - "price": 2575.5 + "price": 3089.5 }, "12637": { "id": 12637, @@ -180178,7 +174655,7 @@ "examine": "Good for enhancing a super energy potion.", "wiki_name": "Amylase crystal", "wiki_url": "https://oldschool.runescape.wiki/w/Amylase_crystal", - "price": 1978.5 + "price": 1780.5 }, "12641": { "id": 12641, @@ -181417,7 +175894,7 @@ "examine": "Paints things blue!", "wiki_name": "Blue dark bow paint", "wiki_url": "https://oldschool.runescape.wiki/w/Blue_dark_bow_paint", - "price": 702500 + "price": 2752498 }, "12759": { "id": 12759, @@ -181435,7 +175912,7 @@ "examine": "Paints things green!", "wiki_name": "Green dark bow paint", "wiki_url": "https://oldschool.runescape.wiki/w/Green_dark_bow_paint", - "price": 268422.5 + "price": 217980 }, "12761": { "id": 12761, @@ -181453,7 +175930,7 @@ "examine": "Paints things yellow!", "wiki_name": "Yellow dark bow paint", "wiki_url": "https://oldschool.runescape.wiki/w/Yellow_dark_bow_paint", - "price": 125094 + "price": 103989 }, "12763": { "id": 12763, @@ -181745,7 +176222,7 @@ "examine": "Cold to the touch.", "wiki_name": "Frozen whip mix", "wiki_url": "https://oldschool.runescape.wiki/w/Frozen_whip_mix", - "price": 947504.5 + "price": 867661.5 }, "12771": { "id": 12771, @@ -181763,7 +176240,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": 801163 + "price": 834925.5 }, "12773": { "id": 12773, @@ -181908,7 +176385,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": 3090 + "price": 3518.5 }, "12776": { "id": 12776, @@ -181925,7 +176402,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": 3016.5 + "price": 3434.5 }, "12777": { "id": 12777, @@ -181942,7 +176419,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": 1749.5 + "price": 2113.5 }, "12778": { "id": 12778, @@ -181959,7 +176436,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": 1930 + "price": 2324.5 }, "12779": { "id": 12779, @@ -182027,7 +176504,7 @@ "examine": "A teleport to Senntisten.", "wiki_name": "Senntisten teleport (tablet)", "wiki_url": "https://oldschool.runescape.wiki/w/Senntisten_teleport_(tablet)", - "price": 2844.5 + "price": 2474.5 }, "12783": { "id": 12783, @@ -182045,7 +176522,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": 5063.5 + "price": 6747 }, "12785": { "id": 12785, @@ -182179,7 +176656,7 @@ "examine": "Protects your clue scroll if you die.", "wiki_name": "Clue box", "wiki_url": "https://oldschool.runescape.wiki/w/Clue_box", - "price": 183450 + "price": 157716.5 }, "12791": { "id": 12791, @@ -182482,7 +176959,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": 451500 + "price": 306559.5 }, "12800": { "id": 12800, @@ -182500,7 +176977,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": 614888.5 + "price": 525694 }, "12802": { "id": 12802, @@ -182518,7 +176995,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": 667000 + "price": 807499.5 }, "12804": { "id": 12804, @@ -182536,7 +177013,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": 4708342.5 + "price": 4417670.5 }, "12806": { "id": 12806, @@ -183051,7 +177528,7 @@ "magic": 65 } }, - "price": 55866224.5 + "price": 53294500 }, "12823": { "id": 12823, @@ -183129,7 +177606,7 @@ "examine": "A sigil in the shape of an arcane symbol.", "wiki_name": "Arcane sigil", "wiki_url": "https://oldschool.runescape.wiki/w/Arcane_sigil", - "price": 132500000 + "price": 127644945 }, "12829": { "id": 12829, @@ -183170,7 +177647,7 @@ "prayer": 55 } }, - "price": 89334 + "price": 78408.5 }, "12831": { "id": 12831, @@ -183211,7 +177688,7 @@ "prayer": 50 } }, - "price": 747500 + "price": 723213.5 }, "12833": { "id": 12833, @@ -183480,7 +177957,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": 779278 + "price": 888050 }, "12851": { "id": 12851, @@ -183730,7 +178207,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": 21856 + "price": 8800 }, "12869": { "id": 12869, @@ -183802,7 +178279,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": 635000 + "price": 677891 }, "12877": { "id": 12877, @@ -183820,7 +178297,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": 4259655.5 + "price": 4533673.5 }, "12879": { "id": 12879, @@ -183838,7 +178315,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": 912317.5 + "price": 837061.5 }, "12881": { "id": 12881, @@ -183856,7 +178333,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": 7036315 + "price": 6568875 }, "12883": { "id": 12883, @@ -183892,7 +178369,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": 774499.5 + "price": 1165000 }, "12887": { "id": 12887, @@ -184560,7 +179037,7 @@ "examine": "4 doses of antivenom potion.", "wiki_name": "Anti-venom (4 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Anti-venom#4_dose", - "price": 7113 + "price": 6326.5 }, "12907": { "id": 12907, @@ -184614,7 +179091,7 @@ "examine": "1 dose of antivenom potion.", "wiki_name": "Anti-venom (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Anti-venom#1_dose", - "price": 2290 + "price": 1457.5 }, "12913": { "id": 12913, @@ -184718,7 +179195,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": 2969964 + "price": 3097768 }, "12924": { "id": 12924, @@ -185197,7 +179674,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": 151.5 + "price": 592 }, "12964": { "id": 12964, @@ -185214,7 +179691,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": 36500 + "price": 42709 }, "12966": { "id": 12966, @@ -185248,7 +179725,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": 130001 + "price": 259322 }, "12970": { "id": 12970, @@ -185265,7 +179742,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": 121140 + "price": 133995.5 }, "12972": { "id": 12972, @@ -185282,7 +179759,7 @@ "examine": "A set containing a full helm, platebody, legs and kiteshield.", "wiki_name": "Iron set (lg)", "wiki_url": "https://oldschool.runescape.wiki/w/Iron_set_(lg)", - "price": 274.5 + "price": 350.5 }, "12974": { "id": 12974, @@ -185316,7 +179793,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": 174999.5 + "price": 137500 }, "12978": { "id": 12978, @@ -185333,7 +179810,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": 181163 + "price": 153893.5 }, "12980": { "id": 12980, @@ -185401,7 +179878,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": 1968.5 + "price": 3898 }, "12988": { "id": 12988, @@ -185435,7 +179912,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": 11249.5 + "price": 5494 }, "12992": { "id": 12992, @@ -185452,7 +179929,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": 97684 + "price": 75000 }, "12994": { "id": 12994, @@ -185503,7 +179980,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": 368372.5 + "price": 510059.5 }, "13000": { "id": 13000, @@ -185520,7 +179997,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": 3725.5 + "price": 6315.5 }, "13002": { "id": 13002, @@ -185537,7 +180014,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": 4518.5 + "price": 5951 }, "13004": { "id": 13004, @@ -185554,7 +180031,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": 25361 + "price": 14285 }, "13006": { "id": 13006, @@ -185571,7 +180048,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": 33981.5 + "price": 16674 }, "13008": { "id": 13008, @@ -185605,7 +180082,7 @@ "examine": "A set containing a full helm, platebody, skirt and kiteshield.", "wiki_name": "Mithril gold-trimmed set (sk)", "wiki_url": "https://oldschool.runescape.wiki/w/Mithril_gold-trimmed_set_(sk)", - "price": 33968 + "price": 12858 }, "13012": { "id": 13012, @@ -185673,7 +180150,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": 21839 + "price": 39275 }, "13020": { "id": 13020, @@ -185690,7 +180167,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": 43111 + "price": 47511 }, "13022": { "id": 13022, @@ -185707,7 +180184,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": 44609.5 + "price": 52090.5 }, "13024": { "id": 13024, @@ -185741,7 +180218,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": 134914 + "price": 129864.5 }, "13028": { "id": 13028, @@ -185758,7 +180235,7 @@ "examine": "A set containing a full helm, platebody, legs and kiteshield.", "wiki_name": "Rune trimmed set (lg)", "wiki_url": "https://oldschool.runescape.wiki/w/Rune_trimmed_set_(lg)", - "price": 187804.5 + "price": 196632 }, "13030": { "id": 13030, @@ -185775,7 +180252,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": 196453 + "price": 171791.5 }, "13032": { "id": 13032, @@ -185792,7 +180269,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": 538617.5 + "price": 519673 }, "13034": { "id": 13034, @@ -185809,7 +180286,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": 468301.5 + "price": 491129 }, "13036": { "id": 13036, @@ -185877,7 +180354,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": 403290.5 + "price": 385791.5 }, "13044": { "id": 13044, @@ -185894,7 +180371,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": 1101178.5 + "price": 1152500.5 }, "13046": { "id": 13046, @@ -185911,7 +180388,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": 1191841 + "price": 1100000 }, "13048": { "id": 13048, @@ -185945,7 +180422,7 @@ "examine": "A set containing a full helm, platebody, skirt and kiteshield.", "wiki_name": "Guthix armour set (sk)", "wiki_url": "https://oldschool.runescape.wiki/w/Guthix_armour_set_(sk)", - "price": 217497.5 + "price": 205658.5 }, "13052": { "id": 13052, @@ -185962,7 +180439,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": 155857.5 + "price": 162647.5 }, "13054": { "id": 13054, @@ -185996,7 +180473,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": 271648 + "price": 318150 }, "13058": { "id": 13058, @@ -186013,7 +180490,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": 327500 + "price": 297498 }, "13060": { "id": 13060, @@ -186047,7 +180524,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": 251229.5 + "price": 198922.5 }, "13064": { "id": 13064, @@ -186065,7 +180542,7 @@ "examine": "A set containing 4-dose vials of Attack, Strength and Defence potions.", "wiki_name": "Combat potion set", "wiki_url": "https://oldschool.runescape.wiki/w/Combat_potion_set", - "price": 1034 + "price": 620.5 }, "13066": { "id": 13066, @@ -189533,7 +184010,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": 47973 + "price": 35741.5 }, "13153": { "id": 13153, @@ -189551,7 +184028,7 @@ "examine": "A set containing the four pages of Guthix's Book of Balance.", "wiki_name": "Book of balance page set", "wiki_url": "https://oldschool.runescape.wiki/w/Book_of_balance_page_set", - "price": 15076.5 + "price": 18630 }, "13155": { "id": 13155, @@ -189605,7 +184082,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": 44436.5 + "price": 34500 }, "13161": { "id": 13161, @@ -189641,7 +184118,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": 1160460 + "price": 1111736.5 }, "13165": { "id": 13165, @@ -189659,7 +184136,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": 924015.5 + "price": 860165 }, "13167": { "id": 13167, @@ -189677,7 +184154,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": 836400 + "price": 888900 }, "13169": { "id": 13169, @@ -189713,7 +184190,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": 1105555.5 + "price": 1245000 }, "13173": { "id": 13173, @@ -190396,7 +184873,7 @@ "examine": "A powerful crystal of magic.", "wiki_name": "Eternal crystal", "wiki_url": "https://oldschool.runescape.wiki/w/Eternal_crystal", - "price": 5500000 + "price": 5705967.5 }, "13229": { "id": 13229, @@ -190414,7 +184891,7 @@ "examine": "A powerful crystal of flight.", "wiki_name": "Pegasian crystal", "wiki_url": "https://oldschool.runescape.wiki/w/Pegasian_crystal", - "price": 126000 + "price": 120480 }, "13231": { "id": 13231, @@ -190450,7 +184927,7 @@ "examine": "A smouldering stone from the depths of Hell.", "wiki_name": "Smouldering stone", "wiki_url": "https://oldschool.runescape.wiki/w/Smouldering_stone", - "price": 4558739.5 + "price": 4270000 }, "13235": { "id": 13235, @@ -190491,7 +184968,7 @@ "defence": 75 } }, - "price": 5970218 + "price": 6301630 }, "13237": { "id": 13237, @@ -190573,7 +185050,7 @@ "strength": 75 } }, - "price": 33822544 + "price": 34902581.5 }, "13241": { "id": 13241, @@ -190875,7 +185352,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": 117504 + "price": 159000 }, "13247": { "id": 13247, @@ -190979,7 +185456,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": 81751.5 + "price": 112500 }, "13258": { "id": 13258, @@ -191196,7 +185673,7 @@ } ] }, - "price": 14275671 + "price": 13164359 }, "13265": { "id": 13265, @@ -191421,7 +185898,7 @@ } ] }, - "price": 2824997 + "price": 2944128.5 }, "13271": { "id": 13271, @@ -191568,7 +186045,7 @@ "examine": "It smells abysmal.", "wiki_name": "Jar of miasma", "wiki_url": "https://oldschool.runescape.wiki/w/Jar_of_miasma", - "price": 99860 + "price": 80000 }, "13279": { "id": 13279, @@ -194021,7 +188498,7 @@ "defence": 10 } }, - "price": 5952.5 + "price": 7126.5 }, "13387": { "id": 13387, @@ -194062,7 +188539,7 @@ "defence": 10 } }, - "price": 11220 + "price": 14113.5 }, "13389": { "id": 13389, @@ -194584,7 +189061,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": 5 + "price": 6.5 }, "13423": { "id": 13423, @@ -194901,7 +189378,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": 900.5 + "price": 800 }, "13450": { "id": 13450, @@ -194934,7 +189411,7 @@ "examine": "The creature's soul is still in here. I could reanimate it with Basic Reanimation.", "wiki_name": "Ensouled monkey head (Item)", "wiki_url": "https://oldschool.runescape.wiki/w/Ensouled_monkey_head#Item", - "price": 651 + "price": 740.5 }, "13453": { "id": 13453, @@ -194966,7 +189443,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": 1500 + "price": 2674.5 }, "13456": { "id": 13456, @@ -194999,7 +189476,7 @@ "examine": "The creature's soul is still in here. I could reanimate it with Basic Reanimation.", "wiki_name": "Ensouled minotaur head (Item)", "wiki_url": "https://oldschool.runescape.wiki/w/Ensouled_minotaur_head#Item", - "price": 1180 + "price": 529.5 }, "13459": { "id": 13459, @@ -195032,7 +189509,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": 1098.5 + "price": 1305 }, "13462": { "id": 13462, @@ -195164,7 +189641,7 @@ "examine": "The druid's soul is still in here. I could reanimate it with Adept Reanimation.", "wiki_name": "Ensouled chaos druid head (Item)", "wiki_url": "https://oldschool.runescape.wiki/w/Ensouled_chaos_druid_head#Item", - "price": 1473 + "price": 1047 }, "13474": { "id": 13474, @@ -195197,7 +189674,7 @@ "examine": "The creature's soul is still in here. I could reanimate it with Adept Reanimation.", "wiki_name": "Ensouled giant head (Item)", "wiki_url": "https://oldschool.runescape.wiki/w/Ensouled_giant_head#Item", - "price": 1225 + "price": 1396.5 }, "13477": { "id": 13477, @@ -195263,7 +189740,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": 2057.5 + "price": 2678.5 }, "13483": { "id": 13483, @@ -195362,7 +189839,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": 2568 + "price": 5931.5 }, "13492": { "id": 13492, @@ -195395,7 +189872,7 @@ "examine": "The creature's soul is still in here. I could reanimate it with Expert Reanimation.", "wiki_name": "Ensouled dagannoth head (Item)", "wiki_url": "https://oldschool.runescape.wiki/w/Ensouled_dagannoth_head#Item", - "price": 2700 + "price": 2991 }, "13495": { "id": 13495, @@ -195461,7 +189938,7 @@ "examine": "The creature's soul is still in here. I could reanimate it with Expert Reanimation.", "wiki_name": "Ensouled tzhaar head (Item)", "wiki_url": "https://oldschool.runescape.wiki/w/Ensouled_tzhaar_head#Item", - "price": 4023 + "price": 5298 }, "13501": { "id": 13501, @@ -196438,7 +190915,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": 622.5 + "price": 560 }, "13575": { "id": 13575, @@ -198044,7 +192521,7 @@ "examine": "A grape seed for growing in a vinery.", "wiki_name": "Grape seed", "wiki_url": "https://oldschool.runescape.wiki/w/Grape_seed", - "price": 910 + "price": 1335 }, "13658": { "id": 13658, @@ -198059,7 +192536,7 @@ "examine": "A card which has magical properties.", "wiki_name": "Teleport card", "wiki_url": "https://oldschool.runescape.wiki/w/Teleport_card", - "price": 336.5 + "price": 205.5 }, "13660": { "id": 13660, @@ -198407,8 +192884,6 @@ "equipable": true, "equipable_by_player": true, "cost": 100, - "lowalch": 40, - "highalch": 60, "weight": 0.453, "release_date": "2016-04-01", "examine": "The cape worn by master cabbage pickers.", @@ -198432,7 +192907,9 @@ "slot": "cape", "requirements": null }, - "price": 0 + "price": 0, + "lowalch": 40, + "highalch": 60 }, "13680": { "id": 13680, @@ -198608,7 +193085,7 @@ } ] }, - "price": 698540 + "price": 524546 }, "19481": { "id": 19481, @@ -198754,7 +193231,7 @@ "ranged": 65 } }, - "price": 1117 + "price": 833.5 }, "19488": { "id": 19488, @@ -198793,7 +193270,7 @@ "ranged": 65 } }, - "price": 1515.5 + "price": 876 }, "19490": { "id": 19490, @@ -198832,7 +193309,7 @@ "ranged": 65 } }, - "price": 1919.5 + "price": 2168 }, "19493": { "id": 19493, @@ -198850,7 +193327,7 @@ "examine": "This looks valuable.", "wiki_name": "Zenyte", "wiki_url": "https://oldschool.runescape.wiki/w/Zenyte", - "price": 12571448.5 + "price": 14750000 }, "19496": { "id": 19496, @@ -199084,7 +193561,7 @@ "examine": "A shard of unstable zenyte.", "wiki_name": "Zenyte shard", "wiki_url": "https://oldschool.runescape.wiki/w/Zenyte_shard", - "price": 12375500 + "price": 11698357 }, "19532": { "id": 19532, @@ -199122,7 +193599,7 @@ "slot": "hands", "requirements": null }, - "price": 15225000 + "price": 14746433 }, "19535": { "id": 19535, @@ -199160,7 +193637,7 @@ "slot": "neck", "requirements": null }, - "price": 15754244 + "price": 14413817.5 }, "19538": { "id": 19538, @@ -199198,7 +193675,7 @@ "slot": "ring", "requirements": null }, - "price": 16894250 + "price": 15250007.5 }, "19541": { "id": 19541, @@ -199236,7 +193713,7 @@ "slot": "neck", "requirements": null }, - "price": 15999942.5 + "price": 15050002.5 }, "19544": { "id": 19544, @@ -199276,7 +193753,7 @@ "hitpoints": 75 } }, - "price": 15658476 + "price": 14897150.5 }, "19547": { "id": 19547, @@ -199316,7 +193793,7 @@ "hitpoints": 75 } }, - "price": 15581949.5 + "price": 14803948.5 }, "19550": { "id": 19550, @@ -199356,7 +193833,7 @@ "hitpoints": 75 } }, - "price": 15564753 + "price": 14839802.5 }, "19553": { "id": 19553, @@ -199396,7 +193873,7 @@ "hitpoints": 75 } }, - "price": 15581553 + "price": 14779265.5 }, "19556": { "id": 19556, @@ -199571,7 +194048,7 @@ "examine": "Needs a shaft.", "wiki_name": "Bronze javelin heads", "wiki_url": "https://oldschool.runescape.wiki/w/Bronze_javelin_heads", - "price": 24 + "price": 40 }, "19572": { "id": 19572, @@ -199588,7 +194065,7 @@ "examine": "Needs a shaft.", "wiki_name": "Iron javelin heads", "wiki_url": "https://oldschool.runescape.wiki/w/Iron_javelin_heads", - "price": 15.5 + "price": 20 }, "19574": { "id": 19574, @@ -199605,7 +194082,7 @@ "examine": "Needs a shaft.", "wiki_name": "Steel javelin heads", "wiki_url": "https://oldschool.runescape.wiki/w/Steel_javelin_heads", - "price": 6.5 + "price": 40.5 }, "19576": { "id": 19576, @@ -199622,7 +194099,7 @@ "examine": "Needs a shaft.", "wiki_name": "Mithril javelin heads", "wiki_url": "https://oldschool.runescape.wiki/w/Mithril_javelin_heads", - "price": 128 + "price": 226.5 }, "19578": { "id": 19578, @@ -199639,7 +194116,7 @@ "examine": "Needs a shaft.", "wiki_name": "Adamant javelin heads", "wiki_url": "https://oldschool.runescape.wiki/w/Adamant_javelin_heads", - "price": 174 + "price": 825 }, "19580": { "id": 19580, @@ -199690,7 +194167,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": 6 + "price": 2 }, "19586": { "id": 19586, @@ -199762,7 +194239,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": 22890 + "price": 40666.5 }, "19598": { "id": 19598, @@ -199780,7 +194257,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": 59406 + "price": 138563 }, "19601": { "id": 19601, @@ -199816,7 +194293,7 @@ "examine": "Needs a suitably simian rope.", "wiki_name": "Unstrung light ballista", "wiki_url": "https://oldschool.runescape.wiki/w/Unstrung_light_ballista", - "price": 89106 + "price": 47475.5 }, "19607": { "id": 19607, @@ -199834,7 +194311,7 @@ "examine": "Needs a suitably simian rope.", "wiki_name": "Unstrung heavy ballista", "wiki_url": "https://oldschool.runescape.wiki/w/Unstrung_heavy_ballista", - "price": 209715 + "price": 199553.5 }, "19610": { "id": 19610, @@ -199869,7 +194346,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": 1162 + "price": 1574.5 }, "19615": { "id": 19615, @@ -199903,7 +194380,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": 2751 + "price": 2182.5 }, "19619": { "id": 19619, @@ -199937,7 +194414,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": 2138 + "price": 8495 }, "19623": { "id": 19623, @@ -199954,7 +194431,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": 2962 + "price": 2603 }, "19625": { "id": 19625, @@ -199988,7 +194465,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": 2197.5 + "price": 2870 }, "19629": { "id": 19629, @@ -200005,7 +194482,7 @@ "examine": "A teleport to the Barrows.", "wiki_name": "Barrows teleport (tablet)", "wiki_url": "https://oldschool.runescape.wiki/w/Barrows_teleport_(tablet)", - "price": 6102.5 + "price": 4495 }, "19631": { "id": 19631, @@ -200022,7 +194499,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": 4323.5 + "price": 5064.5 }, "19634": { "id": 19634, @@ -200312,7 +194789,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": 1564.5 + "price": 575 }, "19656": { "id": 19656, @@ -200364,7 +194841,7 @@ "examine": "Mmm botanical pie.", "wiki_name": "Botanical pie (Full)", "wiki_url": "https://oldschool.runescape.wiki/w/Botanical_pie#Full", - "price": 1108.5 + "price": 1387.5 }, "19665": { "id": 19665, @@ -200432,7 +194909,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": 3326.5 + "price": 3787 }, "19675": { "id": 19675, @@ -201082,7 +195559,7 @@ "slot": "head", "requirements": null }, - "price": 13627 + "price": 12131 }, "19727": { "id": 19727, @@ -201120,7 +195597,7 @@ "slot": "head", "requirements": null }, - "price": 222668 + "price": 43937.5 }, "19730": { "id": 19730, @@ -201148,711 +195625,6 @@ "wiki_url": "https://oldschool.runescape.wiki/w/Lucky_impling_jar", "price": 0 }, - "19734": { - "id": 19734, - "name": "Clue scroll (medium)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (medium) - PACINNG A TAIE", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(medium)_-_PACINNG_A_TAIE", - "price": 0 - }, - "19736": { - "id": 19736, - "name": "Clue scroll (medium)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (medium) - I DOOM ICON INN", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(medium)_-_I_DOOM_ICON_INN", - "price": 0 - }, - "19738": { - "id": 19738, - "name": "Clue scroll (medium)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (medium) - LOW LAG", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(medium)_-_LOW_LAG", - "price": 0 - }, - "19740": { - "id": 19740, - "name": "Clue scroll (medium)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (medium) - R SLICER", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(medium)_-_R_SLICER", - "price": 0 - }, - "19742": { - "id": 19742, - "name": "Clue scroll (medium)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (medium) - HIS PHOR", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(medium)_-_HIS_PHOR", - "price": 0 - }, - "19744": { - "id": 19744, - "name": "Clue scroll (medium)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (medium) - TAMED ROCKS", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(medium)_-_TAMED_ROCKS", - "price": 0 - }, - "19746": { - "id": 19746, - "name": "Clue scroll (medium)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (medium) - AREA CHEF TREK", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(medium)_-_AREA_CHEF_TREK", - "price": 0 - }, - "19748": { - "id": 19748, - "name": "Clue scroll (medium)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (medium) - SAND NUT", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(medium)_-_SAND_NUT", - "price": 0 - }, - "19750": { - "id": 19750, - "name": "Clue scroll (medium)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (medium) - ARMCHAIR THE PELT", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(medium)_-_ARMCHAIR_THE_PELT", - "price": 0 - }, - "19752": { - "id": 19752, - "name": "Clue scroll (medium)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (medium) - PEAK REFLEX", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(medium)_-_PEAK_REFLEX", - "price": 0 - }, - "19754": { - "id": 19754, - "name": "Clue scroll (medium)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (medium) - QUE SIR", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(medium)_-_QUE_SIR", - "price": 0 - }, - "19756": { - "id": 19756, - "name": "Clue scroll (medium)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (medium) - I AM SIR", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(medium)_-_I_AM_SIR", - "price": 0 - }, - "19758": { - "id": 19758, - "name": "Clue scroll (medium)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "release_date": "2016-07-06", - "examine": "A clue!", - "wiki_name": "Clue scroll (medium) - A HEART", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(medium)_-_A_HEART", - "price": 0 - }, - "19760": { - "id": 19760, - "name": "Clue scroll (medium)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (medium) - A graceful man of many colours", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(medium)_-_A_graceful_man_of_many_colours", - "price": 0 - }, - "19762": { - "id": 19762, - "name": "Clue scroll (medium)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (medium) - QSPGFTTPS HSBDLMFCPOF", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(medium)_-_QSPGFTTPS_HSBDLMFCPOF", - "price": 0 - }, - "19764": { - "id": 19764, - "name": "Clue scroll (medium)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (medium) - USBJCPSO", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(medium)_-_USBJCPSO", - "price": 0, - "release_date": "2016-07-06" - }, - "19766": { - "id": 19766, - "name": "Clue scroll (medium)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (medium) - ECRVCKP MJCNGF", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(medium)_-_ECRVCKP_MJCNGF", - "price": 0 - }, - "19768": { - "id": 19768, - "name": "Clue scroll (medium)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (medium) - BMJ UIF LFCBC TFMMFS", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(medium)_-_BMJ_UIF_LFCBC_TFMMFS", - "price": 0 - }, - "19770": { - "id": 19770, - "name": "Clue scroll (medium)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "release_date": "2016-07-06", - "examine": "A clue!", - "wiki_name": "Clue scroll (medium) - HQNM LZM STSNQ", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(medium)_-_HQNM_LZM_STSNQ", - "price": 0 - }, - "19772": { - "id": 19772, - "name": "Clue scroll (medium)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (medium) - GUHCHO", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(medium)_-_GUHCHO", - "price": 0 - }, - "19774": { - "id": 19774, - "name": "Clue scroll (medium)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (medium) - 12.39N 30.07W", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(medium)_-_12.39N_30.07W", - "price": 0 - }, - "19776": { - "id": 19776, - "name": "Clue scroll (medium)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (medium) - Beckon in the Shayzien Combat Ring", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(medium)_-_Beckon_in_the_Shayzien_Combat_Ring", - "price": 0 - }, - "19778": { - "id": 19778, - "name": "Clue scroll (medium)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (medium) - Yawn in the centre of the Arceuus Library", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(medium)_-_Yawn_in_the_centre_of_the_Arceuus_Library", - "price": 0 - }, - "19780": { - "id": 19780, - "name": "Clue scroll (medium)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (medium) - Cry in the Draynor Village jail", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(medium)_-_Cry_in_the_Draynor_Village_jail", - "price": 0 - }, - "19782": { - "id": 19782, - "name": "Clue scroll (elite)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (elite) - In the Mogre Camp", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(elite)_-_In_the_Mogre_Camp", - "price": 0 - }, - "19783": { - "id": 19783, - "name": "Clue scroll (elite)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (elite) - Zul-Andra", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(elite)_-_Zul-Andra", - "price": 0 - }, - "19784": { - "id": 19784, - "name": "Clue scroll (elite)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (elite) - At the Soul Altar", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(elite)_-_At_the_Soul_Altar", - "price": 0 - }, - "19785": { - "id": 19785, - "name": "Clue scroll (elite)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (elite) - East of Burgh de Rott", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(elite)_-_East_of_Burgh_de_Rott", - "price": 0 - }, - "19786": { - "id": 19786, - "name": "Clue scroll (elite)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (elite) - The crate in south-western Ape Atoll", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(elite)_-_The_crate_in_south-western_Ape_Atoll", - "price": 0 - }, - "19787": { - "id": 19787, - "name": "Clue scroll (elite)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (elite) - Panic at the area flowers meet snow", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(elite)_-_Panic_at_the_area_flowers_meet_snow", - "price": 0 - }, - "19788": { - "id": 19788, - "name": "Clue scroll (elite)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (elite) - Shrug in the Shayzien war tent", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(elite)_-_Shrug_in_the_Shayzien_war_tent", - "price": 0 - }, - "19789": { - "id": 19789, - "name": "Clue scroll (elite)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (elite) - Bow on the ground floor of the Legends' Guild", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(elite)_-_Bow_on_the_ground_floor_of_the_Legends'_Guild", - "price": 0 - }, - "19790": { - "id": 19790, - "name": "Clue scroll (elite)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (elite) - Laugh in front of the gem store in Ardougne market", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(elite)_-_Laugh_in_front_of_the_gem_store_in_Ardougne_market", - "price": 0 - }, - "19791": { - "id": 19791, - "name": "Clue scroll (elite)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (elite) - Headbang in the Fight Arena pub", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(elite)_-_Headbang_in_the_Fight_Arena_pub", - "price": 0 - }, - "19792": { - "id": 19792, - "name": "Clue scroll (elite)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (elite) - Ladder Memo Guv", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(elite)_-_Ladder_Memo_Guv", - "price": 0 - }, - "19793": { - "id": 19793, - "name": "Clue scroll (elite)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (elite) - At Herg", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(elite)_-_At_Herg", - "price": 0 - }, - "19794": { - "id": 19794, - "name": "Clue scroll (elite)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (elite) - Our Own Needs", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(elite)_-_Our_Own_Needs", - "price": 0 - }, - "19795": { - "id": 19795, - "name": "Clue scroll (elite)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (elite) - Snakes So I Sail", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(elite)_-_Snakes_So_I_Sail", - "price": 0 - }, - "19796": { - "id": 19796, - "name": "Clue scroll (elite)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (elite) - You might have to turn over a few stones to progress", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(elite)_-_You_might_have_to_turn_over_a_few_stones_to_progress", - "price": 0 - }, - "19797": { - "id": 19797, - "name": "Clue scroll (elite)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (elite) - A demon's best friend", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(elite)_-_A_demon's_best_friend", - "price": 0 - }, - "19798": { - "id": 19798, - "name": "Clue scroll (elite)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (elite) - Let's hope you don't meet a watery death when you encounter this fiend", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(elite)_-_Let's_hope_you_don't_meet_a_watery_death_when_you_encounter_this_fiend", - "price": 0 - }, - "19799": { - "id": 19799, - "name": "Clue scroll (elite)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (elite) - Mix yellow with blue and add heat", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(elite)_-_Mix_yellow_with_blue_and_add_heat", - "price": 0 - }, - "19800": { - "id": 19800, - "name": "Clue scroll (elite)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (elite) - Reflection is the weakness for these eyes of evil", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(elite)_-_Reflection_is_the_weakness_for_these_eyes_of_evil", - "price": 0 - }, - "19801": { - "id": 19801, - "name": "Clue scroll (elite)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (elite) - You'll get licked", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(elite)_-_You'll_get_licked", - "price": 0 - }, - "19802": { - "id": 19802, - "name": "Clue scroll (elite)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (elite) - You'll have to plug your nose if you use this source of herbs", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(elite)_-_You'll_have_to_plug_your_nose_if_you_use_this_source_of_herbs", - "price": 0 - }, - "19803": { - "id": 19803, - "name": "Clue scroll (elite)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (elite) - You will have to fly high where a sword cannot help you", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(elite)_-_You_will_have_to_fly_high_where_a_sword_cannot_help_you", - "price": 0 - }, - "19804": { - "id": 19804, - "name": "Clue scroll (elite)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (elite) - In a while", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(elite)_-_In_a_while", - "price": 0 - }, - "19805": { - "id": 19805, - "name": "Clue scroll (elite)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (elite) - Ghostly bones", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(elite)_-_Ghostly_bones", - "price": 0 - }, - "19806": { - "id": 19806, - "name": "Clue scroll (elite)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (elite) - Surround my bones in fire, ontop the wooden pyre", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(elite)_-_Surround_my_bones_in_fire,_ontop_the_wooden_pyre", - "price": 0 - }, - "19807": { - "id": 19807, - "name": "Clue scroll (elite)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (elite) - Scattered coins and gems fill the floor", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(elite)_-_Scattered_coins_and_gems_fill_the_floor", - "price": 0 - }, - "19808": { - "id": 19808, - "name": "Clue scroll (elite)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (elite) - With a name like that, you'd expect a little more", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(elite)_-_With_a_name_like_that,_you'd_expect_a_little_more", - "price": 0 - }, - "19809": { - "id": 19809, - "name": "Clue scroll (elite)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (elite) - A ring of water surrounds 4 powerful rings", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(elite)_-_A_ring_of_water_surrounds_4_powerful_rings", - "price": 0 - }, - "19810": { - "id": 19810, - "name": "Clue scroll (elite)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (elite) - Dig under Razorlor's toad batta", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(elite)_-_Dig_under_Razorlor's_toad_batta", - "price": 0 - }, - "19811": { - "id": 19811, - "name": "Clue scroll (elite)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (elite) - You must be 100 to play with me", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(elite)_-_You_must_be_100_to_play_with_me", - "price": 0 - }, "19812": { "id": 19812, "name": "Key (elite)", @@ -201867,240 +195639,6 @@ "wiki_url": "https://oldschool.runescape.wiki/w/Key_(Treasure_Trails)#Elite", "price": 0 }, - "19813": { - "id": 19813, - "name": "Clue scroll (elite)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (elite) - 10.54N 20.50W", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(elite)_-_10.54N_20.50W", - "price": 0 - }, - "19814": { - "id": 19814, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (easy) - Dig where only the skilled, wealthy, or brave can choose not to visit again", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)_-_Dig_where_only_the_skilled,_wealthy,_or_brave_can_choose_not_to_visit_again", - "price": 0 - }, - "19816": { - "id": 19816, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (easy) - I wonder how many bronze swords he has handed out", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)_-_I_wonder_how_many_bronze_swords_he_has_handed_out", - "price": 0 - }, - "19817": { - "id": 19817, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (easy) - Strength potions with red spiders' eggs", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)_-_Strength_potions_with_red_spiders'_eggs", - "price": 0 - }, - "19818": { - "id": 19818, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (easy) - Monk's residence in the far west See robe storage device", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)_-_Monk's_residence_in_the_far_west_See_robe_storage_device", - "price": 0 - }, - "19819": { - "id": 19819, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (easy) - Surrounded by white walls and gems", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)_-_Surrounded_by_white_walls_and_gems", - "price": 0 - }, - "19820": { - "id": 19820, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (easy) - I wouldn't wear this jean on my legs", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)_-_I_wouldn't_wear_this_jean_on_my_legs", - "price": 0 - }, - "19821": { - "id": 19821, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (easy) - Thanks, Grandma!", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)_-_Thanks,_Grandma!", - "price": 0 - }, - "19822": { - "id": 19822, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (easy) - I would make a chemistry joke", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)_-_I_would_make_a_chemistry_joke", - "price": 0 - }, - "19823": { - "id": 19823, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (easy) - Belladonna, my dear If only I had gloves", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)_-_Belladonna,_my_dear_If_only_I_had_gloves", - "price": 0 - }, - "19824": { - "id": 19824, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (easy) - The hand ain't listening", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)_-_The_hand_ain't_listening", - "price": 0 - }, - "19825": { - "id": 19825, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (easy) - Salty peter", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)_-_Salty_peter", - "price": 0 - }, - "19826": { - "id": 19826, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (easy) - Dig in the centre of a great kingdom of 5 cities", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)_-_Dig_in_the_centre_of_a_great_kingdom_of_5_cities", - "price": 0 - }, - "19828": { - "id": 19828, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (easy) - Talk to Ermin", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)_-_Talk_to_Ermin", - "price": 0 - }, - "19829": { - "id": 19829, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (easy) - Search the open crate found in the Hosidius kitchens", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)_-_Search_the_open_crate_found_in_the_Hosidius_kitchens", - "price": 0 - }, - "19830": { - "id": 19830, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (easy) - Talk to the Doomsayer", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)_-_Talk_to_the_Doomsayer", - "price": 0 - }, - "19831": { - "id": 19831, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (easy) - Dance at the entrance to the Grand Exchange", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)_-_Dance_at_the_entrance_to_the_Grand_Exchange", - "price": 0 - }, - "19833": { - "id": 19833, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (easy) - Do a jig in Varrock's rune store", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)_-_Do_a_jig_in_Varrock's_rune_store", - "price": 0 - }, "19835": { "id": 19835, "name": "Clue scroll (master)", @@ -202171,487 +195709,6 @@ "wiki_url": "https://oldschool.runescape.wiki/w/Torn_clue_scroll#Part_3", "price": 0 }, - "19840": { - "id": 19840, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - 16.48N 30.01W", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_16.48N_30.01W", - "price": 0 - }, - "19842": { - "id": 19842, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - 19.24N 30.37W", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_19.24N_30.37W", - "price": 0 - }, - "19844": { - "id": 19844, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - 02.48N 34.33E", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_02.48N_34.33E", - "price": 0 - }, - "19846": { - "id": 19846, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - Come have a cip with this great soot covered denizen", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_Come_have_a_cip_with_this_great_soot_covered_denizen", - "price": 0 - }, - "19848": { - "id": 19848, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - Dig where 4 siblings and I all live with our evil overlord", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_Dig_where_4_siblings_and_I_all_live_with_our_evil_overlord", - "price": 0 - }, - "19850": { - "id": 19850, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - Rotting next to a ditch", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_Rotting_next_to_a_ditch", - "price": 0 - }, - "19852": { - "id": 19852, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - The mother of the reptilian sacrifice", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_The_mother_of_the_reptilian_sacrifice", - "price": 0 - }, - "19853": { - "id": 19853, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - In the city where merchants are said to have lived", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_In_the_city_where_merchants_are_said_to_have_lived", - "price": 0 - }, - "19854": { - "id": 19854, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - He knows just how easy it is to lose track of time", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_He_knows_just_how_easy_it_is_to_lose_track_of_time", - "price": 0 - }, - "19856": { - "id": 19856, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - Leader of the Yak City", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_Leader_of_the_Yak_City", - "price": 0 - }, - "19857": { - "id": 19857, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - The magic of 4 colours, an early experience you could learn", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_The_magic_of_4_colours,_an_early_experience_you_could_learn", - "price": 0 - }, - "19860": { - "id": 19860, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - Where the best are commemorated", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_Where_the_best_are_commemorated", - "price": 0 - }, - "19862": { - "id": 19862, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - AIQ0440", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_AIQ0440", - "price": 0 - }, - "19864": { - "id": 19864, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - AIR2331", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_AIR2331", - "price": 0 - }, - "19866": { - "id": 19866, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - ALP1140", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_ALP1140", - "price": 0 - }, - "19868": { - "id": 19868, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - BIP7013", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_BIP7013", - "price": 0 - }, - "19870": { - "id": 19870, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - BJR1123", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_BJR1123", - "price": 0 - }, - "19872": { - "id": 19872, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - BLP6200", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_BLP6200", - "price": 0 - }, - "19874": { - "id": 19874, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - CKP0224", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_CKP0224", - "price": 0 - }, - "19876": { - "id": 19876, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - DIP8511", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_DIP8511", - "price": 0 - }, - "19878": { - "id": 19878, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - DKS2310", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_DKS2310", - "price": 0 - }, - "19880": { - "id": 19880, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - CIS0009", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_CIS0009", - "price": 0 - }, - "19882": { - "id": 19882, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - Veil Veda", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_Veil_Veda", - "price": 0 - }, - "19884": { - "id": 19884, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - Woo An Egg Kiwi", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_Woo_An_Egg_Kiwi", - "price": 0 - }, - "19886": { - "id": 19886, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - Blue Grim Guided", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_Blue_Grim_Guided", - "price": 0 - }, - "19888": { - "id": 19888, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - Dekagram", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_Dekagram", - "price": 0 - }, - "19890": { - "id": 19890, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - Dr Warden Funk", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_Dr_Warden_Funk", - "price": 0 - }, - "19892": { - "id": 19892, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - Quit Horrible Tyrant", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_Quit_Horrible_Tyrant", - "price": 0 - }, - "19894": { - "id": 19894, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - Baker Climb", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_Baker_Climb", - "price": 0 - }, - "19896": { - "id": 19896, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - My Mangle Lal", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_My_Mangle_Lal", - "price": 0 - }, - "19898": { - "id": 19898, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - OVEXON", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_OVEXON", - "price": 0 - }, - "19900": { - "id": 19900, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - UZZU MUJHRKYYKJ", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_UZZU_MUJHRKYYKJ", - "price": 0 - }, - "19902": { - "id": 19902, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - ZSBKDO ZODO", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_ZSBKDO_ZODO", - "price": 0 - }, - "19904": { - "id": 19904, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - ZHLUG ROG PDQ", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_ZHLUG_ROG_PDQ", - "price": 0 - }, - "19906": { - "id": 19906, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - VTYR APCNTGLW", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_VTYR_APCNTGLW", - "price": 0 - }, - "19908": { - "id": 19908, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - HCKTA IQFHCVJGT", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_HCKTA_IQFHCVJGT", - "price": 0 - }, - "19910": { - "id": 19910, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - GBJSZ RVFFO", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_GBJSZ_RVFFO", - "price": 0 - }, "19912": { "id": 19912, "name": "Zombie head", @@ -202754,7 +195811,7 @@ "slot": "head", "requirements": null }, - "price": 8248 + "price": 5825 }, "19918": { "id": 19918, @@ -202861,7 +195918,7 @@ "defence": 40 } }, - "price": 884064.5 + "price": 962617 }, "19924": { "id": 19924, @@ -202902,7 +195959,7 @@ "defence": 40 } }, - "price": 706120 + "price": 678566.5 }, "19927": { "id": 19927, @@ -202943,7 +196000,7 @@ "defence": 40 } }, - "price": 642694.5 + "price": 673390.5 }, "19930": { "id": 19930, @@ -202984,7 +196041,7 @@ "defence": 40 } }, - "price": 1071230 + "price": 1032462.5 }, "19933": { "id": 19933, @@ -203025,7 +196082,7 @@ "defence": 40 } }, - "price": 729651 + "price": 699324 }, "19936": { "id": 19936, @@ -203180,7 +196237,7 @@ "slot": "neck", "requirements": null }, - "price": 10000 + "price": 13999.5 }, "19946": { "id": 19946, @@ -203218,7 +196275,7 @@ "slot": "neck", "requirements": null }, - "price": 5165 + "price": 11943.5 }, "19949": { "id": 19949, @@ -203256,7 +196313,7 @@ "slot": "neck", "requirements": null }, - "price": 7502.5 + "price": 5539 }, "19952": { "id": 19952, @@ -203332,7 +196389,7 @@ "slot": "neck", "requirements": null }, - "price": 7185.5 + "price": 6059 }, "19958": { "id": 19958, @@ -203370,7 +196427,7 @@ "slot": "body", "requirements": null }, - "price": 1713000 + "price": 1429500 }, "19961": { "id": 19961, @@ -203408,7 +196465,7 @@ "slot": "hands", "requirements": null }, - "price": 946763 + "price": 765950 }, "19964": { "id": 19964, @@ -203484,7 +196541,7 @@ "slot": "feet", "requirements": null }, - "price": 493414.5 + "price": 549421 }, "19970": { "id": 19970, @@ -203522,7 +196579,7 @@ "slot": "neck", "requirements": null }, - "price": 599818 + "price": 736904 }, "19973": { "id": 19973, @@ -203560,7 +196617,7 @@ "slot": "body", "requirements": null }, - "price": 1917615.5 + "price": 2037499.5 }, "19976": { "id": 19976, @@ -203598,7 +196655,7 @@ "slot": "hands", "requirements": null }, - "price": 612000 + "price": 685000 }, "19979": { "id": 19979, @@ -203636,7 +196693,7 @@ "slot": "legs", "requirements": null }, - "price": 179683 + "price": 94070.5 }, "19982": { "id": 19982, @@ -203712,7 +196769,7 @@ "slot": "neck", "requirements": null }, - "price": 43626.5 + "price": 122910 }, "19988": { "id": 19988, @@ -203750,7 +196807,7 @@ "slot": "head", "requirements": null }, - "price": 68089 + "price": 45803 }, "19991": { "id": 19991, @@ -203788,7 +196845,7 @@ "slot": "head", "requirements": null }, - "price": 42219.5 + "price": 54513 }, "19994": { "id": 19994, @@ -203828,7 +196885,7 @@ "ranged": 40 } }, - "price": 522812 + "price": 539807 }, "19997": { "id": 19997, @@ -203868,7 +196925,7 @@ "prayer": 31 } }, - "price": 1256233.5 + "price": 1177513 }, "20000": { "id": 20000, @@ -204032,7 +197089,7 @@ "slot": "head", "requirements": null }, - "price": 11335.5 + "price": 15000 }, "20011": { "id": 20011, @@ -204257,7 +197314,7 @@ "slot": "head", "requirements": null }, - "price": 11757.5 + "price": 53999.5 }, "20023": { "id": 20023, @@ -204295,7 +197352,7 @@ "slot": "head", "requirements": null }, - "price": 21100 + "price": 14500.5 }, "20026": { "id": 20026, @@ -204333,7 +197390,7 @@ "slot": "head", "requirements": null }, - "price": 80662.5 + "price": 115753 }, "20029": { "id": 20029, @@ -204409,7 +197466,7 @@ "slot": "head", "requirements": null }, - "price": 20134 + "price": 34245.5 }, "20035": { "id": 20035, @@ -204449,7 +197506,7 @@ "defence": 35 } }, - "price": 30053 + "price": 36075 }, "20038": { "id": 20038, @@ -204489,7 +197546,7 @@ "defence": 35 } }, - "price": 58326 + "price": 67011 }, "20041": { "id": 20041, @@ -204529,7 +197586,7 @@ "defence": 35 } }, - "price": 120000 + "price": 141956.5 }, "20044": { "id": 20044, @@ -204569,7 +197626,7 @@ "defence": 35 } }, - "price": 45555.5 + "price": 51200 }, "20047": { "id": 20047, @@ -204647,7 +197704,7 @@ "slot": "cape", "requirements": null }, - "price": 1022756 + "price": 1162777 }, "20053": { "id": 20053, @@ -204751,7 +197808,7 @@ } ] }, - "price": 362500 + "price": 312336.5 }, "20059": { "id": 20059, @@ -204789,7 +197846,7 @@ "slot": "head", "requirements": null }, - "price": 3383723.5 + "price": 3500000 }, "20062": { "id": 20062, @@ -204807,7 +197864,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": 3651824.5 + "price": 3408906 }, "20065": { "id": 20065, @@ -204843,7 +197900,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": 171222 + "price": 191145 }, "20071": { "id": 20071, @@ -204861,7 +197918,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": 7092887.5 + "price": 7403500 }, "20074": { "id": 20074, @@ -204897,7 +197954,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": 286088.5 + "price": 444722 }, "20080": { "id": 20080, @@ -204935,7 +197992,7 @@ "slot": "head", "requirements": null }, - "price": 4247998 + "price": 3937684 }, "20083": { "id": 20083, @@ -205011,7 +198068,7 @@ "slot": "hands", "requirements": null }, - "price": 775252.5 + "price": 710000 }, "20089": { "id": 20089, @@ -205049,7 +198106,7 @@ "slot": "legs", "requirements": null }, - "price": 2355687 + "price": 1683459 }, "20092": { "id": 20092, @@ -205087,7 +198144,7 @@ "slot": "feet", "requirements": null }, - "price": 1000000 + "price": 683000 }, "20095": { "id": 20095, @@ -205239,7 +198296,7 @@ "slot": "legs", "requirements": null }, - "price": 9750004 + "price": 9440303.5 }, "20107": { "id": 20107, @@ -205315,7 +198372,7 @@ "slot": "head", "requirements": null }, - "price": 16878 + "price": 19377.5 }, "20113": { "id": 20113, @@ -205353,7 +198410,7 @@ "slot": "head", "requirements": null }, - "price": 13372.5 + "price": 20000 }, "20116": { "id": 20116, @@ -205429,7 +198486,7 @@ "slot": "head", "requirements": null }, - "price": 1520.5 + "price": 2666.5 }, "20122": { "id": 20122, @@ -205467,7 +198524,7 @@ "slot": "head", "requirements": null }, - "price": 4986.5 + "price": 14500.5 }, "20125": { "id": 20125, @@ -205505,7 +198562,7 @@ "slot": "head", "requirements": null }, - "price": 3520.5 + "price": 7050 }, "20128": { "id": 20128, @@ -205546,7 +198603,7 @@ "defence": 20 } }, - "price": 14000 + "price": 99931.5 }, "20131": { "id": 20131, @@ -205628,7 +198685,7 @@ "defence": 20 } }, - "price": 10097 + "price": 12690 }, "20137": { "id": 20137, @@ -205669,7 +198726,7 @@ "defence": 20 } }, - "price": 52585.5 + "price": 62710 }, "20140": { "id": 20140, @@ -205710,7 +198767,7 @@ "defence": 20 } }, - "price": 15369.5 + "price": 24115.5 }, "20143": { "id": 20143, @@ -205728,7 +198785,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": 77500 + "price": 91795 }, "20146": { "id": 20146, @@ -205767,7 +198824,7 @@ "defence": 40 } }, - "price": 1873920 + "price": 2186250 }, "20149": { "id": 20149, @@ -205806,7 +198863,7 @@ "defence": 40 } }, - "price": 3105772.5 + "price": 2790056 }, "20152": { "id": 20152, @@ -205845,7 +198902,7 @@ "defence": 40 } }, - "price": 2226642 + "price": 2129500 }, "20155": { "id": 20155, @@ -205994,7 +199051,7 @@ } ] }, - "price": 2000000.5 + "price": 2650000 }, "20161": { "id": 20161, @@ -206069,7 +199126,7 @@ } ] }, - "price": 1011611 + "price": 1065111 }, "20164": { "id": 20164, @@ -206168,7 +199225,7 @@ "slot": "shield", "requirements": null }, - "price": 158805.5 + "price": 47250 }, "20169": { "id": 20169, @@ -206246,7 +199303,7 @@ "defence": 5 } }, - "price": 6766.5 + "price": 14050 }, "20175": { "id": 20175, @@ -206285,7 +199342,7 @@ "defence": 5 } }, - "price": 3490.5 + "price": 10205 }, "20178": { "id": 20178, @@ -206324,7 +199381,7 @@ "defence": 5 } }, - "price": 5026 + "price": 12188 }, "20181": { "id": 20181, @@ -206363,7 +199420,7 @@ "defence": 5 } }, - "price": 13500 + "price": 11001 }, "20184": { "id": 20184, @@ -206402,7 +199459,7 @@ "defence": 5 } }, - "price": 3882.5 + "price": 3056 }, "20187": { "id": 20187, @@ -206441,7 +199498,7 @@ "defence": 5 } }, - "price": 4418.5 + "price": 3840.5 }, "20190": { "id": 20190, @@ -206480,7 +199537,7 @@ "defence": 5 } }, - "price": 3796 + "price": 7082.5 }, "20193": { "id": 20193, @@ -206519,7 +199576,7 @@ "defence": 5 } }, - "price": 3990 + "price": 7105 }, "20196": { "id": 20196, @@ -206669,7 +199726,7 @@ "slot": "head", "requirements": null }, - "price": 433365 + "price": 416285 }, "20208": { "id": 20208, @@ -206706,7 +199763,7 @@ "slot": "body", "requirements": null }, - "price": 449000 + "price": 650000 }, "20211": { "id": 20211, @@ -206743,7 +199800,7 @@ "slot": "cape", "requirements": null }, - "price": 3764638.5 + "price": 4450000 }, "20214": { "id": 20214, @@ -206855,7 +199912,7 @@ "slot": "ammo", "requirements": null }, - "price": 11007 + "price": 18947.5 }, "20223": { "id": 20223, @@ -206893,7 +199950,7 @@ "slot": "ammo", "requirements": null }, - "price": 69356.5 + "price": 35147.5 }, "20226": { "id": 20226, @@ -206931,7 +199988,7 @@ "slot": "ammo", "requirements": null }, - "price": 7743.5 + "price": 5002 }, "20229": { "id": 20229, @@ -206969,7 +200026,7 @@ "slot": "ammo", "requirements": null }, - "price": 8260.5 + "price": 13191.5 }, "20232": { "id": 20232, @@ -207007,7 +200064,7 @@ "slot": "ammo", "requirements": null }, - "price": 13483 + "price": 16313.5 }, "20235": { "id": 20235, @@ -207045,7 +200102,7 @@ "slot": "ammo", "requirements": null }, - "price": 12980.5 + "price": 10570.5 }, "20238": { "id": 20238, @@ -207100,7 +200157,7 @@ "slot": "body", "requirements": null }, - "price": 2240 + "price": 2645.5 }, "20243": { "id": 20243, @@ -207166,7 +200223,7 @@ } ] }, - "price": 2643.5 + "price": 2343.5 }, "20246": { "id": 20246, @@ -207204,7 +200261,7 @@ "slot": "head", "requirements": null }, - "price": 3526 + "price": 4022.5 }, "20249": { "id": 20249, @@ -207398,7 +200455,7 @@ } ] }, - "price": 828.5 + "price": 1335 }, "20257": { "id": 20257, @@ -207464,7 +200521,7 @@ } ] }, - "price": 150 + "price": 307.5 }, "20260": { "id": 20260, @@ -207530,7 +200587,7 @@ } ] }, - "price": 6774.5 + "price": 5087 }, "20263": { "id": 20263, @@ -207596,7 +200653,7 @@ } ] }, - "price": 1344 + "price": 833.5 }, "20266": { "id": 20266, @@ -207634,7 +200691,7 @@ "slot": "head", "requirements": null }, - "price": 8212.5 + "price": 12827.5 }, "20269": { "id": 20269, @@ -207672,7 +200729,7 @@ "slot": "head", "requirements": null }, - "price": 2719 + "price": 6566.5 }, "20272": { "id": 20272, @@ -207712,7 +200769,7 @@ "defence": 30 } }, - "price": 24350 + "price": 19324 }, "20275": { "id": 20275, @@ -207730,7 +200787,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": 5014.5 + "price": 6959 }, "20278": { "id": 20278, @@ -208185,7 +201242,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": 38940 + "price": 28137 }, "20379": { "id": 20379, @@ -208219,7 +201276,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": 80363.5 + "price": 57606.5 }, "20385": { "id": 20385, @@ -208236,7 +201293,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": 63403 + "price": 49000 }, "20389": { "id": 20389, @@ -208778,7 +201835,7 @@ "slot": "feet", "requirements": null }, - "price": 677637 + "price": 370163 }, "20436": { "id": 20436, @@ -208854,7 +201911,7 @@ "slot": "head", "requirements": null }, - "price": 602550.5 + "price": 546499.5 }, "20442": { "id": 20442, @@ -208892,7 +201949,7 @@ "slot": "legs", "requirements": null }, - "price": 291229.5 + "price": 206374 }, "20445": { "id": 20445, @@ -209430,7 +202487,7 @@ "magic": 40 } }, - "price": 445055.5 + "price": 403882 }, "20520": { "id": 20520, @@ -209470,7 +202527,7 @@ "magic": 40 } }, - "price": 196555.5 + "price": 183930 }, "20523": { "id": 20523, @@ -210113,7 +203170,7 @@ "magic": 40 } }, - "price": 276997.5 + "price": 253965.5 }, "20598": { "id": 20598, @@ -211306,7 +204363,7 @@ "magic": 50 } }, - "price": 1028292.5 + "price": 996654 }, "20718": { "id": 20718, @@ -211417,7 +204474,7 @@ "examine": "This heart holds a magical power within.", "wiki_name": "Imbued heart", "wiki_url": "https://oldschool.runescape.wiki/w/Imbued_heart", - "price": 117892249 + "price": 110939643.5 }, "20727": { "id": 20727, @@ -211659,7 +204716,7 @@ } ] }, - "price": 62663 + "price": 69773 }, "20736": { "id": 20736, @@ -215408,7 +208465,7 @@ } ] }, - "price": 34214401 + "price": 33058614.5 }, "21006": { "id": 21006, @@ -215695,7 +208752,7 @@ } ] }, - "price": 20508315 + "price": 21617025 }, "21018": { "id": 21018, @@ -215736,7 +208793,7 @@ "magic": 75 } }, - "price": 56600000 + "price": 60498508.5 }, "21021": { "id": 21021, @@ -215907,7 +208964,7 @@ } ] }, - "price": 1543268 + "price": 1731180.5 }, "21031": { "id": 21031, @@ -216569,7 +209626,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": 3485709.5 + "price": 4585285 }, "21081": { "id": 21081, @@ -216607,7 +209664,7 @@ "slot": "ring", "requirements": null }, - "price": 1140.5 + "price": 890.5 }, "21084": { "id": 21084, @@ -216645,7 +209702,7 @@ "slot": "ring", "requirements": null }, - "price": 278 + "price": 975 }, "21087": { "id": 21087, @@ -216683,7 +209740,7 @@ "slot": "ring", "requirements": null }, - "price": 3712.5 + "price": 2429.5 }, "21090": { "id": 21090, @@ -216759,7 +209816,7 @@ "slot": "neck", "requirements": null }, - "price": 787.5 + "price": 688 }, "21096": { "id": 21096, @@ -216797,7 +209854,7 @@ "slot": "neck", "requirements": null }, - "price": 2426.5 + "price": 2050 }, "21099": { "id": 21099, @@ -216889,7 +209946,7 @@ "slot": "neck", "requirements": null }, - "price": 612.5 + "price": 224.5 }, "21111": { "id": 21111, @@ -216927,7 +209984,7 @@ "slot": "neck", "requirements": null }, - "price": 810 + "price": 594.5 }, "21114": { "id": 21114, @@ -216965,7 +210022,7 @@ "slot": "neck", "requirements": null }, - "price": 2517 + "price": 3225 }, "21117": { "id": 21117, @@ -217117,7 +210174,7 @@ "slot": "ring", "requirements": null }, - "price": 3275 + "price": 4000 }, "21129": { "id": 21129, @@ -217337,7 +210394,7 @@ "slot": "ring", "requirements": null }, - "price": 3259.5 + "price": 2008 }, "21143": { "id": 21143, @@ -217413,7 +210470,7 @@ "slot": "neck", "requirements": null }, - "price": 1164 + "price": 997 }, "21149": { "id": 21149, @@ -217595,7 +210652,7 @@ "slot": "neck", "requirements": null }, - "price": 4512.5 + "price": 5388.5 }, "21160": { "id": 21160, @@ -217633,7 +210690,7 @@ "slot": "neck", "requirements": null }, - "price": 1040.5 + "price": 872.5 }, "21163": { "id": 21163, @@ -217929,7 +210986,7 @@ "slot": "hands", "requirements": null }, - "price": 888.5 + "price": 1105.5 }, "21183": { "id": 21183, @@ -217967,7 +211024,7 @@ "slot": "hands", "requirements": null }, - "price": 3454 + "price": 2997 }, "21186": { "id": 21186, @@ -218311,7 +211368,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": 391000 + "price": 578484.5 }, "21205": { "id": 21205, @@ -219715,7 +212772,7 @@ "defence": 60 } }, - "price": 1079960.5 + "price": 1040402.5 }, "21307": { "id": 21307, @@ -220035,7 +213092,7 @@ "ranged": 65 } }, - "price": 1941 + "price": 800.5 }, "21326": { "id": 21326, @@ -220187,7 +213244,7 @@ "ranged": 50 } }, - "price": 349 + "price": 437.5 }, "21334": { "id": 21334, @@ -220517,7 +213574,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": 187475.5 + "price": 179999.5 }, "21389": { "id": 21389, @@ -221031,7 +214088,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": 271.5 + "price": 425.5 }, "21480": { "id": 21480, @@ -221084,7 +214141,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": 29 + "price": 16 }, "21488": { "id": 21488, @@ -221118,7 +214175,7 @@ "examine": "A seaweed spore - plant in a seaweed patch.", "wiki_name": "Seaweed spore", "wiki_url": "https://oldschool.runescape.wiki/w/Seaweed_spore", - "price": 46.5 + "price": 76.5 }, "21504": { "id": 21504, @@ -221220,7 +214277,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": 1120 + "price": 736.5 }, "21521": { "id": 21521, @@ -221238,60 +214295,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": 1047 - }, - "21524": { - "id": 21524, - "name": "Clue scroll (elite)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (elite, anagram 12)", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(elite,_anagram_12)", - "price": 0, - "release_date": "2017-09-07" - }, - "21525": { - "id": 21525, - "name": "Clue scroll (elite)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (elite) - Does one really need a fire to stay warm here", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(elite)_-_Does_one_really_need_a_fire_to_stay_warm_here", - "price": 0 - }, - "21526": { - "id": 21526, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - 20.45N 41.35E", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_20.45N_41.35E", - "price": 0 - }, - "21527": { - "id": 21527, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - 23.00N 41.33E", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_23.00N_41.33E", - "price": 0 + "price": 1550 }, "21528": { "id": 21528, @@ -221534,7 +214538,7 @@ "examine": "A large crystal of calcium carbonate.", "wiki_name": "Calcite", "wiki_url": "https://oldschool.runescape.wiki/w/Calcite", - "price": 53 + "price": 29 }, "21545": { "id": 21545, @@ -221551,7 +214555,7 @@ "examine": "A phosphate rich mineral dust.", "wiki_name": "Pyrophosphite", "wiki_url": "https://oldschool.runescape.wiki/w/Pyrophosphite", - "price": 75 + "price": 94 }, "21547": { "id": 21547, @@ -222061,7 +215065,7 @@ "examine": "One of the ingredients for making ultra compost.", "wiki_name": "Volcanic ash", "wiki_url": "https://oldschool.runescape.wiki/w/Volcanic_ash", - "price": 104.5 + "price": 83 }, "21624": { "id": 21624, @@ -222092,7 +215096,7 @@ "examine": "A Sulliuscep mushroom cap. Edible? Probably...", "wiki_name": "Sulliuscep cap", "wiki_url": "https://oldschool.runescape.wiki/w/Sulliuscep_cap", - "price": 4100 + "price": 4566.5 }, "21629": { "id": 21629, @@ -222216,7 +215220,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": 19171998.5 + "price": 18389109.5 }, "21640": { "id": 21640, @@ -222298,7 +215302,7 @@ "defence": 50 } }, - "price": 288683.5 + "price": 265502.5 }, "21646": { "id": 21646, @@ -222447,7 +215451,7 @@ } ] }, - "price": 3850000 + "price": 2649999.5 }, "21652": { "id": 21652, @@ -222665,7 +215669,7 @@ "examine": "This would be much tastier cooked.", "wiki_name": "Uncooked mushroom pie", "wiki_url": "https://oldschool.runescape.wiki/w/Uncooked_mushroom_pie", - "price": 7001 + "price": 5783.5 }, "21687": { "id": 21687, @@ -222699,7 +215703,7 @@ "examine": "Mmm mushroom pie.", "wiki_name": "Mushroom pie (Full)", "wiki_url": "https://oldschool.runescape.wiki/w/Mushroom_pie#Full", - "price": 2324 + "price": 1987 }, "21693": { "id": 21693, @@ -223071,7 +216075,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": 9925000 + "price": 10853050 }, "21733": { "id": 21733, @@ -223111,7 +216115,7 @@ "defence": 75 } }, - "price": 10290500 + "price": 11581515.5 }, "21736": { "id": 21736, @@ -223152,7 +216156,7 @@ "strength": 50 } }, - "price": 46812 + "price": 52783.5 }, "21739": { "id": 21739, @@ -223193,7 +216197,7 @@ "defence": 50 } }, - "price": 23685 + "price": 31275 }, "21742": { "id": 21742, @@ -223262,7 +216266,7 @@ } ] }, - "price": 273516.5 + "price": 643246.5 }, "21745": { "id": 21745, @@ -223280,7 +216284,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": 3501500.5 + "price": 4320984.5 }, "21748": { "id": 21748, @@ -223360,7 +216364,7 @@ "examine": "Smash gargoyles from a distance.", "wiki_name": "Rock thrownhammer", "wiki_url": "https://oldschool.runescape.wiki/w/Rock_thrownhammer", - "price": 259 + "price": 223 }, "21756": { "id": 21756, @@ -224289,7 +217293,7 @@ "slot": "head", "requirements": null }, - "price": 17494 + "price": 10954 }, "21841": { "id": 21841, @@ -225170,7 +218174,7 @@ } ] }, - "price": 1654199 + "price": 1715799 }, "21905": { "id": 21905, @@ -225209,7 +218213,7 @@ "ranged": 64 } }, - "price": 1029 + "price": 926 }, "21907": { "id": 21907, @@ -225290,7 +218294,7 @@ "examine": "A pair of dragon crossbow limbs.", "wiki_name": "Dragon limbs", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_limbs", - "price": 1619053 + "price": 1674693.5 }, "21921": { "id": 21921, @@ -225308,7 +218312,7 @@ "examine": "An unstrung dragon crossbow.", "wiki_name": "Dragon crossbow (u)", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_crossbow_(u)", - "price": 1620556.5 + "price": 1700000 }, "21924": { "id": 21924, @@ -225347,7 +218351,7 @@ "ranged": 64 } }, - "price": 1065.5 + "price": 1589.5 }, "21926": { "id": 21926, @@ -225386,7 +218390,7 @@ "ranged": 64 } }, - "price": 861.5 + "price": 1129 }, "21928": { "id": 21928, @@ -225425,7 +218429,7 @@ "ranged": 64 } }, - "price": 2524.5 + "price": 2270 }, "21930": { "id": 21930, @@ -225520,7 +218524,7 @@ "ranged": 64 } }, - "price": 747.5 + "price": 607.5 }, "21936": { "id": 21936, @@ -225598,7 +218602,7 @@ "ranged": 64 } }, - "price": 725 + "price": 1040 }, "21940": { "id": 21940, @@ -225850,7 +218854,7 @@ "examine": "A magic crossbow stock.", "wiki_name": "Magic stock", "wiki_url": "https://oldschool.runescape.wiki/w/Magic_stock", - "price": 34 + "price": 205 }, "21955": { "id": 21955, @@ -225889,7 +218893,7 @@ "ranged": 64 } }, - "price": 919 + "price": 1205.5 }, "21957": { "id": 21957, @@ -226006,7 +219010,7 @@ "ranged": 64 } }, - "price": 1058.5 + "price": 1251 }, "21963": { "id": 21963, @@ -226162,7 +219166,7 @@ "ranged": 64 } }, - "price": 1277 + "price": 1144.5 }, "21971": { "id": 21971, @@ -226374,7 +219378,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": 10000 + "price": 6626.5 }, "21997": { "id": 21997, @@ -226394,32 +219398,6 @@ "wiki_url": "https://oldschool.runescape.wiki/w/Super_antifire_mix#1_dose", "price": 1.5 }, - "22000": { - "id": 22000, - "name": "Clue scroll (elite)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (elite) - 25.48N 35.00E", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(elite)_-_25.48N_35.00E", - "price": 0 - }, - "22001": { - "id": 22001, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (easy) - Dig under Ithoi's cabin", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)_-_Dig_under_Ithoi's_cabin", - "price": 0 - }, "22002": { "id": 22002, "name": "Dragonfire ward", @@ -227394,7 +220372,7 @@ "examine": "A badly damaged shard of dragon metal.", "wiki_name": "Dragon metal shard", "wiki_url": "https://oldschool.runescape.wiki/w/Dragon_metal_shard", - "price": 1620454.5 + "price": 1826267.5 }, "22100": { "id": 22100, @@ -227430,7 +220408,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": 1945000 + "price": 2071670.5 }, "22106": { "id": 22106, @@ -227448,7 +220426,7 @@ "examine": "Very healthy.", "wiki_name": "Jar of decay", "wiki_url": "https://oldschool.runescape.wiki/w/Jar_of_decay", - "price": 47500.5 + "price": 63010 }, "22109": { "id": 22109, @@ -227628,7 +220606,7 @@ "slot": "head", "requirements": null }, - "price": 173 + "price": 116 }, "22124": { "id": 22124, @@ -228830,7 +221808,7 @@ "examine": "Feed and catch the birds by placing this in the right spot.", "wiki_name": "Maple bird house", "wiki_url": "https://oldschool.runescape.wiki/w/Maple_bird_house", - "price": 717 + "price": 841.5 }, "22195": { "id": 22195, @@ -228848,7 +221826,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": 1604 + "price": 1330.5 }, "22198": { "id": 22198, @@ -228866,7 +221844,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": 1209.5 + "price": 1624.5 }, "22201": { "id": 22201, @@ -228884,7 +221862,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": 1993 + "price": 2275 }, "22204": { "id": 22204, @@ -228902,7 +221880,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": 1975.5 + "price": 1767 }, "22207": { "id": 22207, @@ -228983,7 +221961,7 @@ "examine": "2 doses of extended super anti-firebreath potion.", "wiki_name": "Extended super antifire (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Extended_super_antifire#2_dose", - "price": 7000 + "price": 6292.5 }, "22218": { "id": 22218, @@ -229001,7 +221979,7 @@ "examine": "1 dose of extended super anti-firebreath potion.", "wiki_name": "Extended super antifire (1 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Extended_super_antifire#1_dose", - "price": 4000.5 + "price": 2626 }, "22221": { "id": 22221, @@ -229191,7 +222169,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": 62676 + "price": 40000 }, "22234": { "id": 22234, @@ -229245,7 +222223,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": 11960751.5 + "price": 10940501 }, "22239": { "id": 22239, @@ -229263,7 +222241,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": 7580813 + "price": 7212875.5 }, "22242": { "id": 22242, @@ -229429,7 +222407,7 @@ "defence": 10 } }, - "price": 2.5 + "price": 4 }, "22254": { "id": 22254, @@ -229469,7 +222447,7 @@ "defence": 30 } }, - "price": 3.5 + "price": 3 }, "22257": { "id": 22257, @@ -229509,7 +222487,7 @@ "defence": 40 } }, - "price": 17 + "price": 4 }, "22260": { "id": 22260, @@ -229549,7 +222527,7 @@ "defence": 40 } }, - "price": 95 + "price": 60 }, "22263": { "id": 22263, @@ -229589,7 +222567,7 @@ "defence": 40 } }, - "price": 1228 + "price": 198 }, "22266": { "id": 22266, @@ -229629,7 +222607,7 @@ "defence": 40 } }, - "price": 430.5 + "price": 353.5 }, "22269": { "id": 22269, @@ -229670,7 +222648,7 @@ "defence": 10 } }, - "price": 330.5 + "price": 159 }, "22272": { "id": 22272, @@ -229711,7 +222689,7 @@ "defence": 30 } }, - "price": 706.5 + "price": 352 }, "22275": { "id": 22275, @@ -229752,7 +222730,7 @@ "defence": 40 } }, - "price": 3526 + "price": 3160.5 }, "22278": { "id": 22278, @@ -229793,7 +222771,7 @@ "defence": 40 } }, - "price": 4371.5 + "price": 5509.5 }, "22281": { "id": 22281, @@ -229834,7 +222812,7 @@ "defence": 40 } }, - "price": 6590 + "price": 14675.5 }, "22284": { "id": 22284, @@ -230021,7 +222999,7 @@ } ] }, - "price": 7686686 + "price": 8002500 }, "22292": { "id": 22292, @@ -230236,7 +223214,7 @@ } ] }, - "price": 10741239.5 + "price": 11130783 }, "22299": { "id": 22299, @@ -231468,7 +224446,7 @@ } ] }, - "price": 9551824.5 + "price": 10067629.5 }, "22370": { "id": 22370, @@ -231563,7 +224541,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": 9300500 + "price": 9899999.5 }, "22374": { "id": 22374, @@ -232206,7 +225184,7 @@ "examine": "A coagulated concoction.", "wiki_name": "Bloody bracer", "wiki_url": "https://oldschool.runescape.wiki/w/Bloody_bracer", - "price": 5469 + "price": 1023 }, "22433": { "id": 22433, @@ -232477,7 +225455,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": 11220 + "price": 12541 }, "22458": { "id": 22458, @@ -232495,7 +225473,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": 6363.5 + "price": 3708.5 }, "22461": { "id": 22461, @@ -232613,7 +225591,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": 67421865 + "price": 70627452 }, "22481": { "id": 22481, @@ -233605,7 +226583,7 @@ } ] }, - "price": 14013750 + "price": 13465255 }, "22550": { "id": 22550, @@ -233737,7 +226715,7 @@ } ] }, - "price": 2941700.5 + "price": 2723946.5 }, "22555": { "id": 22555, @@ -233839,7 +226817,7 @@ "slot": "neck", "requirements": null }, - "price": 830658 + "price": 969701.5 }, "22586": { "id": 22586, @@ -233924,7 +226902,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": 111 + "price": 96.5 }, "22595": { "id": 22595, @@ -233941,7 +226919,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": 186.5 + "price": 130 }, "22597": { "id": 22597, @@ -233958,7 +226936,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": 102.5 + "price": 116 }, "22599": { "id": 22599, @@ -235645,7 +228623,7 @@ } ] }, - "price": 39562.5 + "price": 48150 }, "22734": { "id": 22734, @@ -235720,7 +228698,7 @@ } ] }, - "price": 38008.5 + "price": 42804 }, "22737": { "id": 22737, @@ -235870,7 +228848,7 @@ } ] }, - "price": 161369.5 + "price": 27335 }, "22743": { "id": 22743, @@ -236293,7 +229271,7 @@ "examine": "I wonder how Wyrms have bones...", "wiki_name": "Wyrm bones", "wiki_url": "https://oldschool.runescape.wiki/w/Wyrm_bones", - "price": 1901 + "price": 2190 }, "22783": { "id": 22783, @@ -236311,7 +229289,7 @@ "examine": "The bones of a ferocious Drake.", "wiki_name": "Drake bones", "wiki_url": "https://oldschool.runescape.wiki/w/Drake_bones", - "price": 3698 + "price": 4266 }, "22786": { "id": 22786, @@ -236552,7 +229530,7 @@ } ] }, - "price": 6057 + "price": 5401.5 }, "22808": { "id": 22808, @@ -236861,7 +229839,7 @@ "examine": "Apparently Cormorants like to eat this stuff...", "wiki_name": "Fish chunks", "wiki_url": "https://oldschool.runescape.wiki/w/Fish_chunks", - "price": 7 + "price": 8.5 }, "22820": { "id": 22820, @@ -236893,7 +229871,7 @@ "examine": "A large Bluegill.", "wiki_name": "Bluegill", "wiki_url": "https://oldschool.runescape.wiki/w/Bluegill", - "price": 52.5 + "price": 5 }, "22829": { "id": 22829, @@ -236947,7 +229925,7 @@ "examine": "A descendant of the salamander family.", "wiki_name": "Greater siren", "wiki_url": "https://oldschool.runescape.wiki/w/Greater_siren", - "price": 82.5 + "price": 102.5 }, "22838": { "id": 22838, @@ -237300,7 +230278,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": 86536.5 + "price": 96474.5 }, "22859": { "id": 22859, @@ -237318,7 +230296,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": 24102 + "price": 28811.5 }, "22862": { "id": 22862, @@ -237398,7 +230376,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": 25199.5 + "price": 27720 }, "22873": { "id": 22873, @@ -237415,7 +230393,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": 56 + "price": 43.5 }, "22875": { "id": 22875, @@ -237463,7 +230441,7 @@ "examine": "A snape grass seed - plant in an allotment.", "wiki_name": "Snape grass seed", "wiki_url": "https://oldschool.runescape.wiki/w/Snape_grass_seed", - "price": 5175 + "price": 5729.5 }, "22881": { "id": 22881, @@ -237729,7 +230707,7 @@ "examine": "A teleport to the Kebos Battlefront.", "wiki_name": "Battlefront teleport (tablet)", "wiki_url": "https://oldschool.runescape.wiki/w/Battlefront_teleport_(tablet)", - "price": 3005.5 + "price": 2166.5 }, "22951": { "id": 22951, @@ -237812,7 +230790,7 @@ "prayer": 60 } }, - "price": 2081825 + "price": 2175000 }, "22957": { "id": 22957, @@ -237830,7 +230808,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": 551541 + "price": 586578.5 }, "22960": { "id": 22960, @@ -237848,7 +230826,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": 251987 + "price": 219610.5 }, "22963": { "id": 22963, @@ -237884,7 +230862,7 @@ "examine": "The claw of a ferocious hydra.", "wiki_name": "Hydra's claw", "wiki_url": "https://oldschool.runescape.wiki/w/Hydra's_claw", - "price": 47108500 + "price": 48776500 }, "22969": { "id": 22969, @@ -238039,7 +231017,7 @@ } ] }, - "price": 51427686.5 + "price": 53975000 }, "22981": { "id": 22981, @@ -238148,7 +231126,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": 86005 + "price": 117496.5 }, "22991": { "id": 22991, @@ -238194,7 +231172,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": 841476.5 + "price": 911766 }, "22997": { "id": 22997, @@ -238494,7 +231472,7 @@ "slayer": 44 } }, - "price": 311.5 + "price": 1033 }, "23040": { "id": 23040, @@ -238532,32 +231510,6 @@ "highalch": 0, "price": 0 }, - "23045": { - "id": 23045, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - The effects of this fire are magnified", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_The_effects_of_this_fire_are_magnified", - "price": 0 - }, - "23046": { - "id": 23046, - "name": "Clue scroll (medium)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (medium) - Clap your hands north of Mount Karuulm", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(medium)_-_Clap_your_hands_north_of_Mount_Karuulm", - "price": 0 - }, "23047": { "id": 23047, "name": "Mystic hat (dusk)", @@ -238597,7 +231549,7 @@ "defence": 20 } }, - "price": 16940.5 + "price": 19809.5 }, "23050": { "id": 23050, @@ -238720,7 +231672,7 @@ "defence": 20 } }, - "price": 22325.5 + "price": 31387.5 }, "23059": { "id": 23059, @@ -238761,7 +231713,7 @@ "defence": 20 } }, - "price": 52050 + "price": 71277.5 }, "23062": { "id": 23062, @@ -238981,6 +231933,7 @@ "23082": { "id": 23082, "name": "Antique lamp", + "members": true, "cost": 1, "lowalch": 0, "highalch": 0, @@ -239230,7 +232183,7 @@ "examine": "A set containing light mystic hat, robe top and bottom, gloves and boots.", "wiki_name": "Mystic set (light)", "wiki_url": "https://oldschool.runescape.wiki/w/Mystic_set_(light)", - "price": 169572 + "price": 175133.5 }, "23113": { "id": 23113, @@ -239284,7 +232237,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": 318662 + "price": 250500 }, "23122": { "id": 23122, @@ -239391,357 +232344,6 @@ "wiki_url": "https://oldschool.runescape.wiki/w/Clue_bottle_(beginner)", "price": 0 }, - "23131": { - "id": 23131, - "name": "Clue scroll (medium)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (medium) - CLASH ION", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(medium)_-_CLASH_ION", - "price": 0 - }, - "23133": { - "id": 23133, - "name": "Clue scroll (medium)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (medium) - CALAMARI MADE MUD", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(medium)_-_CALAMARI_MADE_MUD", - "price": 0 - }, - "23135": { - "id": 23135, - "name": "Clue scroll (medium)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (medium) - 17.39N 37.16W", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(medium)_-_17.39N_37.16W", - "price": 0 - }, - "23136": { - "id": 23136, - "name": "Clue scroll (medium)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (medium) - 02.16N 12.07E", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(medium)_-_02.16N_12.07E", - "price": 0 - }, - "23137": { - "id": 23137, - "name": "Clue scroll (medium)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (medium) - 23.01N 41.33E", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(medium)_-_23.01N_41.33E", - "price": 0 - }, - "23144": { - "id": 23144, - "name": "Clue scroll (elite)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (elite) - More resources than I can handle", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(elite)_-_More_resources_than_I_can_handle", - "price": 0 - }, - "23145": { - "id": 23145, - "name": "Clue scroll (elite)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (elite) - Observing someone in a swamp", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(elite)_-_Observing_someone_in_a_swamp", - "price": 0 - }, - "23146": { - "id": 23146, - "name": "Clue scroll (elite)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (elite) - 17.58N 19.05E", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(elite)_-_17.58N_19.05E", - "price": 0 - }, - "23147": { - "id": 23147, - "name": "Clue scroll (elite)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (elite) - 24.15N 13.30E", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(elite)_-_24.15N_13.30E", - "price": 0 - }, - "23148": { - "id": 23148, - "name": "Clue scroll (elite)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (elite) - 20.24N 03.52W", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(elite)_-_20.24N_03.52W", - "price": 0 - }, - "23149": { - "id": 23149, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (easy) - Search the boxes next to a chest that needs a crystal key", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)_-_Search_the_boxes_next_to_a_chest_that_needs_a_crystal_key", - "price": 0 - }, - "23150": { - "id": 23150, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (easy) - Search the eastern bookcase in Father Urhney's house", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)_-_Search_the_eastern_bookcase_in_Father_Urhney's_house", - "price": 0 - }, - "23151": { - "id": 23151, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (easy) - Search the chest in Fred the Farmer's bedroom", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)_-_Search_the_chest_in_Fred_the_Farmer's_bedroom", - "price": 0 - }, - "23152": { - "id": 23152, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (easy) - Search the single crate in Horvik's smithy in Varrock", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)_-_Search_the_single_crate_in_Horvik's_smithy_in_Varrock", - "price": 0 - }, - "23153": { - "id": 23153, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (easy) - Search the crate in Rommiks crafting shop in Rimmington", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)_-_Search_the_crate_in_Rommiks_crafting_shop_in_Rimmington", - "price": 0 - }, - "23154": { - "id": 23154, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (easy) - Search the crates in Falador General store", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)_-_Search_the_crates_in_Falador_General_store", - "price": 0 - }, - "23161": { - "id": 23161, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (easy) - Talk to Charles at Port Piscarilius", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)_-_Talk_to_Charles_at_Port_Piscarilius", - "price": 0 - }, - "23162": { - "id": 23162, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (easy) - Talk to Morgan in his house at Draynor Village", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)_-_Talk_to_Morgan_in_his_house_at_Draynor_Village", - "price": 0 - }, - "23163": { - "id": 23163, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (easy) - Talk to Wayne at Wayne's Chains in Falador", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)_-_Talk_to_Wayne_at_Wayne's_Chains_in_Falador", - "price": 0 - }, - "23164": { - "id": 23164, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (easy) - Talk to Ali the Leaflet Dropper", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)_-_Talk_to_Ali_the_Leaflet_Dropper", - "price": 0 - }, - "23165": { - "id": 23165, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (easy) - Talk to Turael in Burthorpe", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)_-_Talk_to_Turael_in_Burthorpe", - "price": 0 - }, - "23166": { - "id": 23166, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (easy) - Talk to the cook in the Blue Moon Inn", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)_-_Talk_to_the_cook_in_the_Blue_Moon_Inn", - "price": 0 - }, - "23167": { - "id": 23167, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - 16.45N 03.05W", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_16.45N_03.05W", - "price": 0 - }, - "23168": { - "id": 23168, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - 19.09N 21.58E", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_19.09N_21.58E", - "price": 0 - }, - "23169": { - "id": 23169, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - 24.22N 17.15E", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_24.22N_17.15E", - "price": 0 - }, - "23170": { - "id": 23170, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - BSOPME MZETQPS", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_BSOPME_MZETQPS", - "price": 0 - }, - "23172": { - "id": 23172, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - IWPPLQTP", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_IWPPLQTP", - "price": 0 - }, "23182": { "id": 23182, "name": "Clue scroll (beginner)", @@ -239858,7 +232460,7 @@ "ranged": 70 } }, - "price": 328250 + "price": 475000 }, "23191": { "id": 23191, @@ -239899,7 +232501,7 @@ "ranged": 70 } }, - "price": 247858 + "price": 323000 }, "23194": { "id": 23194, @@ -239940,7 +232542,7 @@ "ranged": 70 } }, - "price": 400388.5 + "price": 352319 }, "23197": { "id": 23197, @@ -239981,7 +232583,7 @@ "ranged": 70 } }, - "price": 428500 + "price": 391096.5 }, "23200": { "id": 23200, @@ -240022,7 +232624,7 @@ "ranged": 70 } }, - "price": 484000 + "price": 502779 }, "23203": { "id": 23203, @@ -240063,7 +232665,7 @@ "ranged": 70 } }, - "price": 267264.5 + "price": 290000 }, "23206": { "id": 23206, @@ -240136,7 +232738,7 @@ } ] }, - "price": 12383.5 + "price": 10012 }, "23209": { "id": 23209, @@ -240369,7 +232971,7 @@ "slot": "cape", "requirements": null }, - "price": 8796.5 + "price": 30500 }, "23227": { "id": 23227, @@ -240387,7 +232989,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": 12368.5 + "price": 16438.5 }, "23230": { "id": 23230, @@ -240442,7 +233044,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": 11289 + "price": 6087 }, "23235": { "id": 23235, @@ -240524,7 +233126,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": 9146.5 + "price": 17475 }, "23240": { "id": 23240, @@ -240598,7 +233200,7 @@ "defence": 65 } }, - "price": 65823231.5 + "price": 62949999 }, "23245": { "id": 23245, @@ -240765,7 +233367,7 @@ "slot": "head", "requirements": null }, - "price": 8006.5 + "price": 20774 }, "23258": { "id": 23258, @@ -240882,7 +233484,7 @@ "defence": 40 } }, - "price": 3106110.5 + "price": 2991055.5 }, "23267": { "id": 23267, @@ -240959,7 +233561,7 @@ "slot": "head", "requirements": null }, - "price": 7295 + "price": 6523.5 }, "23273": { "id": 23273, @@ -240997,7 +233599,7 @@ "slot": "head", "requirements": null }, - "price": 14228 + "price": 39772.5 }, "23276": { "id": 23276, @@ -241147,7 +233749,7 @@ } ] }, - "price": 6135373 + "price": 6354408 }, "23282": { "id": 23282, @@ -241249,7 +233851,7 @@ "slot": "feet", "requirements": null }, - "price": 1077289.5 + "price": 984915 }, "23288": { "id": 23288, @@ -241286,7 +233888,7 @@ "slot": "feet", "requirements": null }, - "price": 157237 + "price": 126810.5 }, "23291": { "id": 23291, @@ -241323,7 +233925,7 @@ "slot": "feet", "requirements": null }, - "price": 32500 + "price": 37768.5 }, "23294": { "id": 23294, @@ -241397,7 +233999,7 @@ "slot": "cape", "requirements": null }, - "price": 29191 + "price": 35506.5 }, "23300": { "id": 23300, @@ -241434,7 +234036,7 @@ "slot": "cape", "requirements": null }, - "price": 262425 + "price": 251338.5 }, "23303": { "id": 23303, @@ -241508,7 +234110,7 @@ "slot": "legs", "requirements": null }, - "price": 6380.5 + "price": 10707.5 }, "23309": { "id": 23309, @@ -241619,7 +234221,7 @@ "slot": "body", "requirements": null }, - "price": 1772.5 + "price": 4283 }, "23318": { "id": 23318, @@ -241673,7 +234275,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": 7569 + "price": 5894.5 }, "23324": { "id": 23324, @@ -241707,7 +234309,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": 21500 + "price": 14963.5 }, "23330": { "id": 23330, @@ -242082,7 +234684,7 @@ } ] }, - "price": 843131710.5 + "price": 980078255 }, "23345": { "id": 23345, @@ -242141,7 +234743,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": 3793414 + "price": 3413878.5 }, "23351": { "id": 23351, @@ -242216,7 +234818,7 @@ "slot": "neck", "requirements": null }, - "price": 415503 + "price": 442694 }, "23357": { "id": 23357, @@ -242282,7 +234884,7 @@ } ] }, - "price": 148717 + "price": 118190.5 }, "23360": { "id": 23360, @@ -242427,7 +235029,7 @@ } ] }, - "price": 60710 + "price": 80000 }, "23366": { "id": 23366, @@ -242466,7 +235068,7 @@ "defence": 10 } }, - "price": 4730 + "price": 2343 }, "23369": { "id": 23369, @@ -242505,7 +235107,7 @@ "defence": 10 } }, - "price": 3325.5 + "price": 2197.5 }, "23372": { "id": 23372, @@ -242583,7 +235185,7 @@ "defence": 10 } }, - "price": 1550.5 + "price": 2152.5 }, "23378": { "id": 23378, @@ -242622,7 +235224,7 @@ "defence": 10 } }, - "price": 3090 + "price": 26527.5 }, "23381": { "id": 23381, @@ -242661,7 +235263,7 @@ "ranged": 1 } }, - "price": 116248.5 + "price": 110581 }, "23384": { "id": 23384, @@ -242698,7 +235300,7 @@ "slot": "legs", "requirements": null }, - "price": 7964.5 + "price": 4771.5 }, "23387": { "id": 23387, @@ -242986,7 +235588,7 @@ "slot": "head", "requirements": null }, - "price": 10202 + "price": 8750 }, "23410": { "id": 23410, @@ -243023,7 +235625,7 @@ "slot": "cape", "requirements": null }, - "price": 16975 + "price": 21999.5 }, "23413": { "id": 23413, @@ -243854,7 +236456,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": 107010 + "price": 73276 }, "23520": { "id": 23520, @@ -243906,7 +236508,7 @@ "slot": "head", "requirements": null }, - "price": 22914 + "price": 32555.5 }, "23525": { "id": 23525, @@ -243924,7 +236526,7 @@ "examine": "Stop staring!", "wiki_name": "Jar of eyes", "wiki_url": "https://oldschool.runescape.wiki/w/Jar_of_eyes", - "price": 554099 + "price": 310000 }, "23528": { "id": 23528, @@ -243999,7 +236601,7 @@ } ] }, - "price": 200000 + "price": 213092.5 }, "23533": { "id": 23533, @@ -246576,7 +239178,7 @@ "examine": "2 doses of divine super attack potion.", "wiki_name": "Divine super attack potion (2 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Divine_super_attack_potion#2_dose", - "price": 2025 + "price": 1107.5 }, "23706": { "id": 23706, @@ -246594,7 +239196,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": 351.5 + "price": 1764.5 }, "23709": { "id": 23709, @@ -246612,7 +239214,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": 5823 + "price": 8011 }, "23712": { "id": 23712, @@ -246648,7 +239250,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": 1279 + "price": 2402.5 }, "23718": { "id": 23718, @@ -246684,7 +239286,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": 8247.5 + "price": 5343 }, "23724": { "id": 23724, @@ -246720,7 +239322,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": 1126 + "price": 1647 }, "23730": { "id": 23730, @@ -246738,7 +239340,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": 743 + "price": 1270 }, "23733": { "id": 23733, @@ -246756,7 +239358,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": 6070 + "price": 5277.5 }, "23736": { "id": 23736, @@ -246774,7 +239376,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": 4484.5 + "price": 3755.5 }, "23739": { "id": 23739, @@ -246828,7 +239430,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": 4063 + "price": 2320.5 }, "23748": { "id": 23748, @@ -246846,7 +239448,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": 3458 + "price": 1587 }, "23751": { "id": 23751, @@ -246864,7 +239466,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": 3656 + "price": 1120 }, "23754": { "id": 23754, @@ -246882,7 +239484,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": 906 + "price": 795.5 }, "23757": { "id": 23757, @@ -247082,19 +239684,6 @@ "wiki_url": "https://oldschool.runescape.wiki/w/Crystal_impling_jar", "price": 0 }, - "23770": { - "id": 23770, - "name": "Clue scroll (elite)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (elite) - 05.18N 06.48W", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(elite)_-_05.18N_06.48W", - "price": 0 - }, "23771": { "id": 23771, "name": "Prifddinas teleport", @@ -247533,58 +240122,6 @@ "wiki_url": "https://oldschool.runescape.wiki/w/Orb_of_light_(Song_of_the_Elves)", "price": 0 }, - "23814": { - "id": 23814, - "name": "Clue scroll", - "cost": 30, - "lowalch": 12, - "highalch": 18, - "weight": 0.02, - "release_date": "2019-07-25", - "examine": "A scroll that Baxtorian gave to me. It should lead me to Lady Meilyr.", - "wiki_name": "Clue scroll (Song of the Elves) (1)", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(Song_of_the_Elves)#1", - "price": 0 - }, - "23815": { - "id": 23815, - "name": "Clue scroll", - "cost": 30, - "lowalch": 12, - "highalch": 18, - "weight": 0.02, - "release_date": "2019-07-25", - "examine": "A scroll that I found while searching for Lady Meilyr.", - "wiki_name": "Clue scroll (Song of the Elves) (2)", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(Song_of_the_Elves)#2", - "price": 0 - }, - "23816": { - "id": 23816, - "name": "Clue scroll", - "cost": 30, - "lowalch": 12, - "highalch": 18, - "weight": 0.02, - "release_date": "2019-07-25", - "examine": "A scroll that I found while searching for Lady Meilyr.", - "wiki_name": "Clue scroll (Song of the Elves) (3)", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(Song_of_the_Elves)#3", - "price": 0 - }, - "23817": { - "id": 23817, - "name": "Clue scroll", - "cost": 30, - "lowalch": 12, - "highalch": 18, - "weight": 0.02, - "release_date": "2019-07-25", - "examine": "A scroll that I found while searching for Lady Meilyr.", - "wiki_name": "Clue scroll (Song of the Elves) (4)", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(Song_of_the_Elves)#4", - "price": 0 - }, "23818": { "id": 23818, "name": "Explosive potion", @@ -250743,7 +243280,7 @@ "slot": "ring", "requirements": null }, - "price": 4061250 + "price": 3708833 }, "23946": { "id": 23946, @@ -250805,7 +243342,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": 17967102.5 + "price": 16073522 }, "23956": { "id": 23956, @@ -251551,7 +244088,7 @@ } ] }, - "price": 118242240 + "price": 114614372 }, "24000": { "id": 24000, @@ -251691,7 +244228,7 @@ "slot": "hands", "requirements": null }, - "price": 7494 + "price": 9970 }, "24009": { "id": 24009, @@ -251727,7 +244264,7 @@ "slot": "body", "requirements": null }, - "price": 16763 + "price": 4190 }, "24012": { "id": 24012, @@ -251763,7 +244300,7 @@ "slot": "legs", "requirements": null }, - "price": 3097.5 + "price": 7264.5 }, "24015": { "id": 24015, @@ -251835,7 +244372,7 @@ "slot": "legs", "requirements": null }, - "price": 9473.5 + "price": 5000 }, "24021": { "id": 24021, @@ -251871,7 +244408,7 @@ "slot": "body", "requirements": null }, - "price": 11196 + "price": 5489 }, "24024": { "id": 24024, @@ -251907,7 +244444,7 @@ "slot": "legs", "requirements": null }, - "price": 6592 + "price": 3814.5 }, "24027": { "id": 24027, @@ -251943,7 +244480,7 @@ "slot": "body", "requirements": null }, - "price": 6946 + "price": 3532 }, "24030": { "id": 24030, @@ -252187,7 +244724,7 @@ "defence": 40 } }, - "price": 494227.5 + "price": 378704.5 }, "24049": { "id": 24049, @@ -253138,7 +245675,7 @@ } ] }, - "price": 30538000 + "price": 29499999.5 }, "24147": { "id": 24147, @@ -254425,7 +246962,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": 700360.5 + "price": 660087 }, "24189": { "id": 24189, @@ -255114,7 +247651,7 @@ } ] }, - "price": 14061000 + "price": 13371999.5 }, "24222": { "id": 24222, @@ -255364,7 +247901,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": 584911.5 + "price": 558242 }, "24232": { "id": 24232, @@ -255757,19 +248294,6 @@ "wiki_url": "https://oldschool.runescape.wiki/w/Wilderness_crabs_teleport", "price": 35150 }, - "24253": { - "id": 24253, - "name": "Clue scroll (elite)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (elite) - 26.43N 01.22E", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(elite)_-_26.43N_01.22E", - "price": 0 - }, "24254": { "id": 24254, "name": "Fang", @@ -256125,7 +248649,7 @@ "defence": 40 } }, - "price": 602682 + "price": 666528 }, "24291": { "id": 24291, @@ -256205,7 +248729,7 @@ "defence": 40 } }, - "price": 1038881.5 + "price": 1075005 }, "24297": { "id": 24297, @@ -256794,7 +249318,7 @@ "examine": "A teleport to your target.", "wiki_name": "Target teleport", "wiki_url": "https://oldschool.runescape.wiki/w/Target_teleport", - "price": 10585 + "price": 7905 }, "24338": { "id": 24338, @@ -257492,7 +250016,7 @@ "slot": "head", "requirements": null }, - "price": 824916.5 + "price": 627685.5 }, "24389": { "id": 24389, @@ -257530,7 +250054,7 @@ "slot": "body", "requirements": null }, - "price": 2124999.5 + "price": 2562750 }, "24391": { "id": 24391, @@ -257568,7 +250092,7 @@ "slot": "legs", "requirements": null }, - "price": 552127 + "price": 485138.5 }, "24393": { "id": 24393, @@ -257679,7 +250203,7 @@ } ] }, - "price": 1167498 + "price": 1075000 }, "24397": { "id": 24397, @@ -257717,7 +250241,7 @@ "slot": "head", "requirements": null }, - "price": 113659.5 + "price": 182268.5 }, "24399": { "id": 24399, @@ -257755,7 +250279,7 @@ "slot": "body", "requirements": null }, - "price": 638277.5 + "price": 347746 }, "24401": { "id": 24401, @@ -257793,7 +250317,7 @@ "slot": "legs", "requirements": null }, - "price": 89931 + "price": 46833 }, "24403": { "id": 24403, @@ -257831,7 +250355,7 @@ "slot": "feet", "requirements": null }, - "price": 66696.5 + "price": 179937 }, "24405": { "id": 24405, @@ -257869,7 +250393,7 @@ "slot": "head", "requirements": null }, - "price": 239451.5 + "price": 161951.5 }, "24407": { "id": 24407, @@ -257907,7 +250431,7 @@ "slot": "body", "requirements": null }, - "price": 450627.5 + "price": 355250 }, "24409": { "id": 24409, @@ -257945,7 +250469,7 @@ "slot": "legs", "requirements": null }, - "price": 73583.5 + "price": 8799 }, "24411": { "id": 24411, @@ -258056,7 +250580,7 @@ } ] }, - "price": 167500 + "price": 161433.5 }, "24416": { "id": 24416, @@ -258281,7 +250805,7 @@ "defence": 30 } }, - "price": 59390102 + "price": 57150000 }, "24422": { "id": 24422, @@ -258364,7 +250888,7 @@ } ] }, - "price": 38141446 + "price": 43475000 }, "24423": { "id": 24423, @@ -258899,7 +251423,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": 150000 + "price": 353000 }, "24463": { "id": 24463, @@ -258917,7 +251441,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": 2859167 + "price": 2766558.5 }, "24466": { "id": 24466, @@ -258935,7 +251459,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": 1818000 + "price": 1876696.5 }, "24469": { "id": 24469, @@ -258953,7 +251477,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": 775000 + "price": 751312.5 }, "24472": { "id": 24472, @@ -258971,7 +251495,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": 1126663 + "price": 1479277 }, "24475": { "id": 24475, @@ -258989,7 +251513,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": 4874500 + "price": 5196348 }, "24478": { "id": 24478, @@ -259141,19 +251665,6 @@ "wiki_url": "https://oldschool.runescape.wiki/w/Little_nightmare#Nightmare", "price": 0 }, - "24493": { - "id": 24493, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - Darn Drake", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_Darn_Drake", - "price": 0 - }, "24495": { "id": 24495, "name": "Jar of dreams", @@ -259170,7 +251681,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": 871666.5 + "price": 949947.5 }, "24511": { "id": 24511, @@ -259206,7 +251717,7 @@ "examine": "An ancient magical orb, corrupted by darkness.", "wiki_name": "Volatile orb", "wiki_url": "https://oldschool.runescape.wiki/w/Volatile_orb", - "price": 96949949.5 + "price": 102564658.5 }, "24517": { "id": 24517, @@ -259990,7 +252501,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": 2699066.5 + "price": 2589372 }, "24589": { "id": 24589, @@ -260008,7 +252519,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": 1351 + "price": 1864.5 }, "24592": { "id": 24592, @@ -260043,7 +252554,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": 693 + "price": 828 }, "24598": { "id": 24598, @@ -260259,7 +252770,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": 143 + "price": 128 }, "24623": { "id": 24623, @@ -260295,7 +252806,7 @@ "examine": "3 doses of divine battlemage potion.", "wiki_name": "Divine battlemage potion (3 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Divine_battlemage_potion#3_dose", - "price": 16011 + "price": 12707 }, "24629": { "id": 24629, @@ -261821,7 +254332,7 @@ "examine": "It's literally a pint of blood.", "wiki_name": "Blood pint", "wiki_url": "https://oldschool.runescape.wiki/w/Blood_pint", - "price": 86 + "price": 100 }, "24777": { "id": 24777, @@ -261839,7 +254350,7 @@ "examine": "A magical shard filled with a dark power.", "wiki_name": "Blood shard", "wiki_url": "https://oldschool.runescape.wiki/w/Blood_shard", - "price": 8751989 + "price": 8308845.5 }, "24780": { "id": 24780, @@ -261890,7 +254401,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": 500.5 + "price": 720 }, "24785": { "id": 24785, @@ -263875,7 +256386,7 @@ "examine": "A teleport to Lunar Isle.", "wiki_name": "Moonclan teleport (tablet)", "wiki_url": "https://oldschool.runescape.wiki/w/Moonclan_teleport_(tablet)", - "price": 1252 + "price": 2727.5 }, "24951": { "id": 24951, @@ -263909,7 +256420,7 @@ "examine": "A teleport to Waterbirth Island.", "wiki_name": "Waterbirth teleport (tablet)", "wiki_url": "https://oldschool.runescape.wiki/w/Waterbirth_teleport_(tablet)", - "price": 1235 + "price": 2344 }, "24955": { "id": 24955, @@ -263926,7 +256437,7 @@ "examine": "A teleport to Barbarian Outpost.", "wiki_name": "Barbarian teleport (tablet)", "wiki_url": "https://oldschool.runescape.wiki/w/Barbarian_teleport_(tablet)", - "price": 1162.5 + "price": 1328.5 }, "24957": { "id": 24957, @@ -263943,7 +256454,7 @@ "examine": "A teleport to Port Khazard.", "wiki_name": "Khazard teleport (tablet)", "wiki_url": "https://oldschool.runescape.wiki/w/Khazard_teleport_(tablet)", - "price": 573 + "price": 2985.5 }, "24959": { "id": 24959, @@ -263960,7 +256471,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": 1295.5 + "price": 3754.5 }, "24961": { "id": 24961, @@ -263994,7 +256505,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": 1132 + "price": 3280 }, "24971": { "id": 24971, @@ -264306,7 +256817,7 @@ "slot": "head", "requirements": null }, - "price": 1686111 + "price": 1277500 }, "25004": { "id": 25004, @@ -264344,7 +256855,7 @@ "slot": "body", "requirements": null }, - "price": 1707256.5 + "price": 1610000 }, "25007": { "id": 25007, @@ -264382,7 +256893,7 @@ "slot": "legs", "requirements": null }, - "price": 5175000 + "price": 5350000 }, "25010": { "id": 25010, @@ -264420,7 +256931,7 @@ "slot": "feet", "requirements": null }, - "price": 1350575 + "price": 1662500 }, "25013": { "id": 25013, @@ -264493,7 +257004,7 @@ } ] }, - "price": 1595000 + "price": 1529706 }, "25016": { "id": 25016, @@ -264531,7 +257042,7 @@ "slot": "head", "requirements": null }, - "price": 144683.5 + "price": 126179 }, "25019": { "id": 25019, @@ -264569,7 +257080,7 @@ "slot": "body", "requirements": null }, - "price": 875000 + "price": 158818 }, "25022": { "id": 25022, @@ -264607,7 +257118,7 @@ "slot": "legs", "requirements": null }, - "price": 248568 + "price": 238085 }, "25025": { "id": 25025, @@ -264721,7 +257232,7 @@ "slot": "body", "requirements": null }, - "price": 231096.5 + "price": 465000 }, "25034": { "id": 25034, @@ -264759,7 +257270,7 @@ "slot": "legs", "requirements": null }, - "price": 14046.5 + "price": 11042 }, "25037": { "id": 25037, @@ -264797,7 +257308,7 @@ "slot": "feet", "requirements": null }, - "price": 26894.5 + "price": 70512 }, "25042": { "id": 25042, @@ -265192,7 +257703,7 @@ } ] }, - "price": 147045 + "price": 261000 }, "25059": { "id": 25059, @@ -265621,7 +258132,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": 650000 + "price": 930000 }, "25090": { "id": 25090, @@ -265639,7 +258150,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": 406875.5 + "price": 387060.5 }, "25093": { "id": 25093, @@ -265657,7 +258168,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": 1530000 + "price": 2202743.5 }, "25096": { "id": 25096, @@ -265675,7 +258186,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": 2021070 + "price": 2988069 }, "25099": { "id": 25099, @@ -266198,7 +258709,7 @@ "examine": "Ground down bone fragments.", "wiki_name": "Bone fragments", "wiki_url": "https://oldschool.runescape.wiki/w/Bone_fragments", - "price": 457.5 + "price": 560 }, "25145": { "id": 25145, @@ -267640,7 +260151,7 @@ "highalch": 0, "weight": 0.007, "release_date": "2021-01-06", - "examine": "Increases melee, ranged and magic damage & accuracy by 15%{{Sic|The correct value is 1/6th, equal to 16.67%.}} against the undead.", + "examine": "Increases melee, ranged and magic damage & accuracy by 15%{{Sic|The correct value for melee and ranged is 1/6th, equal to 16.67%.}} against the undead.", "wiki_name": "Salve amulet(i) (Soul Wars)", "wiki_url": "https://oldschool.runescape.wiki/w/Salve_amulet(i)#Soul_Wars", "equipment": { @@ -269055,7 +261566,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": 411696 + "price": 377057.5 }, "25383": { "id": 25383, @@ -269072,7 +261583,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": 1262149.5 + "price": 1692138 }, "25386": { "id": 25386, @@ -269129,7 +261640,7 @@ "defence": 50 } }, - "price": 130946 + "price": 141777.5 }, "25392": { "id": 25392, @@ -269169,7 +261680,7 @@ "defence": 50 } }, - "price": 22021.5 + "price": 24436.5 }, "25395": { "id": 25395, @@ -269329,7 +261840,7 @@ "defence": 60 } }, - "price": 179660.5 + "price": 169819.5 }, "25407": { "id": 25407, @@ -269369,7 +261880,7 @@ "defence": 60 } }, - "price": 28047 + "price": 31361.5 }, "25410": { "id": 25410, @@ -269490,7 +262001,7 @@ "defence": 60 } }, - "price": 167728.5 + "price": 160087.5 }, "25419": { "id": 25419, @@ -269746,7 +262257,7 @@ "examine": "Perhaps someone can do something with this.", "wiki_name": "Bronze locks", "wiki_url": "https://oldschool.runescape.wiki/w/Bronze_locks", - "price": 458.5 + "price": 276.5 }, "25445": { "id": 25445, @@ -269764,7 +262275,7 @@ "examine": "Perhaps someone can do something with this.", "wiki_name": "Steel locks", "wiki_url": "https://oldschool.runescape.wiki/w/Steel_locks", - "price": 925 + "price": 455.5 }, "25448": { "id": 25448, @@ -269782,7 +262293,7 @@ "examine": "Perhaps someone can do something with this.", "wiki_name": "Black locks", "wiki_url": "https://oldschool.runescape.wiki/w/Black_locks", - "price": 1149.5 + "price": 2532.5 }, "25451": { "id": 25451, @@ -270216,7 +262727,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": 2347.5 + "price": 6450.5 }, "25481": { "id": 25481, @@ -270234,7 +262745,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": 2804 + "price": 2424 }, "25484": { "id": 25484, @@ -270766,32 +263277,6 @@ }, "price": 0 }, - "25498": { - "id": 25498, - "name": "Clue scroll (elite)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (elite) - 08.30S 10.48W", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(elite)_-_08.30S_10.48W", - "price": 0 - }, - "25499": { - "id": 25499, - "name": "Clue scroll (elite)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (elite) - 06.28S 03.48W", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(elite)_-_06.28S_03.48W", - "price": 0 - }, "25500": { "id": 25500, "name": "Cursed banana", @@ -271122,7 +263607,7 @@ "examine": "How does someone jar this?", "wiki_name": "Jar of spirits", "wiki_url": "https://oldschool.runescape.wiki/w/Jar_of_spirits", - "price": 141996.5 + "price": 44160.5 }, "25524": { "id": 25524, @@ -271697,7 +264182,7 @@ "slot": "shield", "requirements": null }, - "price": 438050 + "price": 487132 }, "25578": { "id": 25578, @@ -274580,110 +267065,6 @@ "wiki_url": "https://oldschool.runescape.wiki/w/Ash_sanctifier", "price": 0 }, - "25783": { - "id": 25783, - "name": "Clue scroll (medium)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (medium) - Search the basket of apples in an orchard", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(medium)_-_Search_the_basket_of_apples_in_an_orchard", - "price": 0 - }, - "25784": { - "id": 25784, - "name": "Clue scroll (medium)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (medium) - UESNKRL NRIEDDO", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(medium)_-_UESNKRL_NRIEDDO", - "price": 0 - }, - "25786": { - "id": 25786, - "name": "Clue scroll (elite)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (elite) - Salute by the Charcoal Burners", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(elite)_-_Salute_by_the_Charcoal_Burners", - "price": 0 - }, - "25787": { - "id": 25787, - "name": "Clue scroll (elite)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (elite) - 10.52N 30.54W", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(elite)_-_10.52N_30.54W", - "price": 0 - }, - "25788": { - "id": 25788, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (easy) - Dig by the Giant's Den entrance", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)_-_Dig_by_the_Giant's_Den_entrance", - "price": 0 - }, - "25789": { - "id": 25789, - "name": "Clue scroll (easy)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (easy) - Search the crates in the fruit store east of Hosidius", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(easy)_-_Search_the_crates_in_the_fruit_store_east_of_Hosidius", - "price": 0 - }, - "25790": { - "id": 25790, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - 10.03N 32.13W", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_10.03N_32.13W", - "price": 0 - }, - "25791": { - "id": 25791, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - Dig in the lair of red wings", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_Dig_in_the_lair_of_red_wings", - "price": 0 - }, "25793": { "id": 25793, "name": "Receipt", @@ -275023,6 +267404,7 @@ "25820": { "id": 25820, "name": "Antique lamp", + "members": true, "cost": 1, "lowalch": 0, "highalch": 0, @@ -275173,7 +267555,7 @@ "examine": "I need to cook this first.", "wiki_name": "Raw boar meat", "wiki_url": "https://oldschool.runescape.wiki/w/Raw_boar_meat", - "price": 653.5 + "price": 357 }, "25836": { "id": 25836, @@ -275665,7 +268047,7 @@ } ] }, - "price": 121351370 + "price": 117687387 }, "25865": { "id": 25865, @@ -277669,7 +270051,7 @@ "slot": "ring", "requirements": null }, - "price": 3092302 + "price": 2981146 }, "25979": { "id": 25979, @@ -277850,7 +270232,7 @@ "prayer": 80 } }, - "price": 7732937.5 + "price": 7061241 }, "25990": { "id": 25990, @@ -280205,7 +272587,7 @@ "slot": "body", "requirements": null }, - "price": 60417.5 + "price": 79240 }, "26223": { "id": 26223, @@ -280281,7 +272663,7 @@ "slot": "head", "requirements": null }, - "price": 37413 + "price": 28669.5 }, "26227": { "id": 26227, @@ -280319,7 +272701,7 @@ "slot": "hands", "requirements": null }, - "price": 26911 + "price": 22892.5 }, "26229": { "id": 26229, @@ -280357,7 +272739,7 @@ "slot": "feet", "requirements": null }, - "price": 36500 + "price": 22846.5 }, "26231": { "id": 26231, @@ -280446,7 +272828,7 @@ } ] }, - "price": 49270275.5 + "price": 46100317 }, "26235": { "id": 26235, @@ -281612,7 +273994,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": 10666 + "price": 13890.5 }, "26356": { "id": 26356, @@ -281717,7 +274099,7 @@ "examine": "Brimming with potential.", "wiki_name": "Ancient hilt", "wiki_url": "https://oldschool.runescape.wiki/w/Ancient_hilt", - "price": 49462640.5 + "price": 44994769 }, "26372": { "id": 26372, @@ -281734,7 +274116,7 @@ "examine": "The horn of a proud nihil.", "wiki_name": "Nihil horn", "wiki_url": "https://oldschool.runescape.wiki/w/Nihil_horn", - "price": 431657406.5 + "price": 417202500 }, "26374": { "id": 26374, @@ -281836,7 +274218,7 @@ "slot": "head", "requirements": null }, - "price": 285944444 + "price": 275154769 }, "26378": { "id": 26378, @@ -281873,7 +274255,7 @@ "slot": "body", "requirements": null }, - "price": 432277777.5 + "price": 413316500 }, "26380": { "id": 26380, @@ -281910,7 +274292,7 @@ "slot": "legs", "requirements": null }, - "price": 336052500 + "price": 324462500 }, "26382": { "id": 26382, @@ -281947,7 +274329,7 @@ "slot": "head", "requirements": null }, - "price": 298475069 + "price": 286016999.5 }, "26384": { "id": 26384, @@ -281984,7 +274366,7 @@ "slot": "body", "requirements": null }, - "price": 452675310 + "price": 437960563 }, "26386": { "id": 26386, @@ -282021,7 +274403,7 @@ "slot": "legs", "requirements": null }, - "price": 358425073 + "price": 347261167 }, "26388": { "id": 26388, @@ -282083,7 +274465,7 @@ "examine": "High grade material.", "wiki_name": "Bandosian components", "wiki_url": "https://oldschool.runescape.wiki/w/Bandosian_components", - "price": 10237499.5 + "price": 10948500 }, "26417": { "id": 26417, @@ -282114,7 +274496,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": 888000 + "price": 946879 }, "26424": { "id": 26424, @@ -282186,7 +274568,7 @@ } ] }, - "price": 452500 + "price": 605484 }, "26427": { "id": 26427, @@ -282223,7 +274605,7 @@ "slot": "head", "requirements": null }, - "price": 304308.5 + "price": 210580.5 }, "26430": { "id": 26430, @@ -282260,7 +274642,7 @@ "slot": "body", "requirements": null }, - "price": 76630 + "price": 57500 }, "26433": { "id": 26433, @@ -282297,7 +274679,7 @@ "slot": "legs", "requirements": null }, - "price": 57227 + "price": 40000 }, "26436": { "id": 26436, @@ -282334,7 +274716,7 @@ "slot": "feet", "requirements": null }, - "price": 77900 + "price": 34987 }, "26439": { "id": 26439, @@ -282371,7 +274753,7 @@ "slot": "head", "requirements": null }, - "price": 1300000 + "price": 733888.5 }, "26442": { "id": 26442, @@ -282519,7 +274901,7 @@ "slot": "head", "requirements": null }, - "price": 3174500 + "price": 5749500 }, "26454": { "id": 26454, @@ -282556,7 +274938,7 @@ "slot": "body", "requirements": null }, - "price": 1562500 + "price": 2278000 }, "26457": { "id": 26457, @@ -282593,7 +274975,7 @@ "slot": "legs", "requirements": null }, - "price": 1586111 + "price": 1258500 }, "26460": { "id": 26460, @@ -283327,7 +275709,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": 790132 + "price": 750125 }, "26503": { "id": 26503, @@ -283721,7 +276103,7 @@ } ] }, - "price": 1500000 + "price": 2500000 }, "26520": { "id": 26520, @@ -283795,7 +276177,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": 787606.5 + "price": 819262 }, "26531": { "id": 26531, @@ -283983,7 +276365,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": 48185.5 + "price": 30187 }, "26544": { "id": 26544, @@ -284123,7 +276505,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": 399996.5 + "price": 327585.5 }, "26557": { "id": 26557, @@ -284140,7 +276522,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": 1431875 + "price": 1700505.5 }, "26560": { "id": 26560, @@ -284157,20 +276539,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": 7810175 - }, - "26566": { - "id": 26566, - "name": "Clue scroll (hard)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (hard) - The Big High War God left his mark on this place", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(hard)_-_The_Big_High_War_God_left_his_mark_on_this_place", - "price": 0 + "price": 9399500 }, "26567": { "id": 26567, @@ -287643,7 +280012,7 @@ "highalch": 0, "weight": 0.007, "release_date": "2022-07-06", - "examine": "Increases melee, ranged and magic damage & accuracy by 15%{{Sic|The correct value is 1/6th, equal to 16.67%.}} against the undead.", + "examine": "Increases melee, ranged and magic damage & accuracy by 15%{{Sic|The correct value for melee and ranged is 1/6th, equal to 16.67%.}} against the undead.", "wiki_name": "Salve amulet(i) (Emir's Arena)", "wiki_url": "https://oldschool.runescape.wiki/w/Salve_amulet(i)#Emir's_Arena", "equipment": { @@ -288072,7 +280441,7 @@ "slot": "head", "requirements": null }, - "price": 775 + "price": 5280.5 }, "26804": { "id": 26804, @@ -288109,7 +280478,7 @@ "slot": "head", "requirements": null }, - "price": 2369.5 + "price": 2697 }, "26807": { "id": 26807, @@ -288194,7 +280563,7 @@ "slot": "ring", "requirements": null }, - "price": 858376 + "price": 900750.5 }, "26818": { "id": 26818, @@ -289907,19 +282276,6 @@ "wiki_url": "https://oldschool.runescape.wiki/w/Message_(Beneath_Cursed_Sands)", "price": 0 }, - "26944": { - "id": 26944, - "name": "Clue scroll (elite)", - "members": true, - "cost": 20, - "lowalch": 8, - "highalch": 12, - "weight": 0.02, - "examine": "A clue!", - "wiki_name": "Clue scroll (elite) - 14.13S 27.26E", - "wiki_url": "https://oldschool.runescape.wiki/w/Clue_scroll_(elite)_-_14.13S_27.26E", - "price": 0 - }, "26952": { "id": 26952, "name": "Scarab mould", @@ -290408,7 +282764,7 @@ "examine": "The creature's soul is still in here. I could reanimate it with Expert Reanimation.", "wiki_name": "Ensouled hellhound head (Item)", "wiki_url": "https://oldschool.runescape.wiki/w/Ensouled_hellhound_head#Item", - "price": 5398.5 + "price": 6198 }, "27000": { "id": 27000, @@ -292310,7 +284666,7 @@ "examine": "3 doses of Menaphite remedy.", "wiki_name": "Menaphite remedy (3 dose)", "wiki_url": "https://oldschool.runescape.wiki/w/Menaphite_remedy#3_dose", - "price": 1768 + "price": 2229.5 }, "27208": { "id": 27208, @@ -292344,7 +284700,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": 612.5 + "price": 526.5 }, "27214": { "id": 27214, @@ -292460,7 +284816,7 @@ "defence": 30 } }, - "price": 14413835.5 + "price": 13247555.5 }, "27229": { "id": 27229, @@ -292500,7 +284856,7 @@ "defence": 30 } }, - "price": 89994500 + "price": 85725000.5 }, "27232": { "id": 27232, @@ -292540,7 +284896,7 @@ "defence": 30 } }, - "price": 58682989 + "price": 54415899 }, "27235": { "id": 27235, @@ -292660,7 +285016,7 @@ "defence": 80 } }, - "price": 92584734.5 + "price": 87727777.5 }, "27246": { "id": 27246, @@ -293930,7 +286286,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": 253780000 + "price": 245535000 }, "27358": { "id": 27358, @@ -297909,7 +290265,7 @@ "examine": "A broken shard of an ancient weapon.", "wiki_name": "Venator shard", "wiki_url": "https://oldschool.runescape.wiki/w/Venator_shard", - "price": 10352777 + "price": 10843197 }, "27616": { "id": 27616, @@ -298160,7 +290516,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": 1295 + "price": 985 }, "27638": { "id": 27638, @@ -298177,7 +290533,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": 781 + "price": 601.5 }, "27641": { "id": 27641, @@ -298195,7 +290551,7 @@ "examine": "This heart holds an ancient magical power within.", "wiki_name": "Saturated heart", "wiki_url": "https://oldschool.runescape.wiki/w/Saturated_heart", - "price": 119771840 + "price": 111736000 }, "27643": { "id": 27643, @@ -298390,7 +290746,7 @@ } ] }, - "price": 14124590.5 + "price": 13564106 }, "27655": { "id": 27655, @@ -298661,7 +291017,7 @@ } ] }, - "price": 3174644 + "price": 2883017 }, "27665": { "id": 27665, @@ -298742,7 +291098,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": 108080 + "price": 82548 }, "27670": { "id": 27670, @@ -298760,7 +291116,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": 157716 + "price": 174251 }, "27673": { "id": 27673, @@ -298778,7 +291134,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": 74240.5 + "price": 85626.5 }, "27676": { "id": 27676, @@ -298857,7 +291213,7 @@ } ] }, - "price": 3271940 + "price": 2942064.5 }, "27679": { "id": 27679, @@ -298950,7 +291306,7 @@ "examine": "The hilt of a broken sword.", "wiki_name": "Voidwaker hilt", "wiki_url": "https://oldschool.runescape.wiki/w/Voidwaker_hilt", - "price": 41949153.5 + "price": 43755500 }, "27684": { "id": 27684, @@ -298984,7 +291340,7 @@ "examine": "The gem of a broken sword.", "wiki_name": "Voidwaker gem", "wiki_url": "https://oldschool.runescape.wiki/w/Voidwaker_gem", - "price": 44952500 + "price": 41892497 }, "27690": { "id": 27690, @@ -300652,7 +293008,7 @@ } ] }, - "price": 3073020.5 + "price": 2776639 }, "27788": { "id": 27788, @@ -306124,6 +298480,7 @@ "28132": { "id": 28132, "name": "Dusty lamp", + "members": true, "cost": 1, "weight": 0.1, "release_date": "2023-06-14", @@ -306353,7 +298710,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": 485000 + "price": 585625 }, "28149": { "id": 28149, @@ -306370,7 +298727,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": 539998.5 + "price": 517999.5 }, "28152": { "id": 28152, @@ -306386,7 +298743,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": 873.5 + "price": 999 }, "28154": { "id": 28154, @@ -306420,7 +298777,7 @@ "examine": "Mmm this looks tasty.", "wiki_name": "Forester's ration", "wiki_url": "https://oldschool.runescape.wiki/w/Forester's_ration", - "price": 25 + "price": 30.5 }, "28159": { "id": 28159, @@ -306436,7 +298793,7 @@ "examine": "An ingredient for the secateurs attachment.", "wiki_name": "Secateurs blade", "wiki_url": "https://oldschool.runescape.wiki/w/Secateurs_blade", - "price": 3306 + "price": 4407.5 }, "28161": { "id": 28161, @@ -306452,7 +298809,7 @@ "examine": "Collects leaves when chopping trees.", "wiki_name": "Secateurs attachment", "wiki_url": "https://oldschool.runescape.wiki/w/Secateurs_attachment", - "price": 75.5 + "price": 110 }, "28163": { "id": 28163, @@ -306469,7 +298826,7 @@ "examine": "A pouch for your dirty work clothes!", "wiki_name": "Clothes pouch", "wiki_url": "https://oldschool.runescape.wiki/w/Clothes_pouch", - "price": 2249937 + "price": 1904872 }, "28166": { "id": 28166, @@ -306486,7 +298843,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": 2169132.5 + "price": 2049999 }, "28169": { "id": 28169, @@ -306643,9 +299000,7 @@ "28179": { "id": 28179, "name": "Leprechaun charm", - "members": true, "tradeable": true, - "tradeable_on_ge": true, "stackable": true, "cost": 1000, "lowalch": 400, @@ -306659,9 +299014,7 @@ "28181": { "id": 28181, "name": "Clover insignia", - "members": true, "tradeable": true, - "tradeable_on_ge": true, "stackable": true, "cost": 100, "lowalch": 40, @@ -306686,9 +299039,7 @@ "28184": { "id": 28184, "name": "Bee on a stick", - "members": true, "tradeable": true, - "tradeable_on_ge": true, "stackable": true, "cost": 1000, "lowalch": 400, @@ -306702,9 +299053,7 @@ "28190": { "id": 28190, "name": "Powdered pollen", - "members": true, "tradeable": true, - "tradeable_on_ge": true, "stackable": true, "cost": 100, "lowalch": 40, @@ -306814,7 +299163,7 @@ } ] }, - "price": 1000000 + "price": 1450000 }, "28199": { "id": 28199, @@ -306886,7 +299235,7 @@ } ] }, - "price": 1124500 + "price": 1050000 }, "28202": { "id": 28202, @@ -307102,7 +299451,7 @@ } ] }, - "price": 1271500 + "price": 2799500 }, "28211": { "id": 28211, @@ -307174,7 +299523,7 @@ } ] }, - "price": 2075000 + "price": 1775000 }, "28214": { "id": 28214, @@ -307246,7 +299595,7 @@ } ] }, - "price": 2797500 + "price": 2659002.5 }, "28217": { "id": 28217, @@ -307318,7 +299667,7 @@ } ] }, - "price": 2875944 + "price": 2783420 }, "28220": { "id": 28220, @@ -308059,7 +300408,7 @@ "examine": "The icon of a berserker.", "wiki_name": "Berserker icon", "wiki_url": "https://oldschool.runescape.wiki/w/Berserker_icon", - "price": 4962500 + "price": 5400000 }, "28298": { "id": 28298, @@ -308076,7 +300425,7 @@ "examine": "The icon of an archer.", "wiki_name": "Archer icon", "wiki_url": "https://oldschool.runescape.wiki/w/Archer_icon", - "price": 3725000 + "price": 4200001 }, "28301": { "id": 28301, @@ -308110,7 +300459,7 @@ "examine": "The icon of an archer.", "wiki_name": "Seers icon", "wiki_url": "https://oldschool.runescape.wiki/w/Seers_icon", - "price": 860000 + "price": 1000000 }, "28307": { "id": 28307, @@ -308184,7 +300533,7 @@ "slot": "ring", "requirements": null }, - "price": 89293454 + "price": 84955001 }, "28313": { "id": 28313, @@ -308221,7 +300570,7 @@ "slot": "ring", "requirements": null }, - "price": 75169621.5 + "price": 66406180.5 }, "28316": { "id": 28316, @@ -308456,7 +300805,7 @@ "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": 1392500 + "price": 1338376.5 }, "28336": { "id": 28336, @@ -309845,7 +302194,7 @@ "highalch": 18, "weight": 0.1, "release_date": "2023-07-26", - "examine": "A very poweful nerve.", + "examine": "A very powerful nerve.", "wiki_name": "Smoke nerve", "wiki_url": "https://oldschool.runescape.wiki/w/Smoke_nerve", "price": 0 @@ -311746,7 +304095,7 @@ } ] }, - "price": 110390 + "price": 132338 }, "28585": { "id": 28585, @@ -311813,6 +304162,7 @@ "28587": { "id": 28587, "name": "Magic lamp (strength)", + "members": true, "cost": 1, "lowalch": 0, "highalch": 0, @@ -311826,6 +304176,7 @@ "28588": { "id": 28588, "name": "Magic lamp (slayer)", + "members": true, "cost": 1, "lowalch": 0, "highalch": 0, @@ -311839,6 +304190,7 @@ "28589": { "id": 28589, "name": "Magic lamp (thieving)", + "members": true, "cost": 1, "lowalch": 0, "highalch": 0, @@ -311852,6 +304204,7 @@ "28590": { "id": 28590, "name": "Magic lamp (magic)", + "members": true, "cost": 1, "lowalch": 0, "highalch": 0, @@ -312320,13 +304673,12 @@ "examine": "Used to provide additional planks at the sawmill.", "wiki_name": "Sawmill voucher", "wiki_url": "https://oldschool.runescape.wiki/w/Sawmill_voucher", - "price": 12019.5 + "price": 1800 }, "28630": { "id": 28630, "name": "Twitcher's gloves", "members": true, - "stackable": true, "equipable": true, "equipable_by_player": true, "cost": 6, @@ -312343,8 +304695,8 @@ "attack_magic": 0, "attack_ranged": 0, "defence_stab": 0, - "defence_slash": 0, - "defence_crush": 0, + "defence_slash": 1, + "defence_crush": 2, "defence_magic": 0, "defence_ranged": 0, "melee_strength": 0, @@ -312359,9 +304711,7 @@ "28644": { "id": 28644, "name": "Smoker fuel", - "members": true, "tradeable": true, - "tradeable_on_ge": true, "stackable": true, "cost": 100, "lowalch": 40, @@ -312375,9 +304725,7 @@ "28646": { "id": 28646, "name": "Smoker canister", - "members": true, "tradeable": true, - "tradeable_on_ge": true, "stackable": true, "cost": 1000, "lowalch": 400, @@ -312417,9 +304765,7 @@ "28651": { "id": 28651, "name": "Crystal charm", - "members": true, "tradeable": true, - "tradeable_on_ge": true, "stackable": true, "cost": 1000, "lowalch": 400, @@ -312433,9 +304779,7 @@ "28653": { "id": 28653, "name": "Petal circlet", - "members": true, "tradeable": true, - "tradeable_on_ge": true, "stackable": true, "cost": 1000, "lowalch": 400, @@ -312483,13 +304827,10 @@ "28657": { "id": 28657, "name": "Padded spoon", - "members": true, - "tradeable_on_ge": true, "stackable": true, "cost": 1000, "lowalch": 400, "highalch": 600, - "buy_limit": 100, "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", @@ -312499,9 +304840,7 @@ "28659": { "id": 28659, "name": "Egg cushion", - "members": true, "tradeable": true, - "tradeable_on_ge": true, "stackable": true, "cost": 1000, "lowalch": 400, @@ -312542,9 +304881,7 @@ "28665": { "id": 28665, "name": "Trap disarmer", - "members": true, "tradeable": true, - "tradeable_on_ge": true, "stackable": true, "cost": 1000, "lowalch": 400, @@ -312558,9 +304895,7 @@ "28667": { "id": 28667, "name": "Trap disarmer blueprint", - "members": true, "tradeable": true, - "tradeable_on_ge": true, "stackable": true, "cost": 100, "lowalch": 40, @@ -312757,7 +305092,7 @@ "examine": "Used on the Dinh's Bulwark to give it a theme from Leagues IV: Trailblazer Reloaded.", "wiki_name": "Trailblazer reloaded bulwark ornament kit", "wiki_url": "https://oldschool.runescape.wiki/w/Trailblazer_reloaded_bulwark_ornament_kit", - "price": 5600000 + "price": 6760002 }, "28687": { "id": 28687, @@ -312867,7 +305202,7 @@ "examine": "A scroll which unlocks the Trailblazer Reloaded Alchemy animation.", "wiki_name": "Trailblazer reloaded alchemy scroll", "wiki_url": "https://oldschool.runescape.wiki/w/Trailblazer_reloaded_alchemy_scroll", - "price": 1272468 + "price": 1337500 }, "28696": { "id": 28696, @@ -312902,7 +305237,7 @@ "examine": "A scroll which unlocks the Trailblazer Reloaded death and respawn animation.", "wiki_name": "Trailblazer reloaded death scroll", "wiki_url": "https://oldschool.runescape.wiki/w/Trailblazer_reloaded_death_scroll", - "price": 2090000 + "price": 1948497 }, "28702": { "id": 28702, @@ -312974,7 +305309,7 @@ } ] }, - "price": 192000 + "price": 213856 }, "28705": { "id": 28705, @@ -312992,7 +305327,7 @@ "examine": "A scroll which unlocks the Trailblazer Reloaded Home Teleport animation.", "wiki_name": "Trailblazer reloaded home teleport scroll", "wiki_url": "https://oldschool.runescape.wiki/w/Trailblazer_reloaded_home_teleport_scroll", - "price": 629907 + "price": 728841.5 }, "28708": { "id": 28708, @@ -313009,7 +305344,7 @@ "examine": "Used on an Ornate rejuvination pool inside your Player owned house to give it a theme from Leagues IV: Trailblazer Reloaded.", "wiki_name": "Trailblazer reloaded rejuvenation pool scroll", "wiki_url": "https://oldschool.runescape.wiki/w/Trailblazer_reloaded_rejuvenation_pool_scroll", - "price": 9018389 + "price": 9383050 }, "28711": { "id": 28711, @@ -313055,7 +305390,7 @@ "slot": "head", "requirements": null }, - "price": 67221.5 + "price": 58000 }, "28715": { "id": 28715, @@ -313092,7 +305427,7 @@ "slot": "body", "requirements": null }, - "price": 74997 + "price": 53651.5 }, "28718": { "id": 28718, @@ -313129,7 +305464,7 @@ "slot": "legs", "requirements": null }, - "price": 46727 + "price": 56532.5 }, "28721": { "id": 28721, @@ -313388,7 +305723,7 @@ "slot": "body", "requirements": null }, - "price": 1720000 + "price": 1775000 }, "28742": { "id": 28742, @@ -313425,7 +305760,7 @@ "slot": "legs", "requirements": null }, - "price": 1687500 + "price": 2075000 }, "28745": { "id": 28745, @@ -313462,7 +305797,7 @@ "slot": "feet", "requirements": null }, - "price": 953000 + "price": 1090000 }, "28748": { "id": 28748, @@ -313534,7 +305869,7 @@ } ] }, - "price": 1569897.5 + "price": 1762661 }, "28751": { "id": 28751, @@ -314064,7 +306399,7 @@ "examine": "A set containing Trailblazer Reloaded boots, Trailblazer Reloaded trousers, Trailblazer Reloaded top and Trailblazer Reloaded hood.", "wiki_name": "Trailblazer reloaded relic hunter (t1) armour set", "wiki_url": "https://oldschool.runescape.wiki/w/Trailblazer_reloaded_relic_hunter_(t1)_armour_set", - "price": 93931 + "price": 192142.5 }, "28780": { "id": 28780, @@ -314081,7 +306416,7 @@ "examine": "A set containing Trailblazer Reloaded boots, Trailblazer Reloaded trousers, Trailblazer Reloaded top and Trailblazer Reloaded hood.", "wiki_name": "Trailblazer reloaded relic hunter (t2) armour set", "wiki_url": "https://oldschool.runescape.wiki/w/Trailblazer_reloaded_relic_hunter_(t2)_armour_set", - "price": 860629 + "price": 1228290 }, "28783": { "id": 28783, @@ -314098,7 +306433,7 @@ "examine": "A set containing Trailblazer Reloaded boots, Trailblazer Reloaded trousers, Trailblazer Reloaded top and Trailblazer Reloaded hood.", "wiki_name": "Trailblazer reloaded relic hunter (t3) armour set", "wiki_url": "https://oldschool.runescape.wiki/w/Trailblazer_reloaded_relic_hunter_(t3)_armour_set", - "price": 6451000 + "price": 6955000 }, "28786": { "id": 28786, @@ -314176,7 +306511,7 @@ "examine": "A teleport to Kourend Castle.", "wiki_name": "Kourend castle teleport (tablet)", "wiki_url": "https://oldschool.runescape.wiki/w/Kourend_castle_teleport_(tablet)", - "price": 1311 + "price": 801 }, "28792": { "id": 28792, @@ -314253,8 +306588,6 @@ "equipable_by_player": true, "equipable_weapon": true, "cost": 1, - "lowalch": 0, - "highalch": 0, "weight": 1.36, "release_date": "2024-01-24", "examine": "A shortbow made out of yew and Scurrius' spine, but still effective.", @@ -314305,7 +306638,9 @@ } ] }, - "price": 0 + "price": 0, + "lowalch": 0, + "highalch": 0 }, "28796": { "id": 28796, @@ -314402,5 +306737,242 @@ "wiki_name": "Scurry", "wiki_url": "https://oldschool.runescape.wiki/w/Scurry", "price": 0 + }, + "28803": { + "id": 28803, + "name": "Grubby key", + "members": true, + "cost": 30, + "lowalch": 12, + "highalch": 18, + "weight": 0.01, + "release_date": "2024-02-21", + "examine": "A key found while tracking zombies.", + "wiki_name": "Grubby key (Defender of Varrock)", + "wiki_url": "https://oldschool.runescape.wiki/w/Grubby_key_(Defender_of_Varrock)", + "price": 0 + }, + "28804": { + "id": 28804, + "name": "Bottle", + "members": true, + "cost": 30, + "lowalch": 12, + "highalch": 18, + "weight": 0.04, + "release_date": "2024-02-21", + "examine": "An empty bottle.", + "wiki_name": "Bottle (Defender of Varrock)", + "wiki_url": "https://oldschool.runescape.wiki/w/Bottle_(Defender_of_Varrock)", + "price": 0 + }, + "28805": { + "id": 28805, + "name": "Bottle of mist", + "members": true, + "cost": 30, + "lowalch": 12, + "highalch": 18, + "weight": 0.04, + "release_date": "2024-02-21", + "examine": "A bottle of red mist.", + "wiki_name": "Bottle of mist", + "wiki_url": "https://oldschool.runescape.wiki/w/Bottle_of_mist", + "price": 0 + }, + "28806": { + "id": 28806, + "name": "Imbued barronite", + "members": true, + "cost": 30, + "weight": 0.2, + "release_date": "2024-02-21", + "examine": "A deposit of strange glowing ore that has been imbued with chaos magic.", + "wiki_name": "Imbued barronite", + "wiki_url": "https://oldschool.runescape.wiki/w/Imbued_barronite", + "price": 0 + }, + "28807": { + "id": 28807, + "name": "Shield of arrav", + "members": true, + "cost": 30, + "weight": 3.628, + "release_date": "2024-02-21", + "examine": "The legendary Shield of Arrav.", + "wiki_name": "Shield of arrav (item)", + "wiki_url": "https://oldschool.runescape.wiki/w/Shield_of_arrav_(item)", + "price": 0 + }, + "28808": { + "id": 28808, + "name": "List of elders", + "members": true, + "cost": 30, + "weight": 0.005, + "release_date": "2024-02-21", + "examine": "This lists each of the founding elders of the Council of Avarrocka.", + "wiki_name": "List of elders", + "wiki_url": "https://oldschool.runescape.wiki/w/List_of_elders", + "price": 0 + }, + "28809": { + "id": 28809, + "name": "Elias white", + "members": true, + "cost": 1, + "weight": 0.001, + "release_date": "2024-02-21", + "examine": "A wise explorer.", + "wiki_name": "Elias white (item)", + "wiki_url": "https://oldschool.runescape.wiki/w/Elias_white_(item)", + "price": 0 + }, + "28810": { + "id": 28810, + "name": "Zombie axe", + "members": true, + "tradeable": true, + "tradeable_on_ge": true, + "noteable": true, + "equipable": true, + "equipable_by_player": true, + "equipable_weapon": true, + "cost": 160000, + "lowalch": 64000, + "highalch": 96000, + "weight": 2.721, + "release_date": "2024-02-21", + "examine": "A rusty yet powerful axe.", + "wiki_name": "Zombie axe", + "wiki_url": "https://oldschool.runescape.wiki/w/Zombie_axe", + "equipment": { + "attack_stab": -3, + "attack_slash": 105, + "attack_crush": 90, + "attack_magic": 0, + "attack_ranged": 0, + "defence_stab": -1, + "defence_slash": 0, + "defence_crush": 0, + "defence_magic": 0, + "defence_ranged": -1, + "melee_strength": 107, + "ranged_strength": 0, + "magic_damage": 0, + "prayer": 0, + "slot": "weapon", + "requirements": null + }, + "weapon": { + "attack_speed": 5, + "weapon_type": "axe", + "stances": [ + { + "combat_style": "chop", + "attack_type": "slash", + "attack_style": "accurate", + "experience": "attack", + "boosts": null + }, + { + "combat_style": "hack", + "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": 1825001.5 + }, + "28813": { + "id": 28813, + "name": "Broken zombie axe", + "members": true, + "tradeable": true, + "tradeable_on_ge": true, + "noteable": true, + "cost": 160000, + "lowalch": 64000, + "highalch": 96000, + "weight": 2.721, + "release_date": "2024-02-21", + "examine": "An old rusty axe. It needs repairing before it can be used.", + "wiki_name": "Broken zombie axe", + "wiki_url": "https://oldschool.runescape.wiki/w/Broken_zombie_axe", + "price": 1862500 + }, + "28816": { + "id": 28816, + "name": "Stone tablet", + "members": true, + "cost": 30, + "lowalch": 12, + "highalch": 18, + "weight": 0.8, + "release_date": "2003-07-09", + "examine": "An old stone slab with writing on it.", + "wiki_name": "Stone tablet", + "wiki_url": "https://oldschool.runescape.wiki/w/Stone_tablet", + "price": 0 + }, + "28817": { + "id": 28817, + "name": "Granite tablet", + "incomplete": true, + "members": true, + "cost": 30, + "lowalch": 12, + "highalch": 18, + "price": 0 + }, + "28818": { + "id": 28818, + "name": "Slate tablet", + "incomplete": true, + "members": true, + "cost": 30, + "lowalch": 12, + "highalch": 18, + "price": 0 + }, + "28819": { + "id": 28819, + "name": "Shale tablet", + "incomplete": true, + "members": true, + "cost": 30, + "lowalch": 12, + "highalch": 18, + "price": 0 + }, + "28820": { + "id": 28820, + "name": "Antique lamp", + "members": true, + "cost": 1, + "lowalch": 0, + "highalch": 0, + "weight": 0.1, + "release_date": "2024-02-21", + "examine": "I wonder what happens if I rub it...", + "wiki_name": "Antique lamp (Varrock Museum) (Defender of Varrock)", + "wiki_url": "https://oldschool.runescape.wiki/w/Antique_lamp_(Varrock_Museum)#Defender_of_Varrock", + "price": 0 } } diff --git a/src/structures/Items.ts b/src/structures/Items.ts index 1666eda6e..1c9dbe2df 100644 --- a/src/structures/Items.ts +++ b/src/structures/Items.ts @@ -13,6 +13,10 @@ export interface ItemCollection { [index: string]: Item; } +export const DO_NOT_REMOVE = [ + // Clue scrolls + 2677, 2801, 2722, 12_073, 19_835, 23_182, +]; export const USELESS_ITEMS = [ 617, 8890, 6964, 2513, 19_492, 11_071, 11_068, 21_284, 24_735, 21_913, 4703, 4561, 2425, 4692, 3741, @@ -26,6 +30,15 @@ export const USELESS_ITEMS = [ // Removed items 10_639, 10_641, 10_644, 10_646, 10_647, 10_648, 10_649, 10_651, 10_652, 10_654, 10_657, 10_658, 10_659, 10_661, 27_794, 27_795, 27_796, 27_797, 27_798, 27_799, 27_800, 27_801, + + // Clue scroll step that doesn't match regex + 3550, 2793, 12_113, + + // SOTE Quest Clues + 23_814, 23_815, 23_816, 23_817, + + // "New" Clue scroll base items with changed IDs. Removed for consistency. + 10_184, 12_027, ]; class Items extends Collection {